Skip to content

Commit 41e2d16

Browse files
authored
chore: Bump version to 3.7.1 (#2279)
1 parent 7a72c5f commit 41e2d16

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

RELEASE_NOTES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Upcoming
22

3-
- fix: The Dafny runtime library for C# is now compatible with .NET Standard 2.1, as it was before 3.7.0. Its version has been updated to 1.2.0 to reflect this.
3+
# 3.7.1
4+
5+
- fix: The Dafny runtime library for C# is now compatible with .NET Standard 2.1, as it was before 3.7.0. Its version has been updated to 1.2.0 to reflect this. (https://github.com/dafny-lang/dafny/pull/2277)
6+
47

58
# 3.7.0
69

Source/Dafny/DafnyPipeline.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
1818
<OutputPath>..\..\Binaries\</OutputPath>
1919
<DefineConstants>TRACE</DefineConstants>
20-
<PackageVersion>3.7.0.40620</PackageVersion>
20+
<PackageVersion>3.7.1.40621</PackageVersion>
2121
<TargetFramework>net6.0</TargetFramework>
2222
</PropertyGroup>
2323

Source/DafnyDriver/DafnyDriver.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<OutputPath>..\..\Binaries\</OutputPath>
1010
<ValidateExecutableReferencesMatchSelfContained>false</ValidateExecutableReferencesMatchSelfContained>
1111

12-
<PackageVersion>3.7.0.40620</PackageVersion>
12+
<PackageVersion>3.7.1.40621</PackageVersion>
1313

1414
<PackAsTool>true</PackAsTool>
1515
<ToolCommandName>dafny</ToolCommandName>

Source/version.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using System.Reflection;
2-
// Version 3.7.0, year 2018+4, month 6, day 20
2+
// Version 3.7.1, year 2018+4, month 6, day 21
33
// When changing this, also be sure to change it in the following files:
44
// * Source/DafnyDriver/DafnyDriver.csproj
55
// * Source/Dafny/DafnyPipeline.csproj
6-
[assembly: AssemblyVersion("3.7.0.40620")]
7-
[assembly: AssemblyFileVersion("3.7.0.40620")]
6+
[assembly: AssemblyVersion("3.7.1.40621")]
7+
[assembly: AssemblyFileVersion("3.7.1.40621")]

0 commit comments

Comments
 (0)