Skip to content
This repository was archived by the owner on Aug 26, 2022. It is now read-only.

Commit 00b00cb

Browse files
committed
updated version to 1.3.0
1 parent 4de9068 commit 00b00cb

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

Build/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.2.0</VersionPrefix>
4+
<VersionPrefix>1.3.0</VersionPrefix>
55
<VersionSuffix></VersionSuffix>
66
</PropertyGroup>
77
</Project>

Scripts/NuGet/PSharp.nuspec

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
<package >
33
<metadata>
44
<id>Microsoft.PSharp</id>
5-
<version>1.2.2</version>
5+
<version>1.3.0</version>
66
<authors>Microsoft</authors>
77
<licenseUrl>https://github.com/p-org/PSharp/blob/master/LICENSE.txt</licenseUrl>
88
<projectUrl>https://github.com/p-org/PSharp</projectUrl>
99
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1010
<description>The P# language, runtime and testing infrastructure</description>
11-
<releaseNotes>This release contains the 1.2.2 version of the P# language, runtime and testing infrastructure.</releaseNotes>
11+
<releaseNotes>This release contains the 1.3.0 version of the P# language, runtime and testing infrastructure.</releaseNotes>
1212
<copyright>Copyright © 2017 Microsoft Corporation</copyright>
1313
<tags>asynchrony testing .NET programming actors state-machines</tags>
1414
</metadata>
1515
<files>
16-
<file src="..\..\Binaries\*.dll" target="lib\net46" />
17-
<file src="..\..\Binaries\*.mdb" target="lib\net46" />
18-
<file src="..\..\Binaries\*.xml" target="lib\net46" />
19-
<file src="..\..\Binaries\*" target="tools" />
16+
<file src="..\..\bin\net46\*.dll" target="lib\net46" />
17+
<file src="..\..\bin\net46\*.mdb" target="lib\net46" />
18+
<file src="..\..\bin\net46\*.xml" target="lib\net46" />
19+
<file src="..\..\bin\net46\*" target="tools" />
2020
</files>
2121
</package>

Tools/Visualization/TraceViewer/Properties/AssemblyInfo.cs

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
using System.Runtime.InteropServices;
55
using System.Windows;
66

7-
// General Information about an assembly is controlled through the following
7+
// General Information about an assembly is controlled through the following
88
// set of attributes. Change these attribute values to modify the information
99
// associated with an assembly.
1010
[assembly: AssemblyTitle("PSharpTraceViewer")]
@@ -16,15 +16,15 @@
1616
[assembly: AssemblyTrademark("")]
1717
[assembly: AssemblyCulture("")]
1818

19-
// Setting ComVisible to false makes the types in this assembly not visible
20-
// to COM components. If you need to access a type in this assembly from
19+
// Setting ComVisible to false makes the types in this assembly not visible
20+
// to COM components. If you need to access a type in this assembly from
2121
// COM, set the ComVisible attribute to true on that type.
2222
[assembly: ComVisible(false)]
2323

2424
// The following GUID is for the ID of the typelib if this project is exposed to COM
2525
[assembly: Guid("17dd1184-c1f7-41b6-8dfd-f159ce7d78cc")]
2626

27-
//In order to begin building localizable applications, set
27+
//In order to begin building localizable applications, set
2828
//<UICulture>CultureYouAreCodingWith</UICulture> in your .csproj file
2929
//inside a <PropertyGroup>. For example, if you are using US english
3030
//in your source files, set the <UICulture> to en-US. Then uncomment
@@ -35,22 +35,22 @@
3535

3636
[assembly: ThemeInfo(
3737
ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
38-
//(used if a resource is not found in the page,
38+
//(used if a resource is not found in the page,
3939
// or application resource dictionaries)
4040
ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
41-
//(used if a resource is not found in the page,
41+
//(used if a resource is not found in the page,
4242
// app, or any theme specific resource dictionaries)
4343
)]
4444

4545
// Version information for an assembly consists of the following four values:
4646
//
4747
// Major Version
48-
// Minor Version
48+
// Minor Version
4949
// Build Number
5050
// Revision
5151
//
52-
// You can specify all the values or you can default the Build and Revision Numbers
52+
// 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.2.2.0")]
56-
[assembly: AssemblyFileVersion("1.2.2.0")]
55+
[assembly: AssemblyVersion("1.3.0.0")]
56+
[assembly: AssemblyFileVersion("1.3.0.0")]

0 commit comments

Comments
 (0)