Skip to content

Commit

Permalink
Update release notes for v1.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
tpetricek committed Nov 14, 2015
1 parent 278388a commit 9a58b83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@
* 1.1.11 - Update to R.NET 1.6.4 (support R version 2.14.1)
* 1.1.12 - Include transitive dependency on DynamicInterop
* 1.1.13 - Skip assembly resolution for mscorlib.resources (avoids recursive lookup error)
* 1.1.14 - Improve Liinux compatibility - try searching for libR.so (#157)
* 1.1.14 - Improve Linux compatibility - try searching for libR.so (#157)
* 1.1.15 - Disable R.NET AutoPrint (fix #161 and perhaps #160)
4 changes: 2 additions & 2 deletions src/Common/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ open System.Reflection
[<assembly: AssemblyCompanyAttribute("BlueMountain Capital")>]
[<assembly: AssemblyProductAttribute("RProvider")>]
[<assembly: AssemblyDescriptionAttribute("An F# Type Provider providing strongly typed access to the R statistical package.")>]
[<assembly: AssemblyVersionAttribute("1.1.14")>]
[<assembly: AssemblyFileVersionAttribute("1.1.14")>]
[<assembly: AssemblyVersionAttribute("1.1.15")>]
[<assembly: AssemblyFileVersionAttribute("1.1.15")>]
do ()

0 comments on commit 9a58b83

Please sign in to comment.