Skip to content

Commit

Permalink
Bump version to 0.18.9
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Dec 12, 2014
1 parent 2877644 commit 5f3a6bc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions src/Paket.Bootstrapper/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
[assembly: AssemblyTitleAttribute("Paket.Bootstrapper")]
[assembly: AssemblyProductAttribute("Paket")]
[assembly: AssemblyDescriptionAttribute("A package dependency manager for .NET with support for NuGet packages and GitHub repositories.")]
[assembly: AssemblyVersionAttribute("0.18.8")]
[assembly: AssemblyFileVersionAttribute("0.18.8")]
[assembly: AssemblyVersionAttribute("0.18.9")]
[assembly: AssemblyFileVersionAttribute("0.18.9")]
namespace System {
internal static class AssemblyVersionInformation {
internal const string Version = "0.18.8";
internal const string Version = "0.18.9";
}
}
6 changes: 3 additions & 3 deletions src/Paket.Core/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("Paket.Core")>]
[<assembly: AssemblyProductAttribute("Paket")>]
[<assembly: AssemblyDescriptionAttribute("A package dependency manager for .NET with support for NuGet packages and GitHub repositories.")>]
[<assembly: AssemblyVersionAttribute("0.18.8")>]
[<assembly: AssemblyFileVersionAttribute("0.18.8")>]
[<assembly: AssemblyVersionAttribute("0.18.9")>]
[<assembly: AssemblyFileVersionAttribute("0.18.9")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "0.18.8"
let [<Literal>] Version = "0.18.9"
6 changes: 3 additions & 3 deletions src/Paket/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("Paket")>]
[<assembly: AssemblyProductAttribute("Paket")>]
[<assembly: AssemblyDescriptionAttribute("A package dependency manager for .NET with support for NuGet packages and GitHub repositories.")>]
[<assembly: AssemblyVersionAttribute("0.18.8")>]
[<assembly: AssemblyFileVersionAttribute("0.18.8")>]
[<assembly: AssemblyVersionAttribute("0.18.9")>]
[<assembly: AssemblyFileVersionAttribute("0.18.9")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "0.18.8"
let [<Literal>] Version = "0.18.9"

0 comments on commit 5f3a6bc

Please sign in to comment.