File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ open System.Reflection
44[<assembly: AssemblyTitleAttribute( " FSharp.AutoComplete" ) >]
55[<assembly: AssemblyProductAttribute( " FSharp.AutoComplete" ) >]
66[<assembly: AssemblyDescriptionAttribute( " A command line tool for interfacing with FSharp.Compiler.Service over a pipe." ) >]
7- [<assembly: AssemblyVersionAttribute( " 0.18.1 " ) >]
8- [<assembly: AssemblyFileVersionAttribute( " 0.18.1 " ) >]
7+ [<assembly: AssemblyVersionAttribute( " 0.18.2 " ) >]
8+ [<assembly: AssemblyFileVersionAttribute( " 0.18.2 " ) >]
99do ()
1010
1111module internal AssemblyVersionInformation =
12- let [<Literal>] Version = " 0.18.1 "
12+ let [<Literal>] Version = " 0.18.2 "
Original file line number Diff line number Diff line change 1+ #### 0.18.2 - 13.06.2015
2+
3+ * Update to FCS 0.0.90 (fix referencing PCL projects) - https://github.com/fsharp/FsAutoComplete/pull/26
4+
15#### 0.18.1 - 09.06.2015
26
37* Prevent test assemblies from being included in release archives by
You can’t perform that action at this time.
0 commit comments