Skip to content

Commit fbc187f

Browse files
committed
Bump version to 0.2.0 and add release notes
1 parent dfd8d44 commit fbc187f

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#---------------------------------#
1212

1313
# Please don't edit manually, use the `build.bat version` command instead
14-
version: 0.1.1-build-0{build}
14+
version: 0.2.0-build-0{build}
1515

1616
image: Visual Studio 2022
1717

nuspecs/Hangfire.DynamicJobs.nuspec

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@
1515
<copyright>Copyright © 2023-2024 Hangfire OÜ</copyright>
1616
<tags>Hangfire RecurringJobs</tags>
1717
<releaseNotes>https://github.com/HangfireIO/Hangfire.DynamicJobs/releases
18+
19+
0.2.0
20+
• Project – Enable source link support with embedded symbols and repository-based sources.
21+
• Project – Sign NuGet package and .NET assemblies on build with a company's own certificate.
22+
• Project – Add readme file and icon to the NuGet package.
23+
• Project – Require NuGet package signature validation on restore.
24+
• Project – Restore NuGet package dependencies with a lock file in a locked mode.
25+
• Project – Enable static analysis via the Microsoft.CodeAnalysis.NetAnalyzers package.
26+
1827
0.1.1
1928
• Fixed – System.ArgumentNullException: Value cannot be null. (Parameter 'source').
2029

src/SharedAssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
[assembly: CLSCompliant(false)]
1212

1313
// Please don't edit manually, use the `build.bat version` command instead
14-
[assembly: AssemblyVersion("0.1.1")]
14+
[assembly: AssemblyVersion("0.2.0")]

0 commit comments

Comments
 (0)