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 1
1
<!-- This file may be overwritten by automation. Only values allowed here are VersionPrefix and VersionSuffix. -->
2
2
<Project >
3
3
<PropertyGroup >
4
- <VersionPrefix >1.6.7 </VersionPrefix >
4
+ <VersionPrefix >1.6.8 </VersionPrefix >
5
5
<VersionSuffix ></VersionSuffix >
6
6
</PropertyGroup >
7
7
</Project >
Original file line number Diff line number Diff line change 12
12
<OutputPath >..\bin\</OutputPath >
13
13
</PropertyGroup >
14
14
<ItemGroup >
15
- <PackageReference Include =" Microsoft.PSharp" Version =" 1.6.7 " />
15
+ <PackageReference Include =" Microsoft.PSharp" Version =" 1.6.8 " />
16
16
</ItemGroup >
17
17
</Project >
Original file line number Diff line number Diff line change 10
10
<OutputPath >..\bin\</OutputPath >
11
11
</PropertyGroup >
12
12
<ItemGroup >
13
- <PackageReference Include =" Microsoft.PSharp" Version =" 1.6.7 " />
13
+ <PackageReference Include =" Microsoft.PSharp" Version =" 1.6.8 " />
14
14
</ItemGroup >
15
15
</Project >
Original file line number Diff line number Diff line change 2
2
<package >
3
3
<metadata >
4
4
<id >Microsoft.PSharp</id >
5
- <version >1.6.7 </version >
5
+ <version >1.6.8 </version >
6
6
<authors >Microsoft</authors >
7
7
<projectUrl >https://github.com/p-org/PSharp</projectUrl >
8
8
<license type =" expression" >MIT</license >
9
9
<requireLicenseAcceptance >false</requireLicenseAcceptance >
10
10
<description >P# is a framework for rapid development of reliable asynchronous software.</description >
11
- <releaseNotes >This release contains the 1.6.7 version of the P# framework.</releaseNotes >
11
+ <releaseNotes >This release contains the 1.6.8 version of the P# framework.</releaseNotes >
12
12
<copyright >© Microsoft Corporation. All rights reserved.</copyright >
13
13
<tags >asynchrony reliability specifications reactive state-machines testing</tags >
14
14
</metadata >
Original file line number Diff line number Diff line change 52
52
// You can specify all the values or you can default the Build and Revision Numbers
53
53
// by using the '*' as shown below:
54
54
// [assembly: AssemblyVersion("1.0.*")]
55
- [ assembly: AssemblyVersion ( "1.6.7 .0" ) ]
56
- [ assembly: AssemblyFileVersion ( "1.6.7 .0" ) ]
55
+ [ assembly: AssemblyVersion ( "1.6.8 .0" ) ]
56
+ [ assembly: AssemblyFileVersion ( "1.6.8 .0" ) ]
You can’t perform that action at this time.
0 commit comments