Skip to content

Commit

Permalink
Bump version to 0.8.0 and add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
odinserj committed Feb 16, 2024
1 parent 8024a61 commit 549029a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 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.7.0-build-0{build}
version: 0.8.0-build-0{build}

image:
- Visual Studio 2022
Expand Down
8 changes: 8 additions & 0 deletions nuspecs/Hangfire.InMemory.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@
<copyright>Copyright © 2020-2024 Hangfire OÜ</copyright>
<tags>Hangfire Storage In-Memory</tags>
<releaseNotes>https://github.com/HangfireIO/Hangfire.InMemory/releases

0.8.0
• Project – Sign NuGet package and .NET assemblies on build with a company's own certificate.
• Project – Require package signature validation when restoring dependencies.
• Project – Add HangfireIO as an owner for the NuGet package.
• Project – Add readme file and icon to the NuGet package.
• Project – Fix Git repository URL in the NuGet package metadata.

0.7.0
• Added – `InMemoryStorageOptions.MaxExpirationTime` option to control the maximum expiration time.
• Changed – The default value for maximum expiration time is 2 hours now, not days.
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(true)]

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

0 comments on commit 549029a

Please sign in to comment.