Skip to content

Commit

Permalink
Bump version to 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
atifaziz committed Dec 21, 2016
1 parent 3cbb52b commit db14025
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions NCrontab.Signed/project.json
Original file line number Diff line number Diff line change
@@ -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" ],
Expand All @@ -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": {
Expand Down
6 changes: 3 additions & 3 deletions NCrontab/project.json
Original file line number Diff line number Diff line change
@@ -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" ],
Expand All @@ -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": {
Expand Down
6 changes: 3 additions & 3 deletions NCrontabConsole/AssemblyInfo.g.cs
Original file line number Diff line number Diff line change
@@ -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")]
[assembly: AssemblyVersion("3.3.20321.0")]
[assembly: AssemblyFileVersion("3.3.20321.843")]
4 changes: 2 additions & 2 deletions NCrontabConsole/AssemblyInfo.g.tt
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@

using System.Reflection;

[assembly: AssemblyVersion("2.0.<#= build #>.0")]
[assembly: AssemblyFileVersion("2.0.<#= build #>.<#= revision #>")]
[assembly: AssemblyVersion("3.3.<#= build #>.0")]
[assembly: AssemblyFileVersion("3.3.<#= build #>.<#= revision #>")]
6 changes: 3 additions & 3 deletions NCrontabViewer/AssemblyInfo.g.cs
Original file line number Diff line number Diff line change
@@ -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")]
[assembly: AssemblyVersion("3.3.20321.0")]
[assembly: AssemblyFileVersion("3.3.20321.843")]
4 changes: 2 additions & 2 deletions NCrontabViewer/AssemblyInfo.g.tt
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@

using System.Reflection;

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

0 comments on commit db14025

Please sign in to comment.