Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriktsarpalis committed Jan 2, 2017
1 parent 30ec41d commit 85343e6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 2.1
* Add Expr.unlet utility.

### 2.0
* Add support for ShapeMember, ShapeConstructor, ShapeCliMutable, ShapePoco.
* Add support for staged expressions.
Expand Down
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("2.0")>]
[<assembly: AssemblyFileVersionAttribute("2.0")>]
[<assembly: AssemblyVersionAttribute("2.1")>]
[<assembly: AssemblyFileVersionAttribute("2.1")>]
do ()

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

0 comments on commit 85343e6

Please sign in to comment.