Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
vbfox committed Feb 26, 2016
1 parent 381f4ee commit b096baa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions Release Notes.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
## New in 0.5.2
### New in 0.5.3
* Fix 'Check' methods being unusable.
[Issue #38](https://github.com/vbfox/stidgen/issues/38)

### New in 0.5.2
* Lift `System.IFormattable`

## New in 0.5.1
### New in 0.5.1
* Add an option to enable DataContract serialization.
[Issue #37](https://github.com/vbfox/stidgen/issues/37)

Expand Down
6 changes: 3 additions & 3 deletions src/BlackFox.Stidgen/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("BlackFox.Stidgen")>]
[<assembly: AssemblyProductAttribute("stidgen")>]
[<assembly: AssemblyDescriptionAttribute("Strongly Typed ID type Generator")>]
[<assembly: AssemblyVersionAttribute("0.5.2")>]
[<assembly: AssemblyFileVersionAttribute("0.5.2")>]
[<assembly: AssemblyVersionAttribute("0.5.3")>]
[<assembly: AssemblyFileVersionAttribute("0.5.3")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "0.5.2"
let [<Literal>] Version = "0.5.3"

0 comments on commit b096baa

Please sign in to comment.