diff --git a/src/Paket.Bootstrapper/Properties/AssemblyInfo.cs b/src/Paket.Bootstrapper/Properties/AssemblyInfo.cs index b8a4879ea7..ccd6ed075a 100644 --- a/src/Paket.Bootstrapper/Properties/AssemblyInfo.cs +++ b/src/Paket.Bootstrapper/Properties/AssemblyInfo.cs @@ -6,10 +6,14 @@ [assembly: AssemblyDescriptionAttribute("A dependency manager for .NET with support for NuGet packages and git repositories.")] [assembly: AssemblyVersionAttribute("4.0.0")] [assembly: AssemblyFileVersionAttribute("4.0.0")] -[assembly: AssemblyInformationalVersionAttribute("4.0.0-alpha001")] +[assembly: AssemblyInformationalVersionAttribute("4.0.0-alpha016")] namespace System { internal static class AssemblyVersionInformation { - internal const string Version = "4.0.0"; - internal const string InformationalVersion = "4.0.0-alpha001"; + 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 = "4.0.0"; + internal const System.String AssemblyFileVersion = "4.0.0"; + internal const System.String AssemblyInformationalVersion = "4.0.0-alpha016"; } } diff --git a/src/Paket.Core/AssemblyInfo.fs b/src/Paket.Core/AssemblyInfo.fs index 130a13afcc..772f617081 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-alpha014" + let [] AssemblyInformationalVersion = "4.0.0-alpha016" diff --git a/src/Paket.Core/Paket.Core/project.json b/src/Paket.Core/Paket.Core/project.json index c1a1caf468..bd998f9cf7 100644 --- a/src/Paket.Core/Paket.Core/project.json +++ b/src/Paket.Core/Paket.Core/project.json @@ -1,5 +1,5 @@ { - "version": "4.0.0-alpha014", + "version": "4.0.0-alpha016", "buildOptions": { "debugType": "portable", "compilerName": "fsc", diff --git a/src/Paket.PowerShell/AssemblyInfo.fs b/src/Paket.PowerShell/AssemblyInfo.fs index a756aa98fd..530232b01a 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-alpha014" + let [] AssemblyInformationalVersion = "4.0.0-alpha016" diff --git a/src/Paket/AssemblyInfo.fs b/src/Paket/AssemblyInfo.fs index 7498c19c9e..d2e7e0a449 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-alpha014" + let [] AssemblyInformationalVersion = "4.0.0-alpha016"