File tree Expand file tree Collapse file tree 4 files changed +24
-12
lines changed
Expand file tree Collapse file tree 4 files changed +24
-12
lines changed Original file line number Diff line number Diff line change 1- #### 0.30.1 - 31.10.2016
1+ #### 0.30.2 - 31.10.2016
22
33* Add parse errors, tooltips for keywords, and signatures for
44 constructors: #135 .
55
6+ #### 0.30.1 - 31.10.2016
7+
8+ * Invalid release, ignore.
9+
610#### 0.30.0 - 30.10.2016
711
812* Add EnclosingEntity and IsAbstract to Declaration contract: #129 .
Original file line number Diff line number Diff line change 1- namespace System
1+ // Auto-Generated by FAKE; do not edit
2+ namespace System
23open System.Reflection
34
45[<assembly: AssemblyTitleAttribute( " FsAutoComplete.Suave" ) >]
56[<assembly: AssemblyProductAttribute( " FsAutoComplete.Suave" ) >]
67[<assembly: AssemblyDescriptionAttribute( " A Suave web server for interfacing with FSharp.Compiler.Service over a HTTP." ) >]
7- [<assembly: AssemblyVersionAttribute( " 0.30.1 " ) >]
8- [<assembly: AssemblyFileVersionAttribute( " 0.30.1 " ) >]
8+ [<assembly: AssemblyVersionAttribute( " 0.30.2 " ) >]
9+ [<assembly: AssemblyFileVersionAttribute( " 0.30.2 " ) >]
910do ()
1011
1112module internal AssemblyVersionInformation =
12- let [<Literal>] Version = " 0.30.1"
13- let [<Literal>] InformationalVersion = " 0.30.1"
13+ let [<Literal>] AssemblyTitle = " FsAutoComplete.Suave"
14+ let [<Literal>] AssemblyProduct = " FsAutoComplete.Suave"
15+ let [<Literal>] AssemblyDescription = " A Suave web server for interfacing with FSharp.Compiler.Service over a HTTP."
16+ let [<Literal>] AssemblyVersion = " 0.30.2"
17+ let [<Literal>] AssemblyFileVersion = " 0.30.2"
Original file line number Diff line number Diff line change 1- namespace System
1+ // Auto-Generated by FAKE; do not edit
2+ namespace System
23open System.Reflection
34
45[<assembly: AssemblyTitleAttribute( " FsAutoComplete" ) >]
56[<assembly: AssemblyProductAttribute( " FsAutoComplete" ) >]
67[<assembly: AssemblyDescriptionAttribute( " A command line tool for interfacing with FSharp.Compiler.Service over a pipe." ) >]
7- [<assembly: AssemblyVersionAttribute( " 0.30.1 " ) >]
8- [<assembly: AssemblyFileVersionAttribute( " 0.30.1 " ) >]
8+ [<assembly: AssemblyVersionAttribute( " 0.30.2 " ) >]
9+ [<assembly: AssemblyFileVersionAttribute( " 0.30.2 " ) >]
910do ()
1011
1112module internal AssemblyVersionInformation =
12- let [<Literal>] Version = " 0.30.1"
13- let [<Literal>] InformationalVersion = " 0.30.1"
13+ let [<Literal>] AssemblyTitle = " FsAutoComplete"
14+ let [<Literal>] AssemblyProduct = " FsAutoComplete"
15+ let [<Literal>] AssemblyDescription = " A command line tool for interfacing with FSharp.Compiler.Service over a pipe."
16+ let [<Literal>] AssemblyVersion = " 0.30.2"
17+ let [<Literal>] AssemblyFileVersion = " 0.30.2"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ open System.Diagnostics
88open System.Reflection
99
1010module Version =
11- let string = " FsAutoComplete " + AssemblyVersionInformation.Version
11+ let string = " FsAutoComplete " + AssemblyVersionInformation.AssemblyVersion
1212
1313module Options =
1414
You can’t perform that action at this time.
0 commit comments