diff --git a/src/Paket.Bootstrapper/Properties/AssemblyInfo.cs b/src/Paket.Bootstrapper/Properties/AssemblyInfo.cs index 94d268cb67..e35cdfddbc 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("4.0.0")] [assembly: AssemblyFileVersionAttribute("4.0.0")] -[assembly: AssemblyInformationalVersionAttribute("4.0.0-alpha017")] +[assembly: AssemblyInformationalVersionAttribute("4.0.0-alpha019")] 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 = "4.0.0"; internal const System.String AssemblyFileVersion = "4.0.0"; - internal const System.String AssemblyInformationalVersion = "4.0.0-alpha017"; + internal const System.String AssemblyInformationalVersion = "4.0.0-alpha019"; } } diff --git a/src/Paket.Core/AssemblyInfo.fs b/src/Paket.Core/AssemblyInfo.fs index 575d2abf00..ad17589313 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-alpha017" + let [] AssemblyInformationalVersion = "4.0.0-alpha019" diff --git a/src/Paket.Core/Paket.Core/project.json b/src/Paket.Core/Paket.Core/project.json index 9d17f7d4a7..914899cc29 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-alpha017", + "version": "4.0.0-alpha019", "buildOptions": { "debugType": "portable", "compilerName": "fsc", diff --git a/src/Paket.PowerShell/AssemblyInfo.fs b/src/Paket.PowerShell/AssemblyInfo.fs index fc64f0d857..ee1de0938f 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-alpha017" + let [] AssemblyInformationalVersion = "4.0.0-alpha019" diff --git a/src/Paket/AssemblyInfo.fs b/src/Paket/AssemblyInfo.fs index 59e9f4f598..92900cdd5d 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-alpha017" + let [] AssemblyInformationalVersion = "4.0.0-alpha019"