From 101e841c286456b7cd2521963c7ff360fb4a14f4 Mon Sep 17 00:00:00 2001 From: Steffen Forkmann Date: Tue, 20 Dec 2016 16:34:20 +0100 Subject: [PATCH] Bump version to 3.31.6 --- docs/content/paket-push.md | 10 +++++++--- src/Paket.Bootstrapper/Properties/AssemblyInfo.cs | 12 ++++++------ src/Paket.Core/AssemblyInfo.fs | 12 ++++++------ src/Paket.PowerShell/AssemblyInfo.fs | 12 ++++++------ src/Paket/AssemblyInfo.fs | 12 ++++++------ 5 files changed, 31 insertions(+), 27 deletions(-) diff --git a/docs/content/paket-push.md b/docs/content/paket-push.md index 14c811ceaf..a82f7e400d 100644 --- a/docs/content/paket-push.md +++ b/docs/content/paket-push.md @@ -9,13 +9,17 @@ OPTIONS: url Url of the NuGet feed. file Path to the package. - apikey Optionally specify your API key on the command line. Otherwise uses the value of the `nugetkey` environment variable. - endpoint Optionally specify a custom api endpoint to push to. Defaults to `/api/v2/package`. + apikey Optionally specify your API key on the command line. + Otherwise uses the value of the `nugetkey` + environment variable. + endpoint Optionally specify a custom api endpoint to push to. + Defaults to `/api/v2/package`. --verbose, -v Enable verbose console output for the paket process. --log-file Specify a log file for the paket process. --silent, -s Suppress console output for the paket process. --version Display the version. - --from-bootstrapper Call comming from the '--run' feature of the bootstrapper. + --from-bootstrapper Call comming from the '--run' feature of the + bootstrapper. --help display this list of options. If you add the `-v` flag, then Paket will run in verbose mode and show detailed information. diff --git a/src/Paket.Bootstrapper/Properties/AssemblyInfo.cs b/src/Paket.Bootstrapper/Properties/AssemblyInfo.cs index 2439549980..f943e7bfe2 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("3.31.5")] -[assembly: AssemblyFileVersionAttribute("3.31.5")] -[assembly: AssemblyInformationalVersionAttribute("3.31.5")] +[assembly: AssemblyVersionAttribute("3.31.6")] +[assembly: AssemblyFileVersionAttribute("3.31.6")] +[assembly: AssemblyInformationalVersionAttribute("3.31.6")] 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 = "3.31.5"; - internal const System.String AssemblyFileVersion = "3.31.5"; - internal const System.String AssemblyInformationalVersion = "3.31.5"; + internal const System.String AssemblyVersion = "3.31.6"; + internal const System.String AssemblyFileVersion = "3.31.6"; + internal const System.String AssemblyInformationalVersion = "3.31.6"; } } diff --git a/src/Paket.Core/AssemblyInfo.fs b/src/Paket.Core/AssemblyInfo.fs index e8269900af..4fc2b40a04 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 = "3.31.5" - let [] AssemblyFileVersion = "3.31.5" - let [] AssemblyInformationalVersion = "3.31.5" + let [] AssemblyVersion = "3.31.6" + let [] AssemblyFileVersion = "3.31.6" + let [] AssemblyInformationalVersion = "3.31.6" diff --git a/src/Paket.PowerShell/AssemblyInfo.fs b/src/Paket.PowerShell/AssemblyInfo.fs index 064c6aa049..b3fc6d0dc1 100644 --- a/src/Paket.PowerShell/AssemblyInfo.fs +++ b/src/Paket.PowerShell/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 = "3.31.5" - let [] AssemblyFileVersion = "3.31.5" - let [] AssemblyInformationalVersion = "3.31.5" + let [] AssemblyVersion = "3.31.6" + let [] AssemblyFileVersion = "3.31.6" + let [] AssemblyInformationalVersion = "3.31.6" diff --git a/src/Paket/AssemblyInfo.fs b/src/Paket/AssemblyInfo.fs index 3da09e3deb..58c18e47aa 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 = "3.31.5" - let [] AssemblyFileVersion = "3.31.5" - let [] AssemblyInformationalVersion = "3.31.5" + let [] AssemblyVersion = "3.31.6" + let [] AssemblyFileVersion = "3.31.6" + let [] AssemblyInformationalVersion = "3.31.6"