Skip to content

Commit b4a0047

Browse files
Bump version to 3.0.1
1 parent 73dfaf0 commit b4a0047

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

src/FsCheck.NUnit/AssemblyInfo.fs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ open System.Runtime.CompilerServices
77
[<assembly: AssemblyTitle("FsCheck.NUnit")>]
88
[<assembly: AssemblyProduct("FsCheck.NUnit")>]
99
[<assembly: AssemblyDescription("Integrates FsCheck with NUnit")>]
10-
[<assembly: AssemblyVersion("3.0.0")>]
11-
[<assembly: AssemblyFileVersion("3.0.0")>]
10+
[<assembly: AssemblyVersion("3.0.1")>]
11+
[<assembly: AssemblyFileVersion("3.0.1")>]
1212
[<assembly: AssemblyKeyFile("../../FsCheckKey.snk")>]
1313

1414
do ()
@@ -17,7 +17,7 @@ module internal AssemblyVersionInformation =
1717
let [<Literal>] AssemblyTitle = "FsCheck.NUnit"
1818
let [<Literal>] AssemblyProduct = "FsCheck.NUnit"
1919
let [<Literal>] AssemblyDescription = "Integrates FsCheck with NUnit"
20-
let [<Literal>] AssemblyVersion = "3.0.0"
21-
let [<Literal>] AssemblyFileVersion = "3.0.0"
20+
let [<Literal>] AssemblyVersion = "3.0.1"
21+
let [<Literal>] AssemblyFileVersion = "3.0.1"
2222
let [<Literal>] AssemblyKeyFile = "../../FsCheckKey.snk"
2323

src/FsCheck.Xunit/AssemblyInfo.fs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ open System.Runtime.CompilerServices
77
[<assembly: AssemblyTitle("FsCheck.Xunit")>]
88
[<assembly: AssemblyProduct("FsCheck.Xunit")>]
99
[<assembly: AssemblyDescription("Integrates FsCheck with xUnit.NET")>]
10-
[<assembly: AssemblyVersion("3.0.0")>]
11-
[<assembly: AssemblyFileVersion("3.0.0")>]
10+
[<assembly: AssemblyVersion("3.0.1")>]
11+
[<assembly: AssemblyFileVersion("3.0.1")>]
1212
[<assembly: AssemblyKeyFile("../../FsCheckKey.snk")>]
1313
[<assembly: InternalsVisibleTo("FsCheck.Test")>]
1414
do ()
@@ -17,7 +17,7 @@ module internal AssemblyVersionInformation =
1717
let [<Literal>] AssemblyTitle = "FsCheck.Xunit"
1818
let [<Literal>] AssemblyProduct = "FsCheck.Xunit"
1919
let [<Literal>] AssemblyDescription = "Integrates FsCheck with xUnit.NET"
20-
let [<Literal>] AssemblyVersion = "3.0.0"
21-
let [<Literal>] AssemblyFileVersion = "3.0.0"
20+
let [<Literal>] AssemblyVersion = "3.0.1"
21+
let [<Literal>] AssemblyFileVersion = "3.0.1"
2222
let [<Literal>] AssemblyKeyFile = "../../FsCheckKey.snk"
2323
let [<Literal>] InternalsVisibleTo = "FsCheck.Test"

src/FsCheck/AssemblyInfo.fs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ open System.Runtime.CompilerServices
77
[<assembly: AssemblyTitle("FsCheck")>]
88
[<assembly: AssemblyProduct("FsCheck")>]
99
[<assembly: AssemblyDescription("FsCheck is a tool for testing .NET programs automatically using randomly generated test cases.")>]
10-
[<assembly: AssemblyVersion("3.0.0")>]
11-
[<assembly: AssemblyFileVersion("3.0.0")>]
10+
[<assembly: AssemblyVersion("3.0.1")>]
11+
[<assembly: AssemblyFileVersion("3.0.1")>]
1212
[<assembly: AssemblyKeyFile("../../FsCheckKey.snk")>]
1313
[<assembly: InternalsVisibleTo("FsCheck.Test")>]
1414
do ()
@@ -17,7 +17,7 @@ module internal AssemblyVersionInformation =
1717
let [<Literal>] AssemblyTitle = "FsCheck"
1818
let [<Literal>] AssemblyProduct = "FsCheck"
1919
let [<Literal>] AssemblyDescription = "FsCheck is a tool for testing .NET programs automatically using randomly generated test cases."
20-
let [<Literal>] AssemblyVersion = "3.0.0"
21-
let [<Literal>] AssemblyFileVersion = "3.0.0"
20+
let [<Literal>] AssemblyVersion = "3.0.1"
21+
let [<Literal>] AssemblyFileVersion = "3.0.1"
2222
let [<Literal>] AssemblyKeyFile = "../../FsCheckKey.snk"
2323
let [<Literal>] InternalsVisibleTo = "FsCheck.Test"

0 commit comments

Comments
 (0)