File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ open System.Reflection
44[<assembly: AssemblyTitleAttribute( " FsAutoComplete" ) >]
55[<assembly: AssemblyProductAttribute( " FsAutoComplete" ) >]
66[<assembly: AssemblyDescriptionAttribute( " A command line tool for interfacing with FSharp.Compiler.Service over a pipe." ) >]
7- [<assembly: AssemblyVersionAttribute( " 0.23.0 " ) >]
8- [<assembly: AssemblyFileVersionAttribute( " 0.23.0 " ) >]
7+ [<assembly: AssemblyVersionAttribute( " 0.23.1 " ) >]
8+ [<assembly: AssemblyFileVersionAttribute( " 0.23.1 " ) >]
99do ()
1010
1111module internal AssemblyVersionInformation =
12- let [<Literal>] Version = " 0.23.0 "
12+ let [<Literal>] Version = " 0.23.1 "
Original file line number Diff line number Diff line change 1+ #### 0.23.1 - 02.09.2015
2+
3+ * Fix MSBuild v14 support on non-English systems by avoiding
4+ attempting to load * .resources.dll (patch from @ryun ).
5+
16#### 0.23.0 - 14.08.2015
27
38* Add a new ` colorizations <true|false> ` command to enable/disable asynchronous
You can’t perform that action at this time.
0 commit comments