diff --git a/Library/Properties/AssemblyInfo.cs b/Library/Properties/AssemblyInfo.cs index 42a8cac7..17096617 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.0.0.0")] -[assembly: AssemblyFileVersion("5.0.0.0")] \ No newline at end of file +[assembly: AssemblyVersion("5.1.0.0")] +[assembly: AssemblyFileVersion("5.1.0.0")] \ No newline at end of file diff --git a/Package.nuspec b/Package.nuspec index f6d7c275..f8a1f371 100644 --- a/Package.nuspec +++ b/Package.nuspec @@ -2,7 +2,7 @@ FluentScheduler - 5.0.0 + 5.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 7bdf8ae4..2b1b77f3 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.0.0.0")] -[assembly: AssemblyFileVersion("5.0.0.0")] +[assembly: AssemblyVersion("5.1.0.0")] +[assembly: AssemblyFileVersion("5.1.0.0")]