File tree 3 files changed +7
-8
lines changed
3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 12
12
<OptionStrict >On</OptionStrict >
13
13
</PropertyGroup >
14
14
<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 >
18
18
<NeutralLanguage >en-US</NeutralLanguage >
19
19
<RepositoryType >GitHub</RepositoryType >
20
20
<RepositoryUrl >https://github.com/paul1956/CodeCoverage</RepositoryUrl >
78
78
<Version >12.0.3</Version >
79
79
</PackageReference >
80
80
<PackageReference Include =" System.Data.DataSetExtensions" Version =" 4.5.0" />
81
- <PackageReference Include =" VBMsgBox" Version =" 1.0.2" />
82
81
</ItemGroup >
83
82
<ItemGroup >
84
83
<Import Include =" System.Data" />
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ description: "VB Code Coverage"
12
12
13
13
## Requires
14
14
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
16
16
- Core 3.1
17
17
18
18
## License
@@ -39,8 +39,8 @@ Microsoft.Dotnet.XUnitExtensions which provides ConditionalFact and PlatformSpec
39
39
40
40
![ Code Coverage Demo Image] ( CodeCoverageDemo.jpg )
41
41
42
- New in Release 1.1
43
- Updated to Core WinForms
42
+ New in Release 2.0
43
+ Updated to Core WinForms 5.0
44
44
45
45
## Code Coverage Example Output
46
46
```
Original file line number Diff line number Diff line change 6
6
<OptionStrict >On</OptionStrict >
7
7
<OptionCompare >Text</OptionCompare >
8
8
<OptionInfer >Off</OptionInfer >
9
- <Version >1.1 .0.0</Version >
9
+ <Version >2.0 .0.0</Version >
10
10
<NeutralLanguage >en-US</NeutralLanguage >
11
11
</PropertyGroup >
12
12
You can’t perform that action at this time.
0 commit comments