Skip to content

Commit

Permalink
Bump version to 3.31.6
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Dec 20, 2016
1 parent be78f81 commit 101e841
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 27 deletions.
10 changes: 7 additions & 3 deletions docs/content/paket-push.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,17 @@ OPTIONS:

url <url> Url of the NuGet feed.
file <path> Path to the package.
apikey <key> Optionally specify your API key on the command line. Otherwise uses the value of the `nugetkey` environment variable.
endpoint <path> Optionally specify a custom api endpoint to push to. Defaults to `/api/v2/package`.
apikey <key> Optionally specify your API key on the command line.
Otherwise uses the value of the `nugetkey`
environment variable.
endpoint <path> 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 <path> 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.

Expand Down
12 changes: 6 additions & 6 deletions src/Paket.Bootstrapper/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}
}
12 changes: 6 additions & 6 deletions src/Paket.Core/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ open System.Reflection
[<assembly: AssemblyProductAttribute("Paket")>]
[<assembly: AssemblyCompanyAttribute("Paket team")>]
[<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")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyTitle = "Paket.Core"
let [<Literal>] AssemblyProduct = "Paket"
let [<Literal>] AssemblyCompany = "Paket team"
let [<Literal>] AssemblyDescription = "A dependency manager for .NET with support for NuGet packages and git repositories."
let [<Literal>] AssemblyVersion = "3.31.5"
let [<Literal>] AssemblyFileVersion = "3.31.5"
let [<Literal>] AssemblyInformationalVersion = "3.31.5"
let [<Literal>] AssemblyVersion = "3.31.6"
let [<Literal>] AssemblyFileVersion = "3.31.6"
let [<Literal>] AssemblyInformationalVersion = "3.31.6"
12 changes: 6 additions & 6 deletions src/Paket.PowerShell/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ open System.Reflection
[<assembly: AssemblyProductAttribute("Paket")>]
[<assembly: AssemblyCompanyAttribute("Paket team")>]
[<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")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyTitle = "Paket.PowerShell"
let [<Literal>] AssemblyProduct = "Paket"
let [<Literal>] AssemblyCompany = "Paket team"
let [<Literal>] AssemblyDescription = "A dependency manager for .NET with support for NuGet packages and git repositories."
let [<Literal>] AssemblyVersion = "3.31.5"
let [<Literal>] AssemblyFileVersion = "3.31.5"
let [<Literal>] AssemblyInformationalVersion = "3.31.5"
let [<Literal>] AssemblyVersion = "3.31.6"
let [<Literal>] AssemblyFileVersion = "3.31.6"
let [<Literal>] AssemblyInformationalVersion = "3.31.6"
12 changes: 6 additions & 6 deletions src/Paket/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ open System.Reflection
[<assembly: AssemblyProductAttribute("Paket")>]
[<assembly: AssemblyCompanyAttribute("Paket team")>]
[<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")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyTitle = "Paket"
let [<Literal>] AssemblyProduct = "Paket"
let [<Literal>] AssemblyCompany = "Paket team"
let [<Literal>] AssemblyDescription = "A dependency manager for .NET with support for NuGet packages and git repositories."
let [<Literal>] AssemblyVersion = "3.31.5"
let [<Literal>] AssemblyFileVersion = "3.31.5"
let [<Literal>] AssemblyInformationalVersion = "3.31.5"
let [<Literal>] AssemblyVersion = "3.31.6"
let [<Literal>] AssemblyFileVersion = "3.31.6"
let [<Literal>] AssemblyInformationalVersion = "3.31.6"

0 comments on commit 101e841

Please sign in to comment.