From 218aced69d0f445d107918895ff1410009ab106a Mon Sep 17 00:00:00 2001 From: Steffen Forkmann Date: Sun, 14 Jun 2020 11:29:18 +0200 Subject: [PATCH] Bump version to 5.247.1 --- RELEASE_NOTES.md | 3 +++ src/LockFileComparer/AssemblyInfo.fs | 12 ++++++------ src/Paket.Bootstrapper/Properties/AssemblyInfo.cs | 12 ++++++------ src/Paket.Core/AssemblyInfo.fs | 12 ++++++------ src/Paket/AssemblyInfo.fs | 12 ++++++------ 5 files changed, 27 insertions(+), 24 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 193a237ffb..e314cf310c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,6 @@ +#### 5.247.1 - 2020-06-14 +* REVERT: Added protocolVersion for NuGet source - https://github.com/fsprojects/Paket/pull/3844 + #### 5.247.0 - 2020-06-14 * Added protocolVersion for NuGet source - https://github.com/fsprojects/Paket/pull/3844 diff --git a/src/LockFileComparer/AssemblyInfo.fs b/src/LockFileComparer/AssemblyInfo.fs index efc072d0f5..ee35c5740d 100644 --- a/src/LockFileComparer/AssemblyInfo.fs +++ b/src/LockFileComparer/AssemblyInfo.fs @@ -6,9 +6,9 @@ open System.Reflection [] [] [] -[] -[] -[] +[] +[] +[] do () module internal AssemblyVersionInformation = @@ -16,6 +16,6 @@ module internal AssemblyVersionInformation = let [] AssemblyProduct = "Paket" let [] AssemblyCompany = "Paket team" let [] AssemblyDescription = "A dependency manager for .NET with support for NuGet packages and git repositories." - let [] AssemblyVersion = "5.247.0" - let [] AssemblyFileVersion = "5.247.0" - let [] AssemblyInformationalVersion = "5.247.0" + let [] AssemblyVersion = "5.247.1" + let [] AssemblyFileVersion = "5.247.1" + let [] AssemblyInformationalVersion = "5.247.1" diff --git a/src/Paket.Bootstrapper/Properties/AssemblyInfo.cs b/src/Paket.Bootstrapper/Properties/AssemblyInfo.cs index 87676c5d80..6dcf4cf88b 100644 --- a/src/Paket.Bootstrapper/Properties/AssemblyInfo.cs +++ b/src/Paket.Bootstrapper/Properties/AssemblyInfo.cs @@ -4,16 +4,16 @@ [assembly: AssemblyTitleAttribute("Paket.Bootstrapper")] [assembly: AssemblyProductAttribute("Paket")] [assembly: AssemblyDescriptionAttribute("A dependency manager for .NET with support for NuGet packages and git repositories.")] -[assembly: AssemblyVersionAttribute("5.247.0")] -[assembly: AssemblyFileVersionAttribute("5.247.0")] -[assembly: AssemblyInformationalVersionAttribute("5.247.0")] +[assembly: AssemblyVersionAttribute("5.247.1")] +[assembly: AssemblyFileVersionAttribute("5.247.1")] +[assembly: AssemblyInformationalVersionAttribute("5.247.1")] namespace System { internal static class AssemblyVersionInformation { internal const System.String AssemblyTitle = "Paket.Bootstrapper"; internal const System.String AssemblyProduct = "Paket"; internal const System.String AssemblyDescription = "A dependency manager for .NET with support for NuGet packages and git repositories."; - internal const System.String AssemblyVersion = "5.247.0"; - internal const System.String AssemblyFileVersion = "5.247.0"; - internal const System.String AssemblyInformationalVersion = "5.247.0"; + internal const System.String AssemblyVersion = "5.247.1"; + internal const System.String AssemblyFileVersion = "5.247.1"; + internal const System.String AssemblyInformationalVersion = "5.247.1"; } } diff --git a/src/Paket.Core/AssemblyInfo.fs b/src/Paket.Core/AssemblyInfo.fs index 32ed3f58c4..f5d953d4a0 100644 --- a/src/Paket.Core/AssemblyInfo.fs +++ b/src/Paket.Core/AssemblyInfo.fs @@ -6,9 +6,9 @@ open System.Reflection [] [] [] -[] -[] -[] +[] +[] +[] do () module internal AssemblyVersionInformation = @@ -16,6 +16,6 @@ module internal AssemblyVersionInformation = let [] AssemblyProduct = "Paket" let [] AssemblyCompany = "Paket team" let [] AssemblyDescription = "A dependency manager for .NET with support for NuGet packages and git repositories." - let [] AssemblyVersion = "5.247.0" - let [] AssemblyFileVersion = "5.247.0" - let [] AssemblyInformationalVersion = "5.247.0" + let [] AssemblyVersion = "5.247.1" + let [] AssemblyFileVersion = "5.247.1" + let [] AssemblyInformationalVersion = "5.247.1" diff --git a/src/Paket/AssemblyInfo.fs b/src/Paket/AssemblyInfo.fs index b861f88b1a..8798bb310a 100644 --- a/src/Paket/AssemblyInfo.fs +++ b/src/Paket/AssemblyInfo.fs @@ -6,9 +6,9 @@ open System.Reflection [] [] [] -[] -[] -[] +[] +[] +[] do () module internal AssemblyVersionInformation = @@ -16,6 +16,6 @@ module internal AssemblyVersionInformation = let [] AssemblyProduct = "Paket" let [] AssemblyCompany = "Paket team" let [] AssemblyDescription = "A dependency manager for .NET with support for NuGet packages and git repositories." - let [] AssemblyVersion = "5.247.0" - let [] AssemblyFileVersion = "5.247.0" - let [] AssemblyInformationalVersion = "5.247.0" + let [] AssemblyVersion = "5.247.1" + let [] AssemblyFileVersion = "5.247.1" + let [] AssemblyInformationalVersion = "5.247.1"