From 2f9dfda17c2c1fa9e35722b965d1d02f31e531f1 Mon Sep 17 00:00:00 2001 From: Talles L Date: Wed, 20 Jul 2016 00:18:20 -0300 Subject: [PATCH] 5.0.0 --- Library/Properties/AssemblyInfo.cs | 4 ++-- Package.nuspec | 2 +- PortableLibrary/Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Library/Properties/AssemblyInfo.cs b/Library/Properties/AssemblyInfo.cs index 4d4ff0da..42a8cac7 100644 --- a/Library/Properties/AssemblyInfo.cs +++ b/Library/Properties/AssemblyInfo.cs @@ -37,5 +37,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("4.1.2.0")] -[assembly: AssemblyFileVersion("4.1.2.0")] \ No newline at end of file +[assembly: AssemblyVersion("5.0.0.0")] +[assembly: AssemblyFileVersion("5.0.0.0")] \ No newline at end of file diff --git a/Package.nuspec b/Package.nuspec index 551d7778..9868f966 100644 --- a/Package.nuspec +++ b/Package.nuspec @@ -2,7 +2,7 @@ FluentScheduler - 4.1.2 + 5.0.0 Jim Geurts <jim@biacreations.com>,Talles L <talleslasmar@gmail.com> & further contributors https://opensource.org/licenses/BSD-3-Clause https://github.com/fluentscheduler/FluentScheduler diff --git a/PortableLibrary/Properties/AssemblyInfo.cs b/PortableLibrary/Properties/AssemblyInfo.cs index 97ad335e..7bdf8ae4 100644 --- a/PortableLibrary/Properties/AssemblyInfo.cs +++ b/PortableLibrary/Properties/AssemblyInfo.cs @@ -26,5 +26,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("4.1.2.0")] -[assembly: AssemblyFileVersion("4.1.2.0")] +[assembly: AssemblyVersion("5.0.0.0")] +[assembly: AssemblyFileVersion("5.0.0.0")]