diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 22bf8622..013e2cc0 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -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) \ No newline at end of file +* 1.1.14 - Improve Linux compatibility - try searching for libR.so (#157) +* 1.1.15 - Disable R.NET AutoPrint (fix #161 and perhaps #160) \ No newline at end of file diff --git a/src/Common/AssemblyInfo.fs b/src/Common/AssemblyInfo.fs index 9e9bca8c..6e56a0d8 100644 --- a/src/Common/AssemblyInfo.fs +++ b/src/Common/AssemblyInfo.fs @@ -5,7 +5,7 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do ()