Skip to content

Commit

Permalink
Version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mausch committed Jul 5, 2015
1 parent 457d52c commit a7f1dca
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion QuartzNetWebConsole.Owin.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>QuartzNetWebConsole.Owin</id>
<version>0.4.0</version>
<version>0.5.0</version>
<authors>Mauricio Scheffer</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Embedded web Quartz.NET console/manager</description>
Expand Down
8 changes: 4 additions & 4 deletions QuartzNetWebConsole.Web/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("QuartzNetWebConsole.Web")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyDescription("Embeddable Quartz.NET web console")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("QuartzNetWebConsole.Web")]
[assembly: AssemblyCopyright("Copyright © 2015")]
[assembly: AssemblyCopyright("Copyright © Mauricio Scheffer 2010-2015")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("0.5.0.0")]
[assembly: AssemblyFileVersion("0.5.0.0")]
2 changes: 1 addition & 1 deletion QuartzNetWebConsole.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>QuartzNetWebConsole</id>
<version>0.4.0</version>
<version>0.5.0</version>
<authors>Mauricio Scheffer</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Embedded web Quartz.NET console/manager</description>
Expand Down
6 changes: 3 additions & 3 deletions QuartzNetWebConsole/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("QuartzNetWebConsole")]
[assembly: AssemblyCopyright("Copyright © Mauricio Scheffer 2010-2013")]
[assembly: AssemblyCopyright("Copyright © Mauricio Scheffer 2010-2015")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.4.0.0")]
[assembly: AssemblyFileVersion("0.4.0.0")]
[assembly: AssemblyVersion("0.5.0.0")]
[assembly: AssemblyFileVersion("0.5.0.0")]

0 comments on commit a7f1dca

Please sign in to comment.