Skip to content

Commit b04b8dd

Browse files
committed
Update version and ReadMe
1 parent 4a31d51 commit b04b8dd

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

CodeCoverage/CodeCoverage.vbproj

+3-4
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
<OptionStrict>On</OptionStrict>
1313
</PropertyGroup>
1414
<PropertyGroup>
15-
<Version>1.1.0.1</Version>
16-
<AssemblyVersion>1.1.0.1</AssemblyVersion>
17-
<ProductVersion>1.1.0.1</ProductVersion>
15+
<Version>2.0.0.0</Version>
16+
<AssemblyVersion>2.0.0.0</AssemblyVersion>
17+
<ProductVersion>2.0.0.0</ProductVersion>
1818
<NeutralLanguage>en-US</NeutralLanguage>
1919
<RepositoryType>GitHub</RepositoryType>
2020
<RepositoryUrl>https://github.com/paul1956/CodeCoverage</RepositoryUrl>
@@ -78,7 +78,6 @@
7878
<Version>12.0.3</Version>
7979
</PackageReference>
8080
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
81-
<PackageReference Include="VBMsgBox" Version="1.0.2" />
8281
</ItemGroup>
8382
<ItemGroup>
8483
<Import Include="System.Data" />

ReadMe.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description: "VB Code Coverage"
1212

1313
## Requires
1414

15-
- Visual Studio 2019 version 16.4.0 for Core SDK 3.1
15+
- Visual Studio 2019 version 16.8.0 for Core SDK 5.0
1616
- Core 3.1
1717

1818
## License
@@ -39,8 +39,8 @@ Microsoft.Dotnet.XUnitExtensions which provides ConditionalFact and PlatformSpec
3939

4040
![Code Coverage Demo Image](CodeCoverageDemo.jpg)
4141

42-
New in Release 1.1
43-
Updated to Core WinForms
42+
New in Release 2.0
43+
Updated to Core WinForms 5.0
4444

4545
## Code Coverage Example Output
4646
```

XUnitTestProject1/XUnitTestProject1.vbproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<OptionStrict>On</OptionStrict>
77
<OptionCompare>Text</OptionCompare>
88
<OptionInfer>Off</OptionInfer>
9-
<Version>1.1.0.0</Version>
9+
<Version>2.0.0.0</Version>
1010
<NeutralLanguage>en-US</NeutralLanguage>
1111
</PropertyGroup>
1212

0 commit comments

Comments
 (0)