From 59f854a8c24f7f53c5ea9ade292709f7f2e1ce2c Mon Sep 17 00:00:00 2001 From: Talles L Date: Fri, 13 May 2016 20:36:52 -0300 Subject: [PATCH] 4.1.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 7cecb3aa..8168d52a 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.0.1.0")] -[assembly: AssemblyFileVersion("4.0.1.0")] \ No newline at end of file +[assembly: AssemblyVersion("4.1.0.0")] +[assembly: AssemblyFileVersion("4.1.0.0")] \ No newline at end of file diff --git a/Package.nuspec b/Package.nuspec index 77c75429..b431da28 100644 --- a/Package.nuspec +++ b/Package.nuspec @@ -2,7 +2,7 @@ FluentScheduler - 4.0.1 + 4.1.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 db9e8cbb..9553126e 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.0.1.0")] -[assembly: AssemblyFileVersion("4.0.1.0")] +[assembly: AssemblyVersion("4.1.0.0")] +[assembly: AssemblyFileVersion("4.1.0.0")]