Skip to content

Commit

Permalink
v6.0.0.0 released
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaben committed Nov 15, 2021
1 parent e169605 commit c4ba509
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion chocolatey/papercut-service.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>papercut-service</id>
<version>5.8.0.0</version>
<version>6.0.0.0</version>
<title>Papercut-Smtp</title>
<authors>Jaben</authors>
<owners>Jaben</owners>
Expand Down
2 changes: 1 addition & 1 deletion chocolatey/papercut.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>papercut</id>
<version>5.8.0.0</version>
<version>6.0.0.0</version>
<title>Papercut-Smtp</title>
<authors>Jaben</authors>
<owners>Jaben</owners>
Expand Down
6 changes: 3 additions & 3 deletions src/GlobalAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
//------------------------------------------------------------------------------
using System.Reflection;

[assembly: AssemblyVersion("5.8.1.0")]
[assembly: AssemblyFileVersion("5.8.1.0")]
[assembly: AssemblyInformationalVersion("5.8.1-NewHTMLRender.30+Branch.NewHTMLRender.Sha.ef8f59f6f39b5af1aa13455a71ad21c8d0aab543")]
[assembly: AssemblyVersion("6.0.0.0")]
[assembly: AssemblyFileVersion("6.0.0.0")]
[assembly: AssemblyInformationalVersion("6.0.0.0")]

0 comments on commit c4ba509

Please sign in to comment.