Skip to content

Commit a47cbe6

Browse files
authored
Set up Dafny 3.0.0 pre-release 0 (#802)
Change version to 3.0.0.20817. Remove DafnyLanguageService.vsix (which had been the Dafny extension for Microsoft Visual Studio). Bundle Mono.Cecil (also under MIT License).
1 parent 2b33e47 commit a47cbe6

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Source/version.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
using System.Reflection;
2-
// Version 2.3.0, year 2018+1 month 05 day 06
3-
[assembly: AssemblyVersion("2.3.0.10506")]
4-
[assembly: AssemblyFileVersion("2.3.0.10506")]
2+
// Version 3.0.0 pre-release 0, year 2018+2 month 08 day 17
3+
[assembly: AssemblyVersion("3.0.0.20817")]
4+
[assembly: AssemblyFileVersion("3.0.0.20817")]

package.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,10 @@
5656
"BoogieParserHelper",
5757
"Provers.SMTLib",
5858
"BoogieVCExpr",
59-
"BoogieVCGeneration"]
59+
"BoogieVCGeneration",
60+
"Mono.Cecil"]
6061
EXEs = ["Dafny", "DafnyServer"]
61-
ETCs = UNIX_EXECUTABLES + ["DafnyPrelude.bpl", "DafnyRuntime.cs", "DafnyRuntime.js", "DafnyRuntime.go", "DafnyLanguageService.vsix"]
62+
ETCs = UNIX_EXECUTABLES + ["DafnyPrelude.bpl", "DafnyRuntime.cs", "DafnyRuntime.js", "DafnyRuntime.go"]
6263

6364
# Constants
6465

0 commit comments

Comments
 (0)