diff --git a/integrationtests/scenarios/i001806-pack-localized/before/LocalizedLib/paket.template b/integrationtests/scenarios/i001806-pack-localized/before/LocalizedLib/paket.template deleted file mode 100644 index 89dba9f5ba..0000000000 --- a/integrationtests/scenarios/i001806-pack-localized/before/LocalizedLib/paket.template +++ /dev/null @@ -1,4 +0,0 @@ -type project -licenseUrl http://opensource.org/licenses/MIT -authors blub -description bla diff --git a/src/Paket.Bootstrapper/Properties/AssemblyInfo.cs b/src/Paket.Bootstrapper/Properties/AssemblyInfo.cs index ee726d2a2f..abda58ac7f 100644 --- a/src/Paket.Bootstrapper/Properties/AssemblyInfo.cs +++ b/src/Paket.Bootstrapper/Properties/AssemblyInfo.cs @@ -4,12 +4,12 @@ [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.6.1")] -[assembly: AssemblyFileVersionAttribute("3.6.1")] -[assembly: AssemblyInformationalVersionAttribute("3.6.1")] +[assembly: AssemblyVersionAttribute("3.7.0")] +[assembly: AssemblyFileVersionAttribute("3.7.0")] +[assembly: AssemblyInformationalVersionAttribute("3.7.0")] namespace System { internal static class AssemblyVersionInformation { - internal const string Version = "3.6.1"; - internal const string InformationalVersion = "3.6.1"; + internal const string Version = "3.7.0"; + internal const string InformationalVersion = "3.7.0"; } } diff --git a/src/Paket.Core/AssemblyInfo.fs b/src/Paket.Core/AssemblyInfo.fs index 669fdc1452..2a43e42ca2 100644 --- a/src/Paket.Core/AssemblyInfo.fs +++ b/src/Paket.Core/AssemblyInfo.fs @@ -5,11 +5,11 @@ open System.Reflection [] [] [] -[] -[] -[] +[] +[] +[] do () module internal AssemblyVersionInformation = - let [] Version = "3.6.1" - let [] InformationalVersion = "3.6.1" + let [] Version = "3.7.0" + let [] InformationalVersion = "3.7.0" diff --git a/src/Paket.PowerShell/AssemblyInfo.fs b/src/Paket.PowerShell/AssemblyInfo.fs index f8044f85f4..efc17a3f1a 100644 --- a/src/Paket.PowerShell/AssemblyInfo.fs +++ b/src/Paket.PowerShell/AssemblyInfo.fs @@ -5,11 +5,11 @@ open System.Reflection [] [] [] -[] -[] -[] +[] +[] +[] do () module internal AssemblyVersionInformation = - let [] Version = "3.6.1" - let [] InformationalVersion = "3.6.1" + let [] Version = "3.7.0" + let [] InformationalVersion = "3.7.0" diff --git a/src/Paket/AssemblyInfo.fs b/src/Paket/AssemblyInfo.fs index fd316ff3ca..13cfe8b982 100644 --- a/src/Paket/AssemblyInfo.fs +++ b/src/Paket/AssemblyInfo.fs @@ -5,11 +5,11 @@ open System.Reflection [] [] [] -[] -[] -[] +[] +[] +[] do () module internal AssemblyVersionInformation = - let [] Version = "3.6.1" - let [] InformationalVersion = "3.6.1" + let [] Version = "3.7.0" + let [] InformationalVersion = "3.7.0"