Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Eirik Tsarpalis committed May 1, 2018
1 parent 2bf1b68 commit 012a058
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 5.0.1
### 5.1.0
* Fix API Issues.

### 5.0.0
Expand Down
8 changes: 4 additions & 4 deletions src/TypeShape.CSharp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
[assembly: AssemblyTitleAttribute("TypeShape.CSharp")]
[assembly: AssemblyProductAttribute("TypeShape")]
[assembly: AssemblyDescriptionAttribute("Practical Generic Programming in F#")]
[assembly: AssemblyVersionAttribute("5.0.0")]
[assembly: AssemblyFileVersionAttribute("5.0.0")]
[assembly: AssemblyVersionAttribute("5.1.0")]
[assembly: AssemblyFileVersionAttribute("5.1.0")]
namespace System {
internal static class AssemblyVersionInformation {
internal const System.String AssemblyTitle = "TypeShape.CSharp";
internal const System.String AssemblyProduct = "TypeShape";
internal const System.String AssemblyDescription = "Practical Generic Programming in F#";
internal const System.String AssemblyVersion = "5.0.0";
internal const System.String AssemblyFileVersion = "5.0.0";
internal const System.String AssemblyVersion = "5.1.0";
internal const System.String AssemblyFileVersion = "5.1.0";
}
}
8 changes: 4 additions & 4 deletions src/TypeShape/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("TypeShape")>]
[<assembly: AssemblyProductAttribute("TypeShape")>]
[<assembly: AssemblyDescriptionAttribute("Practical Generic Programming in F#")>]
[<assembly: AssemblyVersionAttribute("5.0.0")>]
[<assembly: AssemblyFileVersionAttribute("5.0.0")>]
[<assembly: AssemblyVersionAttribute("5.1.0")>]
[<assembly: AssemblyFileVersionAttribute("5.1.0")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyTitle = "TypeShape"
let [<Literal>] AssemblyProduct = "TypeShape"
let [<Literal>] AssemblyDescription = "Practical Generic Programming in F#"
let [<Literal>] AssemblyVersion = "5.0.0"
let [<Literal>] AssemblyFileVersion = "5.0.0"
let [<Literal>] AssemblyVersion = "5.1.0"
let [<Literal>] AssemblyFileVersion = "5.1.0"

0 comments on commit 012a058

Please sign in to comment.