Skip to content

Commit

Permalink
Bump version to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtschelfthout committed Jan 22, 2025
1 parent 73dfaf0 commit b4a0047
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions src/FsCheck.NUnit/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ open System.Runtime.CompilerServices
[<assembly: AssemblyTitle("FsCheck.NUnit")>]
[<assembly: AssemblyProduct("FsCheck.NUnit")>]
[<assembly: AssemblyDescription("Integrates FsCheck with NUnit")>]
[<assembly: AssemblyVersion("3.0.0")>]
[<assembly: AssemblyFileVersion("3.0.0")>]
[<assembly: AssemblyVersion("3.0.1")>]
[<assembly: AssemblyFileVersion("3.0.1")>]
[<assembly: AssemblyKeyFile("../../FsCheckKey.snk")>]

do ()
Expand All @@ -17,7 +17,7 @@ module internal AssemblyVersionInformation =
let [<Literal>] AssemblyTitle = "FsCheck.NUnit"
let [<Literal>] AssemblyProduct = "FsCheck.NUnit"
let [<Literal>] AssemblyDescription = "Integrates FsCheck with NUnit"
let [<Literal>] AssemblyVersion = "3.0.0"
let [<Literal>] AssemblyFileVersion = "3.0.0"
let [<Literal>] AssemblyVersion = "3.0.1"
let [<Literal>] AssemblyFileVersion = "3.0.1"
let [<Literal>] AssemblyKeyFile = "../../FsCheckKey.snk"

8 changes: 4 additions & 4 deletions src/FsCheck.Xunit/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ open System.Runtime.CompilerServices
[<assembly: AssemblyTitle("FsCheck.Xunit")>]
[<assembly: AssemblyProduct("FsCheck.Xunit")>]
[<assembly: AssemblyDescription("Integrates FsCheck with xUnit.NET")>]
[<assembly: AssemblyVersion("3.0.0")>]
[<assembly: AssemblyFileVersion("3.0.0")>]
[<assembly: AssemblyVersion("3.0.1")>]
[<assembly: AssemblyFileVersion("3.0.1")>]
[<assembly: AssemblyKeyFile("../../FsCheckKey.snk")>]
[<assembly: InternalsVisibleTo("FsCheck.Test")>]
do ()
Expand All @@ -17,7 +17,7 @@ module internal AssemblyVersionInformation =
let [<Literal>] AssemblyTitle = "FsCheck.Xunit"
let [<Literal>] AssemblyProduct = "FsCheck.Xunit"
let [<Literal>] AssemblyDescription = "Integrates FsCheck with xUnit.NET"
let [<Literal>] AssemblyVersion = "3.0.0"
let [<Literal>] AssemblyFileVersion = "3.0.0"
let [<Literal>] AssemblyVersion = "3.0.1"
let [<Literal>] AssemblyFileVersion = "3.0.1"
let [<Literal>] AssemblyKeyFile = "../../FsCheckKey.snk"
let [<Literal>] InternalsVisibleTo = "FsCheck.Test"
8 changes: 4 additions & 4 deletions src/FsCheck/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ open System.Runtime.CompilerServices
[<assembly: AssemblyTitle("FsCheck")>]
[<assembly: AssemblyProduct("FsCheck")>]
[<assembly: AssemblyDescription("FsCheck is a tool for testing .NET programs automatically using randomly generated test cases.")>]
[<assembly: AssemblyVersion("3.0.0")>]
[<assembly: AssemblyFileVersion("3.0.0")>]
[<assembly: AssemblyVersion("3.0.1")>]
[<assembly: AssemblyFileVersion("3.0.1")>]
[<assembly: AssemblyKeyFile("../../FsCheckKey.snk")>]
[<assembly: InternalsVisibleTo("FsCheck.Test")>]
do ()
Expand All @@ -17,7 +17,7 @@ module internal AssemblyVersionInformation =
let [<Literal>] AssemblyTitle = "FsCheck"
let [<Literal>] AssemblyProduct = "FsCheck"
let [<Literal>] AssemblyDescription = "FsCheck is a tool for testing .NET programs automatically using randomly generated test cases."
let [<Literal>] AssemblyVersion = "3.0.0"
let [<Literal>] AssemblyFileVersion = "3.0.0"
let [<Literal>] AssemblyVersion = "3.0.1"
let [<Literal>] AssemblyFileVersion = "3.0.1"
let [<Literal>] AssemblyKeyFile = "../../FsCheckKey.snk"
let [<Literal>] InternalsVisibleTo = "FsCheck.Test"

0 comments on commit b4a0047

Please sign in to comment.