From cc3eaf42dd154344ff02cbf035068831946bdf5a Mon Sep 17 00:00:00 2001 From: Steffen Forkmann Date: Sun, 31 May 2020 10:00:00 +0200 Subject: [PATCH] Bump version to 6.0.0-alpha028 --- RELEASE_NOTES.md | 2 +- src/LockFileComparer/AssemblyInfo.fs | 4 ++-- src/Paket.Bootstrapper/Properties/AssemblyInfo.cs | 4 ++-- src/Paket.Core/AssemblyInfo.fs | 4 ++-- src/Paket/AssemblyInfo.fs | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index c8522747cd..94caf8a6eb 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,4 +1,4 @@ -#### 6.0.0-alpha027 - 2020-05-02 +#### 6.0.0-alpha028 - 2020-05-30 * Full .NET Core / SDK compatible version * Support for XCode * Support for .netcoreapp5.0 diff --git a/src/LockFileComparer/AssemblyInfo.fs b/src/LockFileComparer/AssemblyInfo.fs index d6b819c5d4..2885377190 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-alpha027" + let [] AssemblyInformationalVersion = "6.0.0-alpha028" diff --git a/src/Paket.Bootstrapper/Properties/AssemblyInfo.cs b/src/Paket.Bootstrapper/Properties/AssemblyInfo.cs index 601c887770..66975fe18f 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-alpha027")] +[assembly: AssemblyInformationalVersionAttribute("6.0.0-alpha028")] 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-alpha027"; + internal const System.String AssemblyInformationalVersion = "6.0.0-alpha028"; } } diff --git a/src/Paket.Core/AssemblyInfo.fs b/src/Paket.Core/AssemblyInfo.fs index c6b6f9c029..f46b87f964 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-alpha027" + let [] AssemblyInformationalVersion = "6.0.0-alpha028" diff --git a/src/Paket/AssemblyInfo.fs b/src/Paket/AssemblyInfo.fs index 4438ae879b..da23d98b48 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-alpha027" + let [] AssemblyInformationalVersion = "6.0.0-alpha028"