diff --git a/appveyor.yml b/appveyor.yml index bed4eac..a638eed 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: 2.4.1-build-0{build} +version: 2.5.0-build-0{build} image: Visual Studio 2022 diff --git a/nuspecs/Hangfire.Autofac.nuspec b/nuspecs/Hangfire.Autofac.nuspec index d058582..f95f8e1 100644 --- a/nuspecs/Hangfire.Autofac.nuspec +++ b/nuspecs/Hangfire.Autofac.nuspec @@ -13,6 +13,12 @@ Copyright © 2014-2024 Hangfire OÜ Hangfire Autofac IoC Integration 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. diff --git a/src/SharedAssemblyInfo.cs b/src/SharedAssemblyInfo.cs index 684d462..f6f0e59 100644 --- a/src/SharedAssemblyInfo.cs +++ b/src/SharedAssemblyInfo.cs @@ -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")] \ No newline at end of file +[assembly: AssemblyVersion("2.5.0")]