From db14025ea41762a26a4e6381be7a85f90fb6cc0d Mon Sep 17 00:00:00 2001 From: Atif Aziz Date: Wed, 21 Dec 2016 09:54:06 +0100 Subject: [PATCH] Bump version to 3.3 --- NCrontab.Signed/project.json | 6 +++--- NCrontab/project.json | 6 +++--- NCrontabConsole/AssemblyInfo.g.cs | 6 +++--- NCrontabConsole/AssemblyInfo.g.tt | 4 ++-- NCrontabViewer/AssemblyInfo.g.cs | 6 +++--- NCrontabViewer/AssemblyInfo.g.tt | 4 ++-- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/NCrontab.Signed/project.json b/NCrontab.Signed/project.json index 9626b79..6fde4dd 100644 --- a/NCrontab.Signed/project.json +++ b/NCrontab.Signed/project.json @@ -1,8 +1,8 @@ { "name": "ncrontab.signed", "title": "NCrontab (Signed)", - "version": "3.2.1-*", - "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.", + "version": "3.3.0-*", + "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.", "language": "en-US", "authors": [ "Atif Aziz" ], @@ -23,7 +23,7 @@ "../lic/OpenSymphony.txt" ] }, - "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" + "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" }, "buildOptions": { diff --git a/NCrontab/project.json b/NCrontab/project.json index caa0bb5..a79a6fd 100644 --- a/NCrontab/project.json +++ b/NCrontab/project.json @@ -1,8 +1,8 @@ { "name": "ncrontab", "title": "NCrontab", - "version": "3.2.1-*", - "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.", + "version": "3.3.0-*", + "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.", "language": "en-US", "authors": [ "Atif Aziz" ], @@ -23,7 +23,7 @@ "../lic/OpenSymphony.txt" ] }, - "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" + "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" }, "buildOptions": { diff --git a/NCrontabConsole/AssemblyInfo.g.cs b/NCrontabConsole/AssemblyInfo.g.cs index c1cce69..5a4923f 100644 --- a/NCrontabConsole/AssemblyInfo.g.cs +++ b/NCrontabConsole/AssemblyInfo.g.cs @@ -1,8 +1,8 @@ // This code was generated by a tool. Any changes made manually will be lost // the next time this code is regenerated. -// Generated: Tue, 08 Dec 2015 21:41:41 GMT +// Generated: Wed, 21 Dec 2016 08:43:43 GMT using System.Reflection; -[assembly: AssemblyVersion("2.0.19108.0")] -[assembly: AssemblyFileVersion("2.0.19108.2141")] \ No newline at end of file +[assembly: AssemblyVersion("3.3.20321.0")] +[assembly: AssemblyFileVersion("3.3.20321.843")] \ No newline at end of file diff --git a/NCrontabConsole/AssemblyInfo.g.tt b/NCrontabConsole/AssemblyInfo.g.tt index decfa0c..b8495ff 100644 --- a/NCrontabConsole/AssemblyInfo.g.tt +++ b/NCrontabConsole/AssemblyInfo.g.tt @@ -11,5 +11,5 @@ using System.Reflection; -[assembly: AssemblyVersion("2.0.<#= build #>.0")] -[assembly: AssemblyFileVersion("2.0.<#= build #>.<#= revision #>")] \ No newline at end of file +[assembly: AssemblyVersion("3.3.<#= build #>.0")] +[assembly: AssemblyFileVersion("3.3.<#= build #>.<#= revision #>")] \ No newline at end of file diff --git a/NCrontabViewer/AssemblyInfo.g.cs b/NCrontabViewer/AssemblyInfo.g.cs index fedc4a0..2ce5a42 100644 --- a/NCrontabViewer/AssemblyInfo.g.cs +++ b/NCrontabViewer/AssemblyInfo.g.cs @@ -1,8 +1,8 @@ // This code was generated by a tool. Any changes made manually will be lost // the next time this code is regenerated. -// Generated: Tue, 08 Dec 2015 21:41:50 GMT +// Generated: Wed, 21 Dec 2016 08:43:51 GMT using System.Reflection; -[assembly: AssemblyVersion("2.0.19108.0")] -[assembly: AssemblyFileVersion("2.0.19108.2141")] \ No newline at end of file +[assembly: AssemblyVersion("3.3.20321.0")] +[assembly: AssemblyFileVersion("3.3.20321.843")] \ No newline at end of file diff --git a/NCrontabViewer/AssemblyInfo.g.tt b/NCrontabViewer/AssemblyInfo.g.tt index e9184e4..b53ddda 100644 --- a/NCrontabViewer/AssemblyInfo.g.tt +++ b/NCrontabViewer/AssemblyInfo.g.tt @@ -11,5 +11,5 @@ using System.Reflection; -[assembly: AssemblyVersion("2.0.<#= build #>.0")] -[assembly: AssemblyFileVersion("2.0.<#= build #>.<#= revision #>")] \ No newline at end of file +[assembly: AssemblyVersion("3.3.<#= build #>.0")] +[assembly: AssemblyFileVersion("3.3.<#= build #>.<#= revision #>")] \ No newline at end of file