Skip to content

Commit 1c3a374

Browse files
committed
5.3.0
1 parent b7e27a6 commit 1c3a374

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Library/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@
3737
// You can specify all the values or you can default the Build and Revision Numbers
3838
// by using the '*' as shown below:
3939
// [assembly: AssemblyVersion("1.0.*")]
40-
[assembly: AssemblyVersion("5.2.1.0")]
41-
[assembly: AssemblyFileVersion("5.2.1.0")]
40+
[assembly: AssemblyVersion("5.3.0.0")]
41+
[assembly: AssemblyFileVersion("5.3.0.0")]

Package.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
33
<metadata>
44
<id>FluentScheduler</id>
5-
<version>5.2.1</version>
5+
<version>5.3.0</version>
66
<authors>Jim Geurts &lt;[email protected]&gt;,Talles L &lt;[email protected]&gt; &amp; further contributors</authors>
77
<licenseUrl>https://opensource.org/licenses/BSD-3-Clause</licenseUrl>
88
<projectUrl>https://github.com/fluentscheduler/FluentScheduler</projectUrl>

PortableLibrary/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
// You can specify all the values or you can default the Build and Revision Numbers
2727
// by using the '*' as shown below:
2828
// [assembly: AssemblyVersion("1.0.*")]
29-
[assembly: AssemblyVersion("5.2.1.0")]
30-
[assembly: AssemblyFileVersion("5.2.1.0")]
29+
[assembly: AssemblyVersion("5.3.0.0")]
30+
[assembly: AssemblyFileVersion("5.3.0.0")]

0 commit comments

Comments
 (0)