File tree Expand file tree Collapse file tree 5 files changed +8
-6
lines changed
Expand file tree Collapse file tree 5 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1-
21# Upcoming
32
3+
4+ # 3.8.1
5+
46- feat: Support for the ` {:opaque} ` attibute on ` const ` (https://github.com/dafny-lang/dafny/pull/2545 )
57- feat: Support for plugin-based code actions on the IDE (https://github.com/dafny-lang/dafny/pull/2021 )
68- fix: Fixed a crash when parsing ` newtype ` in the parser (https://github.com/dafny-lang/dafny/pull/2649 )
Original file line number Diff line number Diff line change 1717 <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
1818 <OutputPath >..\..\Binaries\</OutputPath >
1919 <DefineConstants >TRACE</DefineConstants >
20- <VersionPrefix >3.8.0.40823 </VersionPrefix >
20+ <VersionPrefix >3.8.1.40901 </VersionPrefix >
2121 <TargetFramework >net6.0</TargetFramework >
2222 <PackageLicenseExpression >MIT</PackageLicenseExpression >
2323 </PropertyGroup >
Original file line number Diff line number Diff line change 99 <OutputPath >..\..\Binaries\</OutputPath >
1010 <ValidateExecutableReferencesMatchSelfContained >false</ValidateExecutableReferencesMatchSelfContained >
1111
12- <VersionPrefix >3.8.0.40823 </VersionPrefix >
12+ <VersionPrefix >3.8.1.40901 </VersionPrefix >
1313
1414 <PackAsTool >true</PackAsTool >
1515 <ToolCommandName >dafny</ToolCommandName >
Original file line number Diff line number Diff line change 88 <RootNamespace >Microsoft.Dafny.LanguageServer</RootNamespace >
99 <OutputPath >..\..\Binaries\</OutputPath >
1010 <IsPackable >true</IsPackable >
11- <VersionPrefix >3.8.0.40823 </VersionPrefix >
11+ <VersionPrefix >3.8.1.40901 </VersionPrefix >
1212 <ValidateExecutableReferencesMatchSelfContained >false</ValidateExecutableReferencesMatchSelfContained >
1313 </PropertyGroup >
1414
Original file line number Diff line number Diff line change 44// * Source/DafnyDriver/DafnyDriver.csproj
55// * Source/Dafny/DafnyPipeline.csproj
66// * Source/DafnyLanguageServer/DafnyLanguageServer.csproj
7- [ assembly: AssemblyVersion ( "3.8.0.40823 " ) ]
8- [ assembly: AssemblyFileVersion ( "3.8.0.40823 " ) ]
7+ [ assembly: AssemblyVersion ( "3.8.1.40901 " ) ]
8+ [ assembly: AssemblyFileVersion ( "3.8.1.40901 " ) ]
You can’t perform that action at this time.
0 commit comments