Skip to content

Commit

Permalink
Bump version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pieceofsummer committed Aug 10, 2018
1 parent 4c7b000 commit 301fcdd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 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.4.0-{build}
version: 1.4.1-{build}

os: Visual Studio 2017

Expand Down
7 changes: 6 additions & 1 deletion src/Hangfire.Console/Hangfire.Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Description>Job console for Hangfire</Description>
<AssemblyTitle>Hangfire.Console</AssemblyTitle>
<VersionPrefix>1.4.0</VersionPrefix>
<VersionPrefix>1.4.1</VersionPrefix>
<Authors>Alexey Skalozub</Authors>
<TargetFrameworks>netstandard1.3;net45</TargetFrameworks>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand All @@ -11,6 +11,11 @@
<PackageId>Hangfire.Console</PackageId>
<PackageTags>hangfire;console;logging</PackageTags>
<PackageReleaseNotes>History:
v1.4.1:
• Fix job progress style
• Use explicit json serializer settings
• Remove ConsoleContext from Items in OnPerformed

v1.4.0:
• Show job progress at Processing Jobs page

Expand Down

0 comments on commit 301fcdd

Please sign in to comment.