File tree Expand file tree Collapse file tree 5 files changed +17
-17
lines changed
Expand file tree Collapse file tree 5 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 1- version : 2 .0.1 .{build}-{branch}
1+ version : 3 .0.0 .{build}-{branch}
22configuration :
33- Debug
44- Release
Original file line number Diff line number Diff line change 22<Project Sdk =" Microsoft.NET.Sdk" >
33 <PropertyGroup >
44 <TargetFramework >net6.0</TargetFramework >
5- <Version >2 .0.0</Version >
5+ <Version >3 .0.0</Version >
66 <Description />
77 </PropertyGroup >
88 <ItemGroup >
99 <Compile Remove =" FeatureMatcherTests.cs" />
1010 </ItemGroup >
1111 <ItemGroup >
12- <PackageReference Include =" xunit" Version =" 2.4.1 " />
12+ <PackageReference Include =" xunit" Version =" 2.4.2 " />
1313 <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.5" >
1414 <PrivateAssets >all</PrivateAssets >
1515 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1616 </PackageReference >
17- <PackageReference Include =" Castle.Core" Version =" 5.0 .0" />
18- <PackageReference Include =" Moq" Version =" 4.18.1 " />
17+ <PackageReference Include =" Castle.Core" Version =" 5.1 .0" />
18+ <PackageReference Include =" Moq" Version =" 4.18.2 " />
1919 <PackageReference Include =" Microsoft.NET.TEST.Sdk" Version =" 17.2.0" />
2020 </ItemGroup >
2121 <ItemGroup >
Original file line number Diff line number Diff line change 44 <TargetFramework >net6.0</TargetFramework >
55 </PropertyGroup >
66 <ItemGroup >
7- <PackageReference Include =" xunit" Version =" 2.4.1 " />
7+ <PackageReference Include =" xunit" Version =" 2.4.2 " />
88 <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.5" />
99 </ItemGroup >
1010 <ItemGroup >
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <TargetFramework >net6.0</TargetFramework >
55 <GeneratePackageOnBuild >False</GeneratePackageOnBuild >
6- <Copyright >Copyright © 2017 </Copyright >
7- <Version Condition =" '$(VersionSuffix)' == ''" >2 .0.1 </Version >
8- <Version Condition =" '$(VersionSuffix)' != ''" >2 .0.1 -$(VersionSuffix)</Version >
6+ <Copyright >Copyright © 2022 </Copyright >
7+ <Version Condition =" '$(VersionSuffix)' == ''" >3 .0.0 </Version >
8+ <Version Condition =" '$(VersionSuffix)' != ''" >0 .0.0 -$(VersionSuffix)</Version >
99 <Description >Adapter for xunit for using NHamcrest library</Description >
1010 <Authors >Graham Hay, Algirdas Lašas</Authors >
1111 <PackageLicenseUrl >https://github.com/nhamcrest/NHamcrest/blob/master/LICENCE.txt</PackageLicenseUrl >
1212 <PackageProjectUrl >https://github.com/nhamcrest/NHamcrest</PackageProjectUrl >
1313 <PackageTags >unittesting hamcrest matcher test</PackageTags >
14- <AssemblyVersion >2 .0.1 .0</AssemblyVersion >
15- <FileVersion >2 .0.1 .0</FileVersion >
14+ <AssemblyVersion >3 .0.0 .0</AssemblyVersion >
15+ <FileVersion >3 .0.0 .0</FileVersion >
1616 </PropertyGroup >
1717 <ItemGroup >
18- <PackageReference Include =" xunit.assert" Version =" 2.4.1 " />
18+ <PackageReference Include =" xunit.assert" Version =" 2.4.2 " />
1919 </ItemGroup >
2020 <ItemGroup >
2121 <ProjectReference Include =" ..\NHamcrest\NHamcrest.csproj" />
Original file line number Diff line number Diff line change 44 <TargetFramework >net6.0</TargetFramework >
55 <GenerateDocumentationFile >true</GenerateDocumentationFile >
66 <GeneratePackageOnBuild >False</GeneratePackageOnBuild >
7- <Copyright >Copyright © 2017 </Copyright >
8- <Version Condition =" '$(VersionSuffix)' == ''" >2 .0.1 </Version >
9- <Version Condition =" '$(VersionSuffix)' != ''" >2 .0.1 -$(VersionSuffix)</Version >
7+ <Copyright >Copyright © 2022 </Copyright >
8+ <Version Condition =" '$(VersionSuffix)' == ''" >3 .0.0 </Version >
9+ <Version Condition =" '$(VersionSuffix)' != ''" >3 .0.0 -$(VersionSuffix)</Version >
1010 <Description >.NET port of Hamcrest, a matcher library with some extra matchers</Description >
1111 <Authors >Graham Hay, Algirdas Lašas</Authors >
1212 <Company />
1313 <Product />
1414 <PackageLicenseUrl >https://github.com/nhamcrest/NHamcrest/blob/master/LICENCE.txt</PackageLicenseUrl >
1515 <PackageProjectUrl >https://github.com/nhamcrest/NHamcrest</PackageProjectUrl >
1616 <PackageTags >unittesting hamcrest matcher test</PackageTags >
17- <AssemblyVersion >2 .0.1 .0</AssemblyVersion >
18- <FileVersion >2 .0.1 .0</FileVersion >
17+ <AssemblyVersion >3 .0.0 .0</AssemblyVersion >
18+ <FileVersion >3 .0.0 .0</FileVersion >
1919 </PropertyGroup >
2020 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
2121 <NoWarn >1701;1702;1705;1591</NoWarn >
You can’t perform that action at this time.
0 commit comments