We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3dbf45 commit c1e1337Copy full SHA for c1e1337
R.NET/Properties/VersionInfo.cs
@@ -1,5 +1,5 @@
1
// <auto-generated/>
2
using System.Reflection;
3
4
-[assembly: AssemblyVersionAttribute("1.6.3")]
5
-[assembly: AssemblyFileVersionAttribute("1.6.3")]
+[assembly: AssemblyVersionAttribute("1.6.4")]
+[assembly: AssemblyFileVersionAttribute("1.6.4")]
RDotNet.FSharp/VersionInfo.fs
@@ -1,7 +1,7 @@
namespace System
open System.Reflection
-[<assembly: AssemblyVersionAttribute("1.6.3")>]
-[<assembly: AssemblyFileVersionAttribute("1.6.3")>]
+[<assembly: AssemblyVersionAttribute("1.6.4")>]
+[<assembly: AssemblyFileVersionAttribute("1.6.4")>]
6
do ()
7
0 commit comments