diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 726b8fc6..4445a19d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,6 @@ +### 5.2.0 +* Fix SourceLink issues. + ### 5.1.0 * Performance optimizations. * Fixed incorrect commandline option generation in non-English locales. @@ -144,4 +147,4 @@ #### 0.5.8 * Include optional BindingFlags parameter. -* Include support for all primitive types. \ No newline at end of file +* Include support for all primitive types. diff --git a/src/Argu/AssemblyInfo.fs b/src/Argu/AssemblyInfo.fs index c4037ad5..bdcd8622 100644 --- a/src/Argu/AssemblyInfo.fs +++ b/src/Argu/AssemblyInfo.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "Argu" let [] AssemblyProduct = "Argu" let [] AssemblyDescription = "A declarative command line and XML configuration parser for F# applications." - let [] AssemblyVersion = "5.1.0" - let [] AssemblyFileVersion = "5.1.0" + let [] AssemblyVersion = "5.2.0" + let [] AssemblyFileVersion = "5.2.0"