From 904fa0d82ea7145dcb3db291fc683304a25629c7 Mon Sep 17 00:00:00 2001 From: Pantazis Deligiannis Date: Wed, 13 Feb 2019 18:12:36 -0800 Subject: [PATCH] updating version to 1.4.5 (#404) --- Common/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/Common/version.props b/Common/version.props index bf84ea73f..7b27dad5b 100644 --- a/Common/version.props +++ b/Common/version.props @@ -1,7 +1,7 @@ - 1.4.4 + 1.4.5 diff --git a/Scripts/NuGet/PSharp.nuspec b/Scripts/NuGet/PSharp.nuspec index efa984f92..f56e7dfad 100644 --- a/Scripts/NuGet/PSharp.nuspec +++ b/Scripts/NuGet/PSharp.nuspec @@ -2,13 +2,13 @@ Microsoft.PSharp - 1.4.4 + 1.4.5 Microsoft https://github.com/p-org/PSharp/blob/master/LICENSE.txt https://github.com/p-org/PSharp true The P# language, runtime and testing infrastructure. - This release contains the 1.4.4 version of the P# language, runtime and testing infrastructure. + This release contains the 1.4.5 version of the P# language, runtime and testing infrastructure. © Microsoft Corporation. All rights reserved. asynchrony testing .NET programming actors state-machines diff --git a/Tools/Visualization/TraceViewer/Properties/AssemblyInfo.cs b/Tools/Visualization/TraceViewer/Properties/AssemblyInfo.cs index 96c706f2e..17d55d44b 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.4.4.0")] -[assembly: AssemblyFileVersion("1.4.4.0")] +[assembly: AssemblyVersion("1.4.5.0")] +[assembly: AssemblyFileVersion("1.4.5.0")]