Skip to content

Commit

Permalink
Bump version to 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-tihon committed Oct 4, 2016
1 parent 2610318 commit 0f3e391
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 2.3.1 - Oct 4, 2016
### 2.3.2 - Oct 4, 2016
* Added support of `NUnit 3.5`

### 2.3.1 - July 9, 2016
Expand Down
8 changes: 4 additions & 4 deletions src/FsUnit.MbUnit/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("FsUnit.MbUnit")>]
[<assembly: AssemblyProductAttribute("FsUnit")>]
[<assembly: AssemblyDescriptionAttribute("FsUnit is a set of libraries that makes unit-testing with F# more enjoyable.")>]
[<assembly: AssemblyVersionAttribute("2.3.1")>]
[<assembly: AssemblyFileVersionAttribute("2.3.1")>]
[<assembly: AssemblyVersionAttribute("2.3.2")>]
[<assembly: AssemblyFileVersionAttribute("2.3.2")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "2.3.1"
let [<Literal>] InformationalVersion = "2.3.1"
let [<Literal>] Version = "2.3.2"
let [<Literal>] InformationalVersion = "2.3.2"
8 changes: 4 additions & 4 deletions src/FsUnit.MsTestUnit/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("FsUnit.MsTest")>]
[<assembly: AssemblyProductAttribute("FsUnit")>]
[<assembly: AssemblyDescriptionAttribute("FsUnit is a set of libraries that makes unit-testing with F# more enjoyable.")>]
[<assembly: AssemblyVersionAttribute("2.3.1")>]
[<assembly: AssemblyFileVersionAttribute("2.3.1")>]
[<assembly: AssemblyVersionAttribute("2.3.2")>]
[<assembly: AssemblyFileVersionAttribute("2.3.2")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "2.3.1"
let [<Literal>] InformationalVersion = "2.3.1"
let [<Literal>] Version = "2.3.2"
let [<Literal>] InformationalVersion = "2.3.2"
8 changes: 4 additions & 4 deletions src/FsUnit.NUnit/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("FsUnit.NUnit")>]
[<assembly: AssemblyProductAttribute("FsUnit")>]
[<assembly: AssemblyDescriptionAttribute("FsUnit is a set of libraries that makes unit-testing with F# more enjoyable.")>]
[<assembly: AssemblyVersionAttribute("2.3.1")>]
[<assembly: AssemblyFileVersionAttribute("2.3.1")>]
[<assembly: AssemblyVersionAttribute("2.3.2")>]
[<assembly: AssemblyFileVersionAttribute("2.3.2")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "2.3.1"
let [<Literal>] InformationalVersion = "2.3.1"
let [<Literal>] Version = "2.3.2"
let [<Literal>] InformationalVersion = "2.3.2"
8 changes: 4 additions & 4 deletions src/FsUnit.Xunit/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("FsUnit.Xunit")>]
[<assembly: AssemblyProductAttribute("FsUnit")>]
[<assembly: AssemblyDescriptionAttribute("FsUnit is a set of libraries that makes unit-testing with F# more enjoyable.")>]
[<assembly: AssemblyVersionAttribute("2.3.1")>]
[<assembly: AssemblyFileVersionAttribute("2.3.1")>]
[<assembly: AssemblyVersionAttribute("2.3.2")>]
[<assembly: AssemblyFileVersionAttribute("2.3.2")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "2.3.1"
let [<Literal>] InformationalVersion = "2.3.1"
let [<Literal>] Version = "2.3.2"
let [<Literal>] InformationalVersion = "2.3.2"

0 comments on commit 0f3e391

Please sign in to comment.