Skip to content

Commit

Permalink
Bump version to 0.2.1 and add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
odinserj committed Feb 21, 2024
1 parent 6c2c8b7 commit a120b10
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#---------------------------------#

# Please don't edit it manually, use the `build.bat version` command instead.
version: 0.2.0-build-0{build}
version: 0.2.1-build-0{build}

image: Visual Studio 2022

Expand Down
7 changes: 6 additions & 1 deletion nuspecs/stdump.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@
<icon>icon.png</icon>
<readme>README.md</readme>
<tags>diagnostics stacktrace minidump process clrmd</tags>
<releaseNotes>https://github.com/HangfireIO/stdump/releases</releaseNotes>
<releaseNotes>https://github.com/HangfireIO/stdump/releases

0.2.1
• Added – Readme file and icon for the `stdump` NuGet package.
• Changed – Bump Microsoft.Diagnostics.Runtime dependency version to 3.1.506101.
</releaseNotes>
<packageTypes>
<packageType name="DotnetTool" />
</packageTypes>
Expand Down
2 changes: 1 addition & 1 deletion src/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
[assembly: CLSCompliant(false)]

// Please don't edit it manually, use the `build.bat version` command instead.
[assembly: AssemblyVersion("0.2.0")]
[assembly: AssemblyVersion("0.2.1")]

0 comments on commit a120b10

Please sign in to comment.