Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 26, 2022. It is now read-only.
/PSharpPublic archive

Commit8517d39

Browse files
authored
updated to v1.6.3 (#436)
1 parent1b70405 commit8517d39

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

‎Common/version.props‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- This file may be overwritten by automation. Only values allowed here are VersionPrefix and VersionSuffix.-->
22
<Project>
33
<PropertyGroup>
4-
<VersionPrefix>1.6.2</VersionPrefix>
4+
<VersionPrefix>1.6.3</VersionPrefix>
55
<VersionSuffix></VersionSuffix>
66
</PropertyGroup>
77
</Project>

‎Samples/Framework/build.props‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
<OutputPath>..\bin\</OutputPath>
1313
</PropertyGroup>
1414
<ItemGroup>
15-
<PackageReferenceInclude="Microsoft.PSharp"Version="1.6.2" />
15+
<PackageReferenceInclude="Microsoft.PSharp"Version="1.6.3" />
1616
</ItemGroup>
1717
</Project>

‎Samples/Language/build.props‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
<OutputPath>..\bin\</OutputPath>
1111
</PropertyGroup>
1212
<ItemGroup>
13-
<PackageReferenceInclude="Microsoft.PSharp"Version="1.6.2" />
13+
<PackageReferenceInclude="Microsoft.PSharp"Version="1.6.3" />
1414
</ItemGroup>
1515
</Project>

‎Scripts/NuGet/PSharp.nuspec‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<package >
33
<metadata>
44
<id>Microsoft.PSharp</id>
5-
<version>1.6.2</version>
5+
<version>1.6.3</version>
66
<authors>Microsoft</authors>
77
<projectUrl>https://github.com/p-org/PSharp</projectUrl>
88
<licensetype="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.2 version of the P# framework.</releaseNotes>
11+
<releaseNotes>This release contains the 1.6.3 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>

‎Tools/Visualization/TraceViewer/Properties/AssemblyInfo.cs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@
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.2.0")]
56-
[assembly:AssemblyFileVersion("1.6.2.0")]
55+
[assembly:AssemblyVersion("1.6.3.0")]
56+
[assembly:AssemblyFileVersion("1.6.3.0")]

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp