diff --git a/src/Paket.Bootstrapper/Properties/AssemblyInfo.cs b/src/Paket.Bootstrapper/Properties/AssemblyInfo.cs index b25674cbfe..301ac32c26 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-rc8")] +[assembly: AssemblyInformationalVersionAttribute("4.0.0-rc9")] 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-rc8"; + internal const System.String AssemblyInformationalVersion = "4.0.0-rc9"; } } diff --git a/src/Paket.Core/AssemblyInfo.fs b/src/Paket.Core/AssemblyInfo.fs index 75f9fc27fa..ee21b97c7e 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-rc8" + let [] AssemblyInformationalVersion = "4.0.0-rc9" diff --git a/src/Paket.PowerShell/AssemblyInfo.fs b/src/Paket.PowerShell/AssemblyInfo.fs index 71997743f9..45c075476e 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-rc8" + let [] AssemblyInformationalVersion = "4.0.0-rc9" diff --git a/src/Paket/AssemblyInfo.fs b/src/Paket/AssemblyInfo.fs index 97de947494..ddac144e47 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-rc8" + let [] AssemblyInformationalVersion = "4.0.0-rc9"