Skip to content

Commit

Permalink
Bump version to 5.96.2
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Sep 14, 2017
1 parent 224d092 commit 02150c5
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 45 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

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("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";
}
}
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("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")>]
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 = "5.96.1"
let [<Literal>] AssemblyFileVersion = "5.96.1"
let [<Literal>] AssemblyInformationalVersion = "5.96.1"
let [<Literal>] AssemblyVersion = "5.96.2"
let [<Literal>] AssemblyFileVersion = "5.96.2"
let [<Literal>] AssemblyInformationalVersion = "5.96.2"
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("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")>]
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 = "5.96.1"
let [<Literal>] AssemblyFileVersion = "5.96.1"
let [<Literal>] AssemblyInformationalVersion = "5.96.1"
let [<Literal>] AssemblyVersion = "5.96.2"
let [<Literal>] AssemblyFileVersion = "5.96.2"
let [<Literal>] AssemblyInformationalVersion = "5.96.2"

0 comments on commit 02150c5

Please sign in to comment.