Skip to content

Commit

Permalink
Bump version to 4.0.0-alpha038
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Dec 20, 2016
1 parent 48d70da commit f80c147
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
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.6")]
[assembly: AssemblyFileVersionAttribute("3.31.6")]
[assembly: AssemblyInformationalVersionAttribute("3.31.6")]
[assembly: AssemblyVersionAttribute("4.0.0")]
[assembly: AssemblyFileVersionAttribute("4.0.0")]
[assembly: AssemblyInformationalVersionAttribute("4.0.0-alpha038")]
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.6";
internal const System.String AssemblyFileVersion = "3.31.6";
internal const System.String AssemblyInformationalVersion = "3.31.6";
internal const System.String AssemblyVersion = "4.0.0";
internal const System.String AssemblyFileVersion = "4.0.0";
internal const System.String AssemblyInformationalVersion = "4.0.0-alpha038";
}
}
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("4.0.0")>]
[<assembly: AssemblyFileVersionAttribute("4.0.0")>]
[<assembly: AssemblyInformationalVersionAttribute("4.0.0-alpha037")>]
[<assembly: AssemblyInformationalVersionAttribute("4.0.0-alpha038")>]
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 = "4.0.0"
let [<Literal>] AssemblyFileVersion = "4.0.0"
let [<Literal>] AssemblyInformationalVersion = "4.0.0-alpha037"
let [<Literal>] AssemblyInformationalVersion = "4.0.0-alpha038"
4 changes: 2 additions & 2 deletions src/Paket.PowerShell/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("4.0.0")>]
[<assembly: AssemblyFileVersionAttribute("4.0.0")>]
[<assembly: AssemblyInformationalVersionAttribute("4.0.0-alpha037")>]
[<assembly: AssemblyInformationalVersionAttribute("4.0.0-alpha038")>]
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 = "4.0.0"
let [<Literal>] AssemblyFileVersion = "4.0.0"
let [<Literal>] AssemblyInformationalVersion = "4.0.0-alpha037"
let [<Literal>] AssemblyInformationalVersion = "4.0.0-alpha038"
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("4.0.0")>]
[<assembly: AssemblyFileVersionAttribute("4.0.0")>]
[<assembly: AssemblyInformationalVersionAttribute("4.0.0-alpha037")>]
[<assembly: AssemblyInformationalVersionAttribute("4.0.0-alpha038")>]
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 = "4.0.0"
let [<Literal>] AssemblyFileVersion = "4.0.0"
let [<Literal>] AssemblyInformationalVersion = "4.0.0-alpha037"
let [<Literal>] AssemblyInformationalVersion = "4.0.0-alpha038"

0 comments on commit f80c147

Please sign in to comment.