Skip to content

Commit

Permalink
Bump version to 2.4.0 and add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
odinserj committed May 25, 2023
1 parent 25e4066 commit f2c7dd3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# AppVeyor CI build file, https://ci.appveyor.com/project/odinserj/hangfire-autofac

# Don't edit manually! Use `build.bat version` command instead!
version: 2.3.1-build-0{build}
version: 2.4.0-build-0{build}

os: Visual Studio 2019

Expand All @@ -14,6 +14,6 @@ artifacts:
deploy:
- provider: NuGet
api_key:
secure: 8BQmcR1hP9MoxvrmXJKMtlRyX6LI36H9ZTU8fSEetvzMGCl1PUlXKZRUGq+GVMja
secure: +p8+2nADbGB/XXkZhZ9VG+FFB6eEh7j1D4m3ZwME+b9egB+Pa/XPaYxDsopb+z76
on:
appveyor_repo_tag: true
2 changes: 2 additions & 0 deletions nuspecs/Hangfire.Autofac.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
<copyright>Copyright © 2014-2023 Hangfire OÜ</copyright>
<tags>Hangfire Autofac IoC Integration</tags>
<releaseNotes>https://github.com/HangfireIO/Hangfire.Autofac/releases
2.4.0
* Added – `netstandard2.0` target support for the package.

2.3.1
* Changed – NuGet package title and a link to the project site were added.
Expand Down
2 changes: 1 addition & 1 deletion src/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
#endif

// Don't edit manually! Use `build.bat version` command instead!
[assembly: AssemblyVersion("2.3.1")]
[assembly: AssemblyVersion("2.4.0")]

0 comments on commit f2c7dd3

Please sign in to comment.