Skip to content

Commit bb24aee

Browse files
authored
Prepare for releasing 3.7.3 (#2451)
1 parent 3dd6cdb commit bb24aee

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

RELEASE_NOTES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
# Upcoming
1+
# 3.7.3
22

33
- feat: *Less code navigation when verifying code*: In the IDE, failing postconditions and preconditions error messages now immediately display the sub-conditions that Dafny could not prove. Both on hover and in the Problems window. (https://github.com/dafny-lang/dafny/pull/2434)
44
- feat: Whitespaces and comments are kept in relevant parts of the AST (https://github.com/dafny-lang/dafny/pull/1801)
5+
- fix: NuGet packages no longer depend on specific patch releases of the .NET frameworks.
56

67
# 3.7.2
78

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-
<VersionPrefix>3.7.2.40713</VersionPrefix>
20+
<VersionPrefix>3.7.3.40719</VersionPrefix>
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-
<VersionPrefix>3.7.2.40713</VersionPrefix>
12+
<VersionPrefix>3.7.3.40719</VersionPrefix>
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.2, year 2018+4, month 7, day 13
2+
// Version 3.7.3, year 2018+4, month 7, day 19
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.2.40713")]
7-
[assembly: AssemblyFileVersion("3.7.2.40713")]
6+
[assembly: AssemblyVersion("3.7.3.40719")]
7+
[assembly: AssemblyFileVersion("3.7.3.40719")]

0 commit comments

Comments
 (0)