diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 91739bfd80..5fdaeba155 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,4 +1,4 @@ -#### 6.0.0-alpha044 - 2020-10-21 +#### 6.0.0-alpha045 - 2020-10-21 * Full .NET Core / SDK compatible version * Support for XCode * Support for .net5.0 diff --git a/src/FSharp.DependencyManager.Paket/AssemblyInfo.fs b/src/FSharp.DependencyManager.Paket/AssemblyInfo.fs index 6701a699dc..484b0e9f8a 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-alpha044" + let [] AssemblyInformationalVersion = "6.0.0-alpha045" diff --git a/src/LockFileComparer/AssemblyInfo.fs b/src/LockFileComparer/AssemblyInfo.fs index 9c7623e141..c4c6174721 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-alpha044" + let [] AssemblyInformationalVersion = "6.0.0-alpha045" diff --git a/src/Paket.Bootstrapper/Properties/AssemblyInfo.cs b/src/Paket.Bootstrapper/Properties/AssemblyInfo.cs index c16124b777..0605fc46e2 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-alpha044")] +[assembly: AssemblyInformationalVersionAttribute("6.0.0-alpha045")] 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-alpha044"; + internal const System.String AssemblyInformationalVersion = "6.0.0-alpha045"; } } diff --git a/src/Paket.Core/AssemblyInfo.fs b/src/Paket.Core/AssemblyInfo.fs index 813e468692..dd53df0b89 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-alpha044" + let [] AssemblyInformationalVersion = "6.0.0-alpha045" diff --git a/src/Paket/AssemblyInfo.fs b/src/Paket/AssemblyInfo.fs index 5f332bc221..37de562fe5 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-alpha044" + let [] AssemblyInformationalVersion = "6.0.0-alpha045"