File tree Expand file tree Collapse file tree 5 files changed +17
-17
lines changed Expand file tree Collapse file tree 5 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 1
- ### 2.3.1 - Oct 4, 2016
1
+ ### 2.3.2 - Oct 4, 2016
2
2
* Added support of ` NUnit 3.5 `
3
3
4
4
### 2.3.1 - July 9, 2016
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ open System.Reflection
5
5
[<assembly: AssemblyTitleAttribute( " FsUnit.MbUnit" ) >]
6
6
[<assembly: AssemblyProductAttribute( " FsUnit" ) >]
7
7
[<assembly: AssemblyDescriptionAttribute( " FsUnit is a set of libraries that makes unit-testing with F# more enjoyable." ) >]
8
- [<assembly: AssemblyVersionAttribute( " 2.3.1 " ) >]
9
- [<assembly: AssemblyFileVersionAttribute( " 2.3.1 " ) >]
8
+ [<assembly: AssemblyVersionAttribute( " 2.3.2 " ) >]
9
+ [<assembly: AssemblyFileVersionAttribute( " 2.3.2 " ) >]
10
10
do ()
11
11
12
12
module internal AssemblyVersionInformation =
13
- let [<Literal>] Version = " 2.3.1 "
14
- let [<Literal>] InformationalVersion = " 2.3.1 "
13
+ let [<Literal>] Version = " 2.3.2 "
14
+ let [<Literal>] InformationalVersion = " 2.3.2 "
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ open System.Reflection
5
5
[<assembly: AssemblyTitleAttribute( " FsUnit.MsTest" ) >]
6
6
[<assembly: AssemblyProductAttribute( " FsUnit" ) >]
7
7
[<assembly: AssemblyDescriptionAttribute( " FsUnit is a set of libraries that makes unit-testing with F# more enjoyable." ) >]
8
- [<assembly: AssemblyVersionAttribute( " 2.3.1 " ) >]
9
- [<assembly: AssemblyFileVersionAttribute( " 2.3.1 " ) >]
8
+ [<assembly: AssemblyVersionAttribute( " 2.3.2 " ) >]
9
+ [<assembly: AssemblyFileVersionAttribute( " 2.3.2 " ) >]
10
10
do ()
11
11
12
12
module internal AssemblyVersionInformation =
13
- let [<Literal>] Version = " 2.3.1 "
14
- let [<Literal>] InformationalVersion = " 2.3.1 "
13
+ let [<Literal>] Version = " 2.3.2 "
14
+ let [<Literal>] InformationalVersion = " 2.3.2 "
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ open System.Reflection
5
5
[<assembly: AssemblyTitleAttribute( " FsUnit.NUnit" ) >]
6
6
[<assembly: AssemblyProductAttribute( " FsUnit" ) >]
7
7
[<assembly: AssemblyDescriptionAttribute( " FsUnit is a set of libraries that makes unit-testing with F# more enjoyable." ) >]
8
- [<assembly: AssemblyVersionAttribute( " 2.3.1 " ) >]
9
- [<assembly: AssemblyFileVersionAttribute( " 2.3.1 " ) >]
8
+ [<assembly: AssemblyVersionAttribute( " 2.3.2 " ) >]
9
+ [<assembly: AssemblyFileVersionAttribute( " 2.3.2 " ) >]
10
10
do ()
11
11
12
12
module internal AssemblyVersionInformation =
13
- let [<Literal>] Version = " 2.3.1 "
14
- let [<Literal>] InformationalVersion = " 2.3.1 "
13
+ let [<Literal>] Version = " 2.3.2 "
14
+ let [<Literal>] InformationalVersion = " 2.3.2 "
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ open System.Reflection
5
5
[<assembly: AssemblyTitleAttribute( " FsUnit.Xunit" ) >]
6
6
[<assembly: AssemblyProductAttribute( " FsUnit" ) >]
7
7
[<assembly: AssemblyDescriptionAttribute( " FsUnit is a set of libraries that makes unit-testing with F# more enjoyable." ) >]
8
- [<assembly: AssemblyVersionAttribute( " 2.3.1 " ) >]
9
- [<assembly: AssemblyFileVersionAttribute( " 2.3.1 " ) >]
8
+ [<assembly: AssemblyVersionAttribute( " 2.3.2 " ) >]
9
+ [<assembly: AssemblyFileVersionAttribute( " 2.3.2 " ) >]
10
10
do ()
11
11
12
12
module internal AssemblyVersionInformation =
13
- let [<Literal>] Version = " 2.3.1 "
14
- let [<Literal>] InformationalVersion = " 2.3.1 "
13
+ let [<Literal>] Version = " 2.3.2 "
14
+ let [<Literal>] InformationalVersion = " 2.3.2 "
You can’t perform that action at this time.
0 commit comments