From b096baa7b2b5ee2ca9bc8c96467d5f147e3fe33b Mon Sep 17 00:00:00 2001 From: Julien Roncaglia Date: Fri, 26 Feb 2016 11:46:32 +0100 Subject: [PATCH] Bump version --- Release Notes.md | 8 ++++++-- src/BlackFox.Stidgen/AssemblyInfo.fs | 6 +++--- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/Release Notes.md b/Release Notes.md index 18d5a9f..ac151c5 100644 --- a/Release Notes.md +++ b/Release Notes.md @@ -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) diff --git a/src/BlackFox.Stidgen/AssemblyInfo.fs b/src/BlackFox.Stidgen/AssemblyInfo.fs index b73f406..7d527b9 100644 --- a/src/BlackFox.Stidgen/AssemblyInfo.fs +++ b/src/BlackFox.Stidgen/AssemblyInfo.fs @@ -4,9 +4,9 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = - let [] Version = "0.5.2" + let [] Version = "0.5.3"