This repository was archived by the owner on Aug 26, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Tools/Visualization/TraceViewer/Properties Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11<!-- This file may be overwritten by automation. Only values allowed here are VersionPrefix and VersionSuffix. -->
22<Project >
33 <PropertyGroup >
4- <VersionPrefix >1.6.8 </VersionPrefix >
4+ <VersionPrefix >1.6.9 </VersionPrefix >
55 <VersionSuffix ></VersionSuffix >
66 </PropertyGroup >
77</Project >
Original file line number Diff line number Diff line change 1212 <OutputPath >..\bin\</OutputPath >
1313 </PropertyGroup >
1414 <ItemGroup >
15- <PackageReference Include =" Microsoft.PSharp" Version =" 1.6.8 " />
15+ <PackageReference Include =" Microsoft.PSharp" Version =" 1.6.9 " />
1616 </ItemGroup >
1717</Project >
Original file line number Diff line number Diff line change 1010 <OutputPath >..\bin\</OutputPath >
1111 </PropertyGroup >
1212 <ItemGroup >
13- <PackageReference Include =" Microsoft.PSharp" Version =" 1.6.8 " />
13+ <PackageReference Include =" Microsoft.PSharp" Version =" 1.6.9 " />
1414 </ItemGroup >
1515</Project >
Original file line number Diff line number Diff line change 22<package >
33 <metadata >
44 <id >Microsoft.PSharp</id >
5- <version >1.6.8 </version >
5+ <version >1.6.9 </version >
66 <authors >Microsoft</authors >
77 <projectUrl >https://github.com/p-org/PSharp</projectUrl >
88 <license type =" expression" >MIT</license >
99 <requireLicenseAcceptance >false</requireLicenseAcceptance >
1010 <description >P# is a framework for rapid development of reliable asynchronous software.</description >
11- <releaseNotes >This release contains the 1.6.8 version of the P# framework.</releaseNotes >
11+ <releaseNotes >This release contains the 1.6.9 version of the P# framework.</releaseNotes >
1212 <copyright >© Microsoft Corporation. All rights reserved.</copyright >
1313 <tags >asynchrony reliability specifications reactive state-machines testing</tags >
1414 </metadata >
Original file line number Diff line number Diff line change 5252// You can specify all the values or you can default the Build and Revision Numbers
5353// by using the '*' as shown below:
5454// [assembly: AssemblyVersion("1.0.*")]
55- [ assembly: AssemblyVersion ( "1.6.8 .0" ) ]
56- [ assembly: AssemblyFileVersion ( "1.6.8 .0" ) ]
55+ [ assembly: AssemblyVersion ( "1.6.9 .0" ) ]
56+ [ assembly: AssemblyFileVersion ( "1.6.9 .0" ) ]
You can’t perform that action at this time.
0 commit comments