From afc863849a4d41cc5fd7c21da11f8f258a539eef Mon Sep 17 00:00:00 2001 From: Pantazis Deligiannis Date: Fri, 1 Sep 2017 19:04:47 +0100 Subject: [PATCH] updated version to 1.3.2 --- Build/version.props | 2 +- Scripts/NuGet/PSharp.nuspec | 4 ++-- Tools/Visualization/TraceViewer/Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Build/version.props b/Build/version.props index 04a62483a..6a8aa3367 100644 --- a/Build/version.props +++ b/Build/version.props @@ -1,7 +1,7 @@ - 1.3.1 + 1.3.2 diff --git a/Scripts/NuGet/PSharp.nuspec b/Scripts/NuGet/PSharp.nuspec index ca381b4bc..39df9ed7e 100644 --- a/Scripts/NuGet/PSharp.nuspec +++ b/Scripts/NuGet/PSharp.nuspec @@ -2,13 +2,13 @@ Microsoft.PSharp - 1.3.1 + 1.3.2 Microsoft https://github.com/p-org/PSharp/blob/master/LICENSE.txt https://github.com/p-org/PSharp false The P# language, runtime and testing infrastructure - This release contains the 1.3.1 version of the P# language, runtime and testing infrastructure. + This release contains the 1.3.2 version of the P# language, runtime and testing infrastructure. Copyright © 2017 Microsoft Corporation asynchrony testing .NET programming actors state-machines diff --git a/Tools/Visualization/TraceViewer/Properties/AssemblyInfo.cs b/Tools/Visualization/TraceViewer/Properties/AssemblyInfo.cs index 734f869c2..a56f9cd34 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.3.1.0")] -[assembly: AssemblyFileVersion("1.3.1.0")] +[assembly: AssemblyVersion("1.3.2.0")] +[assembly: AssemblyFileVersion("1.3.2.0")]