Skip to content

Commit

Permalink
Bump version to 2.5.0 and add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
odinserj committed Jan 23, 2024
1 parent 5cedff9 commit 9927692
Show file tree
Hide file tree
Showing 3 changed files with 8 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: 2.4.1-build-0{build}
version: 2.5.0-build-0{build}

image: Visual Studio 2022

Expand Down
6 changes: 6 additions & 0 deletions nuspecs/Hangfire.Autofac.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
<copyright>Copyright © 2014-2024 Hangfire OÜ</copyright>
<tags>Hangfire Autofac IoC Integration</tags>
<releaseNotes>https://github.com/HangfireIO/Hangfire.Autofac/releases
2.5.0
* Project – Full source link support with embedded symbols and repository-based sources.
* Project – Enable static analysis via the `Microsoft.CodeAnalysis.NetAnalyzers` package.
* Project – Restore packages in locked mode for all the projects.
* Project – Switch from MSTest to Xunit for simplicity across other projects.

2.4.1
* Fixed – Add missing files for the `netstandard2.0` target to the NuGet package.

Expand Down
2 changes: 1 addition & 1 deletion src/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
[assembly: ComVisible(false)]

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

0 comments on commit 9927692

Please sign in to comment.