Skip to content

Commit a4f509e

Browse files
1.1.1 -> 1.1.2
1 parent 4fc93a7 commit a4f509e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# AD.FsCheck.MSTest
33
Integrates [FsCheck](https://fscheck.github.io/FsCheck/) with [MSTest](https://github.com/microsoft/testfx/). Inspired by FsCheck's own [Xunit integration](https://www.nuget.org/packages/FsCheck.Xunit).
44
## NuGet Package
5-
PM> Install-Package AndreasDorfer.FsCheck.MSTest -Version 1.1.1
5+
PM> Install-Package AndreasDorfer.FsCheck.MSTest -Version 1.1.2
66
## TLDR
77
Without `AD.FsCheck.MSTest` your tests look like this:
88
```csharp

src/AD.FsCheck.MSTest/AD.FsCheck.MSTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<GenerateDocumentationFile>True</GenerateDocumentationFile>
55
<PackageId>$(MSBuildProjectName.Replace("AD", "AndreasDorfer"))</PackageId>
66
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
7-
<Version>1.1.1</Version>
7+
<Version>1.1.2</Version>
88
<Authors>Andreas Dorfer</Authors>
99
<Description>Integrates FsCheck with MSTest.</Description>
1010
<RepositoryUrl>https://github.com/Andreas-Dorfer/fscheck-mstest</RepositoryUrl>

0 commit comments

Comments
 (0)