Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
StefH committed Feb 9, 2024
1 parent d54cd6d commit ca3a2ec
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Generate-ReleaseNotes.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
rem https://github.com/StefH/GitHubReleaseNotes

SET version=0.1.0
SET version=0.2.0

GitHubReleaseNotes --output ReleaseNotes.md --skip-empty-releases --exclude-labels question invalid doc --version %version% --token %GH_TOKEN%

Expand Down
5 changes: 2 additions & 3 deletions PackageReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# 0.1.0 (06 January 2024)
- #7 Change methods to Async + add Blazor examples [enhancement]
- #8 Run Unit Tests in CI [Test]
# 0.2.0 (03 February 2024)
- #9 MetadataReferenceService.BlazorWasm - WebcilConverterUtil [enhancement]

The full release notes can be found here: https://github.com/StefH/ProtoBufJsonConverter/blob/main/ReleaseNotes.md
3 changes: 3 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.2.0 (03 February 2024)
- [#9](https://github.com/StefH/ProtoBufJsonConverter/pull/9) - MetadataReferenceService.BlazorWasm - WebcilConverterUtil [enhancement] contributed by [StefH](https://github.com/StefH)

# 0.1.0 (06 January 2024)
- [#7](https://github.com/StefH/ProtoBufJsonConverter/pull/7) - Change methods to Async + add Blazor examples [enhancement] contributed by [StefH](https://github.com/StefH)
- [#8](https://github.com/StefH/ProtoBufJsonConverter/pull/8) - Run Unit Tests in CI [Test] contributed by [StefH](https://github.com/StefH)
Expand Down
2 changes: 1 addition & 1 deletion src/ProtoBufJsonConverter/ProtoBufJsonConverter.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>0.2.0-preview-04</Version>
<Version>0.2.0</Version>
<TargetFrameworks>net462;netstandard2.0;netstandard2.1;net6.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
Expand Down

0 comments on commit ca3a2ec

Please sign in to comment.