From 9d2dd5a43256b96a9e6bf83374002b9f82b2d8fd Mon Sep 17 00:00:00 2001 From: Talles L Date: Mon, 19 Dec 2016 22:57:44 -0200 Subject: [PATCH] 5.1.1 --- 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 17096617..41fd970d 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("5.1.0.0")] -[assembly: AssemblyFileVersion("5.1.0.0")] \ No newline at end of file +[assembly: AssemblyVersion("5.1.1.0")] +[assembly: AssemblyFileVersion("5.1.1.0")] \ No newline at end of file diff --git a/Package.nuspec b/Package.nuspec index f8a1f371..b1810990 100644 --- a/Package.nuspec +++ b/Package.nuspec @@ -2,7 +2,7 @@ FluentScheduler - 5.1.0 + 5.1.1 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 2b1b77f3..7a9e94b5 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("5.1.0.0")] -[assembly: AssemblyFileVersion("5.1.0.0")] +[assembly: AssemblyVersion("5.1.1.0")] +[assembly: AssemblyFileVersion("5.1.1.0")]