Skip to content

Commit 493e806

Browse files
committed
Version 0.2.3
1 parent 918566c commit 493e806

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

QuartzNetWebConsole.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
33
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
44
<id>QuartzNetWebConsole</id>
5-
<version>0.2.2</version>
5+
<version>0.2.3</version>
66
<authors>Mauricio Scheffer</authors>
77
<requireLicenseAcceptance>false</requireLicenseAcceptance>
88
<description>Embedded web Quartz.NET console/manager</description>

QuartzNetWebConsole/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("")]
1212
[assembly: AssemblyProduct("QuartzNetWebConsole")]
13-
[assembly: AssemblyCopyright("Copyright © Mauricio Scheffer 2010-2012")]
13+
[assembly: AssemblyCopyright("Copyright © Mauricio Scheffer 2010-2013")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("0.2.2.0")]
36-
[assembly: AssemblyFileVersion("0.2.2.0")]
35+
[assembly: AssemblyVersion("0.2.3.0")]
36+
[assembly: AssemblyFileVersion("0.2.3.0")]

0 commit comments

Comments
 (0)