diff --git a/Common/version.props b/Common/version.props index c1a39b671..edf68538f 100644 --- a/Common/version.props +++ b/Common/version.props @@ -1,7 +1,7 @@ - 1.5.0 + 1.5.1 diff --git a/Scripts/NuGet/PSharp.nuspec b/Scripts/NuGet/PSharp.nuspec index 419fd1104..e4c0e0172 100644 --- a/Scripts/NuGet/PSharp.nuspec +++ b/Scripts/NuGet/PSharp.nuspec @@ -2,13 +2,13 @@ Microsoft.PSharp - 1.5.0 + 1.5.1 Microsoft https://github.com/p-org/PSharp/blob/master/LICENSE.txt https://github.com/p-org/PSharp true P# is a framework for building highly-reliable asynchronous reactive software. - This release contains the 1.5.0 version of the P# framework. + This release contains the 1.5.1 version of the P# framework. © Microsoft Corporation. All rights reserved. asynchrony event-driven reactive state-machines reliability specifications testing .NET diff --git a/Tools/Visualization/TraceViewer/Properties/AssemblyInfo.cs b/Tools/Visualization/TraceViewer/Properties/AssemblyInfo.cs index cced08301..0cb3d3b6f 100644 --- a/Tools/Visualization/TraceViewer/Properties/AssemblyInfo.cs +++ b/Tools/Visualization/TraceViewer/Properties/AssemblyInfo.cs @@ -52,5 +52,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("1.5.0.0")] -[assembly: AssemblyFileVersion("1.5.0.0")] +[assembly: AssemblyVersion("1.5.1.0")] +[assembly: AssemblyFileVersion("1.5.1.0")]