Skip to content

Commit

Permalink
Bump version to 2.26.0-alpha007
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Nov 17, 2015
1 parent 565cbf9 commit ff5158c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Paket.Bootstrapper/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[assembly: AssemblyDescriptionAttribute("A package dependency manager for .NET with support for NuGet packages and GitHub repositories.")]
[assembly: AssemblyVersionAttribute("2.26.0")]
[assembly: AssemblyFileVersionAttribute("2.26.0")]
[assembly: AssemblyInformationalVersionAttribute("2.26.0-alpha006")]
[assembly: AssemblyInformationalVersionAttribute("2.26.0-alpha007")]
namespace System {
internal static class AssemblyVersionInformation {
internal const string Version = "2.26.0";
Expand Down
2 changes: 1 addition & 1 deletion src/Paket.Core/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ open System.Reflection
[<assembly: AssemblyDescriptionAttribute("A package dependency manager for .NET with support for NuGet packages and GitHub repositories.")>]
[<assembly: AssemblyVersionAttribute("2.26.0")>]
[<assembly: AssemblyFileVersionAttribute("2.26.0")>]
[<assembly: AssemblyInformationalVersionAttribute("2.26.0-alpha006")>]
[<assembly: AssemblyInformationalVersionAttribute("2.26.0-alpha007")>]
do ()

module internal AssemblyVersionInformation =
Expand Down
2 changes: 1 addition & 1 deletion src/Paket.PowerShell/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ open System.Reflection
[<assembly: AssemblyDescriptionAttribute("A package dependency manager for .NET with support for NuGet packages and GitHub repositories.")>]
[<assembly: AssemblyVersionAttribute("2.26.0")>]
[<assembly: AssemblyFileVersionAttribute("2.26.0")>]
[<assembly: AssemblyInformationalVersionAttribute("2.26.0-alpha006")>]
[<assembly: AssemblyInformationalVersionAttribute("2.26.0-alpha007")>]
do ()

module internal AssemblyVersionInformation =
Expand Down
2 changes: 1 addition & 1 deletion src/Paket/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ open System.Reflection
[<assembly: AssemblyDescriptionAttribute("A package dependency manager for .NET with support for NuGet packages and GitHub repositories.")>]
[<assembly: AssemblyVersionAttribute("2.26.0")>]
[<assembly: AssemblyFileVersionAttribute("2.26.0")>]
[<assembly: AssemblyInformationalVersionAttribute("2.26.0-alpha006")>]
[<assembly: AssemblyInformationalVersionAttribute("2.26.0-alpha007")>]
do ()

module internal AssemblyVersionInformation =
Expand Down

0 comments on commit ff5158c

Please sign in to comment.