Skip to content

Commit

Permalink
fixed issue 25
Browse files Browse the repository at this point in the history
  • Loading branch information
Riku Virtanen committed Sep 11, 2024
1 parent e6976ca commit 08daaf1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Frends.Regex.Replace/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [1.1.0] - 2024-09-11
### Update
- Needed to increase the version number to fix the issue with .Net8 targeted processes not finding correct namespace.

## [1.0.1] - 2023-06-13
### Changed
- Documentation updates.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<IncludeSource>true</IncludeSource>
<PackageTags>Frends</PackageTags>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Version>1.0.1</Version>
<Version>1.1.0</Version>
<Description>Task for replacing parts of string input using Regex.</Description>
<RepositoryUrl>https://github.com/FrendsPlatform/Frends.Regex/tree/main/Frends.Regex.Replace</RepositoryUrl>
</PropertyGroup>
Expand Down

0 comments on commit 08daaf1

Please sign in to comment.