Skip to content

Commit

Permalink
Add version 1.3.3 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
pieceofsummer committed Jun 11, 2017
1 parent 8e16449 commit bf93a87
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.3.2-{build}
version: 1.3.3-{build}

os: Visual Studio 2017

Expand Down
7 changes: 5 additions & 2 deletions src/Hangfire.Console/Hangfire.Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>Job console for Hangfire</Description>
<AssemblyTitle>Hangfire.Console</AssemblyTitle>
<VersionPrefix>1.3.2</VersionPrefix>
<VersionPrefix>1.3.3</VersionPrefix>
<Authors>Alexey Skalozub</Authors>
<TargetFrameworks>netstandard1.3;net45</TargetFrameworks>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand All @@ -12,6 +12,9 @@
<PackageId>Hangfire.Console</PackageId>
<PackageTags>hangfire;console;logging</PackageTags>
<PackageReleaseNotes>
v1.3.3:
• Eliminated unnecessary state filter executions

v1.3.2:
• Fixed console expiration for some storages (e.g. Hangfire.Redis.StackExchange)

Expand Down Expand Up @@ -62,7 +65,7 @@
v1.0.1:
• Fixed compatibility issues with storages losing DateTime precision (like MongoDB)
• Improved client-side experience

v1.0.0:
• Initial release
</PackageReleaseNotes>
Expand Down

0 comments on commit bf93a87

Please sign in to comment.