diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index b075749cea..a9b1b80d24 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,4 +1,4 @@ -#### 6.0.0-rc009 - 2021-08-04 +#### 6.0.0-rc010 - 2021-08-04 * Support for .NET 5.0 * Support for .NET 6.0 * Full .NET Core / SDK compatible version diff --git a/src/FSharp.DependencyManager.Paket/AssemblyInfo.fs b/src/FSharp.DependencyManager.Paket/AssemblyInfo.fs index a6c4a04b2b..185f8420cf 100644 --- a/src/FSharp.DependencyManager.Paket/AssemblyInfo.fs +++ b/src/FSharp.DependencyManager.Paket/AssemblyInfo.fs @@ -8,7 +8,7 @@ open System.Reflection [] [] [] -[] +[] do () module internal AssemblyVersionInformation = @@ -18,4 +18,4 @@ module internal AssemblyVersionInformation = let [] AssemblyDescription = "A dependency manager for .NET with support for NuGet packages and git repositories." let [] AssemblyVersion = "6.0.0" let [] AssemblyFileVersion = "6.0.0" - let [] AssemblyInformationalVersion = "6.0.0-rc009" + let [] AssemblyInformationalVersion = "6.0.0-rc010" diff --git a/src/LockFileComparer/AssemblyInfo.fs b/src/LockFileComparer/AssemblyInfo.fs index a8eaddef91..e0f11c8c01 100644 --- a/src/LockFileComparer/AssemblyInfo.fs +++ b/src/LockFileComparer/AssemblyInfo.fs @@ -8,7 +8,7 @@ open System.Reflection [] [] [] -[] +[] do () module internal AssemblyVersionInformation = @@ -18,4 +18,4 @@ module internal AssemblyVersionInformation = let [] AssemblyDescription = "A dependency manager for .NET with support for NuGet packages and git repositories." let [] AssemblyVersion = "6.0.0" let [] AssemblyFileVersion = "6.0.0" - let [] AssemblyInformationalVersion = "6.0.0-rc009" + let [] AssemblyInformationalVersion = "6.0.0-rc010" diff --git a/src/Paket.Bootstrapper/Properties/AssemblyInfo.cs b/src/Paket.Bootstrapper/Properties/AssemblyInfo.cs index 1987bbec93..8ebe4c8151 100644 --- a/src/Paket.Bootstrapper/Properties/AssemblyInfo.cs +++ b/src/Paket.Bootstrapper/Properties/AssemblyInfo.cs @@ -6,7 +6,7 @@ [assembly: AssemblyDescriptionAttribute("A dependency manager for .NET with support for NuGet packages and git repositories.")] [assembly: AssemblyVersionAttribute("6.0.0")] [assembly: AssemblyFileVersionAttribute("6.0.0")] -[assembly: AssemblyInformationalVersionAttribute("6.0.0-rc009")] +[assembly: AssemblyInformationalVersionAttribute("6.0.0-rc010")] namespace System { internal static class AssemblyVersionInformation { internal const System.String AssemblyTitle = "Paket.Bootstrapper"; @@ -14,6 +14,6 @@ internal static class AssemblyVersionInformation { internal const System.String AssemblyDescription = "A dependency manager for .NET with support for NuGet packages and git repositories."; internal const System.String AssemblyVersion = "6.0.0"; internal const System.String AssemblyFileVersion = "6.0.0"; - internal const System.String AssemblyInformationalVersion = "6.0.0-rc009"; + internal const System.String AssemblyInformationalVersion = "6.0.0-rc010"; } } diff --git a/src/Paket.Core/AssemblyInfo.fs b/src/Paket.Core/AssemblyInfo.fs index b35e77f190..a34ff14a4e 100644 --- a/src/Paket.Core/AssemblyInfo.fs +++ b/src/Paket.Core/AssemblyInfo.fs @@ -8,7 +8,7 @@ open System.Reflection [] [] [] -[] +[] do () module internal AssemblyVersionInformation = @@ -18,4 +18,4 @@ module internal AssemblyVersionInformation = let [] AssemblyDescription = "A dependency manager for .NET with support for NuGet packages and git repositories." let [] AssemblyVersion = "6.0.0" let [] AssemblyFileVersion = "6.0.0" - let [] AssemblyInformationalVersion = "6.0.0-rc009" + let [] AssemblyInformationalVersion = "6.0.0-rc010" diff --git a/src/Paket/AssemblyInfo.fs b/src/Paket/AssemblyInfo.fs index 5f2cc189c8..3af8c0f2e7 100644 --- a/src/Paket/AssemblyInfo.fs +++ b/src/Paket/AssemblyInfo.fs @@ -8,7 +8,7 @@ open System.Reflection [] [] [] -[] +[] do () module internal AssemblyVersionInformation = @@ -18,4 +18,4 @@ module internal AssemblyVersionInformation = let [] AssemblyDescription = "A dependency manager for .NET with support for NuGet packages and git repositories." let [] AssemblyVersion = "6.0.0" let [] AssemblyFileVersion = "6.0.0" - let [] AssemblyInformationalVersion = "6.0.0-rc009" + let [] AssemblyInformationalVersion = "6.0.0-rc010"