From fc90013d093211018b8ab8ba09943f563847b37f Mon Sep 17 00:00:00 2001 From: Steffen Forkmann Date: Thu, 22 Oct 2020 15:22:26 +0200 Subject: [PATCH] Bump version to 6.0.0-alpha050 --- RELEASE_NOTES.md | 2 +- src/FSharp.DependencyManager.Paket/AssemblyInfo.fs | 4 ++-- src/LockFileComparer/AssemblyInfo.fs | 4 ++-- src/Paket.Bootstrapper/Properties/AssemblyInfo.cs | 4 ++-- src/Paket.Core/AssemblyInfo.fs | 4 ++-- src/Paket/AssemblyInfo.fs | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 1bcf79b1a6..847497547e 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,4 +1,4 @@ -#### 6.0.0-alpha049 - 2020-10-22 +#### 6.0.0-alpha050 - 2020-10-22 * 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 c4a2f16e86..1065ca8d7a 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-alpha049" + let [] AssemblyInformationalVersion = "6.0.0-alpha050" diff --git a/src/LockFileComparer/AssemblyInfo.fs b/src/LockFileComparer/AssemblyInfo.fs index 331bcfa0f4..1fcbe07724 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-alpha049" + let [] AssemblyInformationalVersion = "6.0.0-alpha050" diff --git a/src/Paket.Bootstrapper/Properties/AssemblyInfo.cs b/src/Paket.Bootstrapper/Properties/AssemblyInfo.cs index 0ff3c7a6ac..c09de9d1b0 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-alpha049")] +[assembly: AssemblyInformationalVersionAttribute("6.0.0-alpha050")] 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-alpha049"; + internal const System.String AssemblyInformationalVersion = "6.0.0-alpha050"; } } diff --git a/src/Paket.Core/AssemblyInfo.fs b/src/Paket.Core/AssemblyInfo.fs index 2fb39374e5..59d53ace55 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-alpha049" + let [] AssemblyInformationalVersion = "6.0.0-alpha050" diff --git a/src/Paket/AssemblyInfo.fs b/src/Paket/AssemblyInfo.fs index b52fb6a8dd..925339dded 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-alpha049" + let [] AssemblyInformationalVersion = "6.0.0-alpha050"