Skip to content

Commit

Permalink
Changelog for 1.0.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Feb 26, 2024
1 parent 8106591 commit 5207038
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ Please ADD ALL Changes to the UNRELEASED SECTION and not a specific release
<!--
Releases that have at least been deployed to staging, BUT NOT necessarily released to live. Changes should be moved from [Unreleased] into here as they are merged into the appropriate release branch
-->
## [1.0.19] - 2024-02-26
### Fixed
- Regex for Dotnet SDK updates

## [1.0.18] - 2024-02-24
### Fixed
- DotNet SDK version update
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ internal static partial class ChangeLogParsingRegex
private const string REGEX_GEOIP = @"^\-\sGEOIP\s\-\s";

// "- SDK - Updated DotNet SDK to "
private const string REGEX_DOTNET_SDK = @"^\-\sDotNet\sSDK\s*\-\s*";
private const string REGEX_DOTNET_SDK = @"^\s*\-\s*SDK\s*-\s*Updated\s*DotNet\s*SDK\s*to\s*";
}

0 comments on commit 5207038

Please sign in to comment.