Skip to content

Commit

Permalink
Bump version to 5.0.0-alpha015
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed May 7, 2017
1 parent 83384e7 commit 037d4e3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/Paket.Bootstrapper/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
[assembly: AssemblyDescriptionAttribute("A dependency manager for .NET with support for NuGet packages and git repositories.")]
[assembly: AssemblyVersionAttribute("5.0.0")]
[assembly: AssemblyFileVersionAttribute("5.0.0")]
[assembly: AssemblyInformationalVersionAttribute("5.0.0-alpha014")]
[assembly: AssemblyInformationalVersionAttribute("5.0.0-alpha015")]
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.0.0";
internal const System.String AssemblyFileVersion = "5.0.0";
internal const System.String AssemblyInformationalVersion = "5.0.0-alpha014";
internal const System.String AssemblyInformationalVersion = "5.0.0-alpha015";
}
}
4 changes: 2 additions & 2 deletions src/Paket.Core/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ open System.Reflection
[<assembly: AssemblyDescriptionAttribute("A dependency manager for .NET with support for NuGet packages and git repositories.")>]
[<assembly: AssemblyVersionAttribute("5.0.0")>]
[<assembly: AssemblyFileVersionAttribute("5.0.0")>]
[<assembly: AssemblyInformationalVersionAttribute("5.0.0-alpha014")>]
[<assembly: AssemblyInformationalVersionAttribute("5.0.0-alpha015")>]
do ()

module internal AssemblyVersionInformation =
Expand All @@ -18,4 +18,4 @@ module internal AssemblyVersionInformation =
let [<Literal>] AssemblyDescription = "A dependency manager for .NET with support for NuGet packages and git repositories."
let [<Literal>] AssemblyVersion = "5.0.0"
let [<Literal>] AssemblyFileVersion = "5.0.0"
let [<Literal>] AssemblyInformationalVersion = "5.0.0-alpha014"
let [<Literal>] AssemblyInformationalVersion = "5.0.0-alpha015"
4 changes: 2 additions & 2 deletions src/Paket/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ open System.Reflection
[<assembly: AssemblyDescriptionAttribute("A dependency manager for .NET with support for NuGet packages and git repositories.")>]
[<assembly: AssemblyVersionAttribute("5.0.0")>]
[<assembly: AssemblyFileVersionAttribute("5.0.0")>]
[<assembly: AssemblyInformationalVersionAttribute("5.0.0-alpha014")>]
[<assembly: AssemblyInformationalVersionAttribute("5.0.0-alpha015")>]
do ()

module internal AssemblyVersionInformation =
Expand All @@ -18,4 +18,4 @@ module internal AssemblyVersionInformation =
let [<Literal>] AssemblyDescription = "A dependency manager for .NET with support for NuGet packages and git repositories."
let [<Literal>] AssemblyVersion = "5.0.0"
let [<Literal>] AssemblyFileVersion = "5.0.0"
let [<Literal>] AssemblyInformationalVersion = "5.0.0-alpha014"
let [<Literal>] AssemblyInformationalVersion = "5.0.0-alpha015"

0 comments on commit 037d4e3

Please sign in to comment.