diff --git a/src/Paket.Bootstrapper/Properties/AssemblyInfo.cs b/src/Paket.Bootstrapper/Properties/AssemblyInfo.cs index f943e7bfe2..e8abaa9031 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("3.31.6")] -[assembly: AssemblyFileVersionAttribute("3.31.6")] -[assembly: AssemblyInformationalVersionAttribute("3.31.6")] +[assembly: AssemblyVersionAttribute("4.0.0")] +[assembly: AssemblyFileVersionAttribute("4.0.0")] +[assembly: AssemblyInformationalVersionAttribute("4.0.0-alpha038")] 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 = "3.31.6"; - internal const System.String AssemblyFileVersion = "3.31.6"; - internal const System.String AssemblyInformationalVersion = "3.31.6"; + internal const System.String AssemblyVersion = "4.0.0"; + internal const System.String AssemblyFileVersion = "4.0.0"; + internal const System.String AssemblyInformationalVersion = "4.0.0-alpha038"; } } diff --git a/src/Paket.Core/AssemblyInfo.fs b/src/Paket.Core/AssemblyInfo.fs index b2392f109e..782078d9e0 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 = "4.0.0" let [] AssemblyFileVersion = "4.0.0" - let [] AssemblyInformationalVersion = "4.0.0-alpha037" + let [] AssemblyInformationalVersion = "4.0.0-alpha038" diff --git a/src/Paket.PowerShell/AssemblyInfo.fs b/src/Paket.PowerShell/AssemblyInfo.fs index eb6b92307b..21d967e3f7 100644 --- a/src/Paket.PowerShell/AssemblyInfo.fs +++ b/src/Paket.PowerShell/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 = "4.0.0" let [] AssemblyFileVersion = "4.0.0" - let [] AssemblyInformationalVersion = "4.0.0-alpha037" + let [] AssemblyInformationalVersion = "4.0.0-alpha038" diff --git a/src/Paket/AssemblyInfo.fs b/src/Paket/AssemblyInfo.fs index 78672f4760..42f3020b1a 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 = "4.0.0" let [] AssemblyFileVersion = "4.0.0" - let [] AssemblyInformationalVersion = "4.0.0-alpha037" + let [] AssemblyInformationalVersion = "4.0.0-alpha038"