From a120b109dec60f2459ad10fca946561136dd7002 Mon Sep 17 00:00:00 2001 From: Sergey Odinokov Date: Wed, 21 Feb 2024 13:50:43 +0700 Subject: [PATCH] Bump version to 0.2.1 and add release notes --- appveyor.yml | 2 +- nuspecs/stdump.nuspec | 7 ++++++- src/SharedAssemblyInfo.cs | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 622e448..ada22b3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 diff --git a/nuspecs/stdump.nuspec b/nuspecs/stdump.nuspec index 752f304..f978452 100644 --- a/nuspecs/stdump.nuspec +++ b/nuspecs/stdump.nuspec @@ -14,7 +14,12 @@ icon.png README.md diagnostics stacktrace minidump process clrmd - https://github.com/HangfireIO/stdump/releases + 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. + diff --git a/src/SharedAssemblyInfo.cs b/src/SharedAssemblyInfo.cs index e7f23cf..59c8c69 100644 --- a/src/SharedAssemblyInfo.cs +++ b/src/SharedAssemblyInfo.cs @@ -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")]