From 597a9ca17815ca7619ca7d8892b3c15c6e0543f5 Mon Sep 17 00:00:00 2001 From: Steffen Forkmann Date: Sat, 4 Jan 2020 10:08:57 +0100 Subject: [PATCH] Bump version to 6.0.0-alpha012 --- src/LockFileComparer/AssemblyInfo.fs | 12 ++++++------ src/Paket.Bootstrapper/Properties/AssemblyInfo.cs | 12 ++++++------ src/Paket.Core/AssemblyInfo.fs | 12 ++++++------ src/Paket/AssemblyInfo.fs | 12 ++++++------ 4 files changed, 24 insertions(+), 24 deletions(-) diff --git a/src/LockFileComparer/AssemblyInfo.fs b/src/LockFileComparer/AssemblyInfo.fs index 0bf036d62b..825af8e7b8 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.241.5" - let [] AssemblyFileVersion = "5.241.5" - let [] AssemblyInformationalVersion = "5.241.5" + let [] AssemblyVersion = "6.0.0" + let [] AssemblyFileVersion = "6.0.0" + let [] AssemblyInformationalVersion = "6.0.0-alpha012" diff --git a/src/Paket.Bootstrapper/Properties/AssemblyInfo.cs b/src/Paket.Bootstrapper/Properties/AssemblyInfo.cs index b863707724..b7a6857c7b 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.241.5")] -[assembly: AssemblyFileVersionAttribute("5.241.5")] -[assembly: AssemblyInformationalVersionAttribute("5.241.5")] +[assembly: AssemblyVersionAttribute("6.0.0")] +[assembly: AssemblyFileVersionAttribute("6.0.0")] +[assembly: AssemblyInformationalVersionAttribute("6.0.0-alpha012")] 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.241.5"; - internal const System.String AssemblyFileVersion = "5.241.5"; - internal const System.String AssemblyInformationalVersion = "5.241.5"; + internal const System.String AssemblyVersion = "6.0.0"; + internal const System.String AssemblyFileVersion = "6.0.0"; + internal const System.String AssemblyInformationalVersion = "6.0.0-alpha012"; } } diff --git a/src/Paket.Core/AssemblyInfo.fs b/src/Paket.Core/AssemblyInfo.fs index 00cea5c5a3..4e93d50535 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.241.5" - let [] AssemblyFileVersion = "5.241.5" - let [] AssemblyInformationalVersion = "5.241.5" + let [] AssemblyVersion = "6.0.0" + let [] AssemblyFileVersion = "6.0.0" + let [] AssemblyInformationalVersion = "6.0.0-alpha012" diff --git a/src/Paket/AssemblyInfo.fs b/src/Paket/AssemblyInfo.fs index a1b7349ef3..c5bd627820 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.241.5" - let [] AssemblyFileVersion = "5.241.5" - let [] AssemblyInformationalVersion = "5.241.5" + let [] AssemblyVersion = "6.0.0" + let [] AssemblyFileVersion = "6.0.0" + let [] AssemblyInformationalVersion = "6.0.0-alpha012"