Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
StefH committed May 17, 2024
1 parent 573bb48 commit b0a42d1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.2.0 (17 May 2024)
- [#10](https://github.com/StefH/System.Text.Json.EnumExtensions/pull/10) - Fix for when EnumMember has a integer defined as string value [bug] contributed by [StefH](https://github.com/StefH)
- [#9](https://github.com/StefH/System.Text.Json.EnumExtensions/issues/9) - Deserialize does not use the enum member when the string is a number. [bug]

# 1.1.0 (03 January 2022)
- [#7](https://github.com/StefH/System.Text.Json.EnumExtensions/pull/7) - Added parameterless constructor for JsonStringEnumConverterWithAttributeSupport [enhancement] contributed by [hughesjs](https://github.com/hughesjs)
- [#6](https://github.com/StefH/System.Text.Json.EnumExtensions/issues/6) - Make Compatible with `JsonConverterAttribute`
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</PropertyGroup>

<PropertyGroup>
<VersionPrefix>1.1.0</VersionPrefix>
<VersionPrefix>1.2.0</VersionPrefix>
</PropertyGroup>

<Choose>
Expand Down
2 changes: 1 addition & 1 deletion Generate-ReleaseNotes.cmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
rem https://github.com/StefH/GitHubReleaseNotes

SET version=1.1.0
SET version=1.2.0

GitHubReleaseNotes --output CHANGELOG.md --skip-empty-releases --exclude-labels question invalid doc --version %version%

Expand Down

0 comments on commit b0a42d1

Please sign in to comment.