From 02150c58f064d4c329f30818f02ecaf4674eefcb Mon Sep 17 00:00:00 2001 From: Steffen Forkmann Date: Thu, 14 Sep 2017 12:52:33 +0200 Subject: [PATCH] Bump version to 5.96.2 --- .../before/projectA/paket.template | 3 --- .../before/projectB/paket.template | 3 --- .../before/projectA/paket.template | 3 --- .../before/projectB/paket.template | 3 --- .../before/projectA/paket.template | 3 --- .../before/projectB/paket.template | 3 --- .../before/projectA/paket.template | 3 --- .../before/projectB/paket.template | 3 --- .../before/projectA/paket.template | 3 --- src/Paket.Bootstrapper/Properties/AssemblyInfo.cs | 12 ++++++------ src/Paket.Core/AssemblyInfo.fs | 12 ++++++------ src/Paket/AssemblyInfo.fs | 12 ++++++------ 12 files changed, 18 insertions(+), 45 deletions(-) delete mode 100644 integrationtests/scenarios/i001848-pack-all-templates-with-incl-flag/before/projectA/paket.template delete mode 100644 integrationtests/scenarios/i001848-pack-all-templates-with-incl-flag/before/projectB/paket.template delete mode 100644 integrationtests/scenarios/i001848-pack-all-templates-wo-incl-flag/before/projectA/paket.template delete mode 100644 integrationtests/scenarios/i001848-pack-all-templates-wo-incl-flag/before/projectB/paket.template delete mode 100644 integrationtests/scenarios/i001848-pack-single-template-with-incl-flag/before/projectA/paket.template delete mode 100644 integrationtests/scenarios/i001848-pack-single-template-with-incl-flag/before/projectB/paket.template delete mode 100644 integrationtests/scenarios/i001848-pack-single-template-wo-incl-flag/before/projectA/paket.template delete mode 100644 integrationtests/scenarios/i001848-pack-single-template-wo-incl-flag/before/projectB/paket.template delete mode 100644 integrationtests/scenarios/i001848-pack-with-non-packed-deps/before/projectA/paket.template diff --git a/integrationtests/scenarios/i001848-pack-all-templates-with-incl-flag/before/projectA/paket.template b/integrationtests/scenarios/i001848-pack-all-templates-with-incl-flag/before/projectA/paket.template deleted file mode 100644 index f391c6c5bf..0000000000 --- a/integrationtests/scenarios/i001848-pack-all-templates-with-incl-flag/before/projectA/paket.template +++ /dev/null @@ -1,3 +0,0 @@ -type project -authors test -description test \ No newline at end of file diff --git a/integrationtests/scenarios/i001848-pack-all-templates-with-incl-flag/before/projectB/paket.template b/integrationtests/scenarios/i001848-pack-all-templates-with-incl-flag/before/projectB/paket.template deleted file mode 100644 index f391c6c5bf..0000000000 --- a/integrationtests/scenarios/i001848-pack-all-templates-with-incl-flag/before/projectB/paket.template +++ /dev/null @@ -1,3 +0,0 @@ -type project -authors test -description test \ No newline at end of file diff --git a/integrationtests/scenarios/i001848-pack-all-templates-wo-incl-flag/before/projectA/paket.template b/integrationtests/scenarios/i001848-pack-all-templates-wo-incl-flag/before/projectA/paket.template deleted file mode 100644 index f391c6c5bf..0000000000 --- a/integrationtests/scenarios/i001848-pack-all-templates-wo-incl-flag/before/projectA/paket.template +++ /dev/null @@ -1,3 +0,0 @@ -type project -authors test -description test \ No newline at end of file diff --git a/integrationtests/scenarios/i001848-pack-all-templates-wo-incl-flag/before/projectB/paket.template b/integrationtests/scenarios/i001848-pack-all-templates-wo-incl-flag/before/projectB/paket.template deleted file mode 100644 index f391c6c5bf..0000000000 --- a/integrationtests/scenarios/i001848-pack-all-templates-wo-incl-flag/before/projectB/paket.template +++ /dev/null @@ -1,3 +0,0 @@ -type project -authors test -description test \ No newline at end of file diff --git a/integrationtests/scenarios/i001848-pack-single-template-with-incl-flag/before/projectA/paket.template b/integrationtests/scenarios/i001848-pack-single-template-with-incl-flag/before/projectA/paket.template deleted file mode 100644 index f391c6c5bf..0000000000 --- a/integrationtests/scenarios/i001848-pack-single-template-with-incl-flag/before/projectA/paket.template +++ /dev/null @@ -1,3 +0,0 @@ -type project -authors test -description test \ No newline at end of file diff --git a/integrationtests/scenarios/i001848-pack-single-template-with-incl-flag/before/projectB/paket.template b/integrationtests/scenarios/i001848-pack-single-template-with-incl-flag/before/projectB/paket.template deleted file mode 100644 index f391c6c5bf..0000000000 --- a/integrationtests/scenarios/i001848-pack-single-template-with-incl-flag/before/projectB/paket.template +++ /dev/null @@ -1,3 +0,0 @@ -type project -authors test -description test \ No newline at end of file diff --git a/integrationtests/scenarios/i001848-pack-single-template-wo-incl-flag/before/projectA/paket.template b/integrationtests/scenarios/i001848-pack-single-template-wo-incl-flag/before/projectA/paket.template deleted file mode 100644 index f391c6c5bf..0000000000 --- a/integrationtests/scenarios/i001848-pack-single-template-wo-incl-flag/before/projectA/paket.template +++ /dev/null @@ -1,3 +0,0 @@ -type project -authors test -description test \ No newline at end of file diff --git a/integrationtests/scenarios/i001848-pack-single-template-wo-incl-flag/before/projectB/paket.template b/integrationtests/scenarios/i001848-pack-single-template-wo-incl-flag/before/projectB/paket.template deleted file mode 100644 index f391c6c5bf..0000000000 --- a/integrationtests/scenarios/i001848-pack-single-template-wo-incl-flag/before/projectB/paket.template +++ /dev/null @@ -1,3 +0,0 @@ -type project -authors test -description test \ No newline at end of file diff --git a/integrationtests/scenarios/i001848-pack-with-non-packed-deps/before/projectA/paket.template b/integrationtests/scenarios/i001848-pack-with-non-packed-deps/before/projectA/paket.template deleted file mode 100644 index f391c6c5bf..0000000000 --- a/integrationtests/scenarios/i001848-pack-with-non-packed-deps/before/projectA/paket.template +++ /dev/null @@ -1,3 +0,0 @@ -type project -authors test -description test \ No newline at end of file diff --git a/src/Paket.Bootstrapper/Properties/AssemblyInfo.cs b/src/Paket.Bootstrapper/Properties/AssemblyInfo.cs index 331625b052..38a905f0b2 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("5.96.1")] -[assembly: AssemblyFileVersionAttribute("5.96.1")] -[assembly: AssemblyInformationalVersionAttribute("5.96.1")] +[assembly: AssemblyVersionAttribute("5.96.2")] +[assembly: AssemblyFileVersionAttribute("5.96.2")] +[assembly: AssemblyInformationalVersionAttribute("5.96.2")] 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 = "5.96.1"; - internal const System.String AssemblyFileVersion = "5.96.1"; - internal const System.String AssemblyInformationalVersion = "5.96.1"; + internal const System.String AssemblyVersion = "5.96.2"; + internal const System.String AssemblyFileVersion = "5.96.2"; + internal const System.String AssemblyInformationalVersion = "5.96.2"; } } diff --git a/src/Paket.Core/AssemblyInfo.fs b/src/Paket.Core/AssemblyInfo.fs index d015d986b7..6a632755ee 100644 --- a/src/Paket.Core/AssemblyInfo.fs +++ b/src/Paket.Core/AssemblyInfo.fs @@ -6,9 +6,9 @@ open System.Reflection [] [] [] -[] -[] -[] +[] +[] +[] do () module internal AssemblyVersionInformation = @@ -16,6 +16,6 @@ module internal AssemblyVersionInformation = let [] AssemblyProduct = "Paket" let [] AssemblyCompany = "Paket team" let [] AssemblyDescription = "A dependency manager for .NET with support for NuGet packages and git repositories." - let [] AssemblyVersion = "5.96.1" - let [] AssemblyFileVersion = "5.96.1" - let [] AssemblyInformationalVersion = "5.96.1" + let [] AssemblyVersion = "5.96.2" + let [] AssemblyFileVersion = "5.96.2" + let [] AssemblyInformationalVersion = "5.96.2" diff --git a/src/Paket/AssemblyInfo.fs b/src/Paket/AssemblyInfo.fs index c9ba371a2b..169675d1f7 100644 --- a/src/Paket/AssemblyInfo.fs +++ b/src/Paket/AssemblyInfo.fs @@ -6,9 +6,9 @@ open System.Reflection [] [] [] -[] -[] -[] +[] +[] +[] do () module internal AssemblyVersionInformation = @@ -16,6 +16,6 @@ module internal AssemblyVersionInformation = let [] AssemblyProduct = "Paket" let [] AssemblyCompany = "Paket team" let [] AssemblyDescription = "A dependency manager for .NET with support for NuGet packages and git repositories." - let [] AssemblyVersion = "5.96.1" - let [] AssemblyFileVersion = "5.96.1" - let [] AssemblyInformationalVersion = "5.96.1" + let [] AssemblyVersion = "5.96.2" + let [] AssemblyFileVersion = "5.96.2" + let [] AssemblyInformationalVersion = "5.96.2"