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 b53f2ee commit bc1e1d2Copy full SHA for bc1e1d2
src/FSharp.Configuration/AssemblyInfo.fs
@@ -4,9 +4,9 @@ open System.Reflection
4
[<assembly: AssemblyTitleAttribute("FSharp.Configuration")>]
5
[<assembly: AssemblyProductAttribute("FSharp.Configuration")>]
6
[<assembly: AssemblyDescriptionAttribute("The FSharp.Configuration project contains type providers for the configuration of .NET projects.")>]
7
-[<assembly: AssemblyVersionAttribute("0.5.9")>]
8
-[<assembly: AssemblyFileVersionAttribute("0.5.9")>]
+[<assembly: AssemblyVersionAttribute("0.5.10")>]
+[<assembly: AssemblyFileVersionAttribute("0.5.10")>]
9
do ()
10
11
module internal AssemblyVersionInformation =
12
- let [<Literal>] Version = "0.5.9"
+ let [<Literal>] Version = "0.5.10"
0 commit comments