Skip to content

Commit db14025

Browse files
committed
Bump version to 3.3
1 parent 3cbb52b commit db14025

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed

NCrontab.Signed/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "ncrontab.signed",
33
"title": "NCrontab (Signed)",
4-
"version": "3.2.1-*",
5-
"description": "NCrontab is crontab for Microsoft .NET Framework 3.5 and above. It provides parsing and formatting of crontab expressions as well as calculation of occurrences of time based on a schedule expressed in the crontab format.",
4+
"version": "3.3.0-*",
5+
"description": "NCrontab is crontab for all .NET runtimes supported by .NET Standard 1.0. It provides parsing and formatting of crontab expressions as well as calculation of occurrences of time based on a schedule expressed in the crontab format.",
66

77
"language": "en-US",
88
"authors": [ "Atif Aziz" ],
@@ -23,7 +23,7 @@
2323
"../lic/OpenSymphony.txt"
2424
]
2525
},
26-
"releaseNotes": "3.2: Fixes the following issues:\n - Wrong schedule when a crontab field is of the form N/1; remaining values of that field were being ignored.\n - CrontabSchedule.TryParse doesn't throw if given a null string as input.\n3.1: CrontabFieldImpl and CrontabFieldAccumulator are now private.\n3.0: Replaces uses of Converter with Func and therefore requires .NET Framework 3.5 as a minimum.\n\nRelease 3.x also makes the library available as a PCL for:\n- Microsoft .NET Framework 4.5\n- Microsoft Windows 8.0\n- Microsoft Windows Phone 8.1\n- Microsoft Windows Phone Silverlight 8.0"
26+
"releaseNotes": "3.3: Targets .NET Standard 1.0\n3.2: Fixes the following issues:\n - Wrong schedule when a crontab field is of the form N/1; remaining values of that field were being ignored.\n - CrontabSchedule.TryParse doesn't throw if given a null string as input.\n3.1: CrontabFieldImpl and CrontabFieldAccumulator are now private.\n3.0: Replaces uses of Converter with Func and therefore requires .NET Framework 3.5 as a minimum.\n"
2727
},
2828

2929
"buildOptions": {

NCrontab/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "ncrontab",
33
"title": "NCrontab",
4-
"version": "3.2.1-*",
5-
"description": "NCrontab is crontab for Microsoft .NET Framework 3.5 and above. It provides parsing and formatting of crontab expressions as well as calculation of occurrences of time based on a schedule expressed in the crontab format.",
4+
"version": "3.3.0-*",
5+
"description": "NCrontab is crontab for all .NET runtimes supported by .NET Standard 1.0. It provides parsing and formatting of crontab expressions as well as calculation of occurrences of time based on a schedule expressed in the crontab format.",
66

77
"language": "en-US",
88
"authors": [ "Atif Aziz" ],
@@ -23,7 +23,7 @@
2323
"../lic/OpenSymphony.txt"
2424
]
2525
},
26-
"releaseNotes": "3.2: Fixes the following issues:\n - Wrong schedule when a crontab field is of the form N/1; remaining values of that field were being ignored.\n - CrontabSchedule.TryParse doesn't throw if given a null string as input.\n3.1: CrontabFieldImpl and CrontabFieldAccumulator are now private.\n3.0: Replaces uses of Converter with Func and therefore requires .NET Framework 3.5 as a minimum.\n\nRelease 3.x also makes the library available as a PCL for:\n- Microsoft .NET Framework 4.5\n- Microsoft Windows 8.0\n- Microsoft Windows Phone 8.1\n- Microsoft Windows Phone Silverlight 8.0"
26+
"releaseNotes": "3.3: Targets .NET Standard 1.0\n3.2: Fixes the following issues:\n - Wrong schedule when a crontab field is of the form N/1; remaining values of that field were being ignored.\n - CrontabSchedule.TryParse doesn't throw if given a null string as input.\n3.1: CrontabFieldImpl and CrontabFieldAccumulator are now private.\n3.0: Replaces uses of Converter with Func and therefore requires .NET Framework 3.5 as a minimum.\n"
2727
},
2828

2929
"buildOptions": {

NCrontabConsole/AssemblyInfo.g.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// This code was generated by a tool. Any changes made manually will be lost
22
// the next time this code is regenerated.
3-
// Generated: Tue, 08 Dec 2015 21:41:41 GMT
3+
// Generated: Wed, 21 Dec 2016 08:43:43 GMT
44

55
using System.Reflection;
66

7-
[assembly: AssemblyVersion("2.0.19108.0")]
8-
[assembly: AssemblyFileVersion("2.0.19108.2141")]
7+
[assembly: AssemblyVersion("3.3.20321.0")]
8+
[assembly: AssemblyFileVersion("3.3.20321.843")]

NCrontabConsole/AssemblyInfo.g.tt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111

1212
using System.Reflection;
1313

14-
[assembly: AssemblyVersion("2.0.<#= build #>.0")]
15-
[assembly: AssemblyFileVersion("2.0.<#= build #>.<#= revision #>")]
14+
[assembly: AssemblyVersion("3.3.<#= build #>.0")]
15+
[assembly: AssemblyFileVersion("3.3.<#= build #>.<#= revision #>")]

NCrontabViewer/AssemblyInfo.g.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// This code was generated by a tool. Any changes made manually will be lost
22
// the next time this code is regenerated.
3-
// Generated: Tue, 08 Dec 2015 21:41:50 GMT
3+
// Generated: Wed, 21 Dec 2016 08:43:51 GMT
44

55
using System.Reflection;
66

7-
[assembly: AssemblyVersion("2.0.19108.0")]
8-
[assembly: AssemblyFileVersion("2.0.19108.2141")]
7+
[assembly: AssemblyVersion("3.3.20321.0")]
8+
[assembly: AssemblyFileVersion("3.3.20321.843")]

NCrontabViewer/AssemblyInfo.g.tt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111

1212
using System.Reflection;
1313

14-
[assembly: AssemblyVersion("2.0.<#= build #>.0")]
15-
[assembly: AssemblyFileVersion("2.0.<#= build #>.<#= revision #>")]
14+
[assembly: AssemblyVersion("3.3.<#= build #>.0")]
15+
[assembly: AssemblyFileVersion("3.3.<#= build #>.<#= revision #>")]

0 commit comments

Comments
 (0)