Skip to content

Commit e8704b1

Browse files
committed
Added icon
1 parent 98db874 commit e8704b1

File tree

2 files changed

+33
-26
lines changed

2 files changed

+33
-26
lines changed
Lines changed: 33 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,37 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
<PropertyGroup>
3-
<IsPackable>true</IsPackable>
4-
<TargetFramework>netstandard2.0</TargetFramework>
5-
<Version>2.0.0</Version>
6-
<Authors>Pro-Coded, David Paul McQuiggin</Authors>
7-
<Company>Pro-Coded</Company>
8-
<PackageProjectUrl>https://github.com/Pro-Coded/Pro.NBench.xUnit</PackageProjectUrl>
9-
<PackageIconUrl>http://i.imgur.com/h9IyPIm.png</PackageIconUrl>
10-
<Description>Allows NBench tests to be discovered, executed, reported, and debugged using xUnit in ReSharper, and Visual Studio Test Explorer.
2+
<PropertyGroup>
3+
<IsPackable>true</IsPackable>
4+
<TargetFramework>netstandard2.0</TargetFramework>
5+
<Version>2.0.0</Version>
6+
<Authors>Pro-Coded, David Paul McQuiggin</Authors>
7+
<Company>Pro-Coded</Company>
8+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
9+
<PackageProjectUrl>https://github.com/Pro-Coded/Pro.NBench.xUnit</PackageProjectUrl>
10+
<PackageIconUrl>http://i.imgur.com/h9IyPIm.png</PackageIconUrl>
11+
<PackageIcon>icon.png</PackageIcon>
12+
<Description>
13+
Allows NBench tests to be discovered, executed, reported, and debugged using xUnit in ReSharper, and Visual Studio Test Explorer.
1114

12-
Please refer to the project Url for usage information:
15+
Please refer to the project Url for usage information:
1316

14-
https://github.com/Pro-Coded/Pro.NBench.xUnit</Description>
15-
<Copyright>Pro-Coded 2020</Copyright>
16-
<RepositoryType>git</RepositoryType>
17-
<RepositoryUrl>https://github.com/Pro-Coded/Pro.NBench.xUnit</RepositoryUrl>
18-
<PackageTags>NBench xUnit Resharper</PackageTags>
19-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
20-
<AssemblyVersion>2.0.0.0</AssemblyVersion>
21-
<FileVersion>2.0.0.0</FileVersion>
22-
</PropertyGroup>
23-
<ItemGroup>
24-
<PackageReference Include="NBench" Version="2.0.1" />
25-
<PackageReference Include="System.Diagnostics.TraceSource" Version="4.3.0" />
26-
<PackageReference Include="System.Reflection.Emit.ILGeneration" Version="4.7.0" />
27-
<PackageReference Include="System.Reflection.Emit.Lightweight" Version="4.7.0" />
28-
<PackageReference Include="xunit" Version="2.4.1" />
29-
</ItemGroup>
17+
https://github.com/Pro-Coded/Pro.NBench.xUnit
18+
</Description>
19+
<Copyright>Pro-Coded 2020</Copyright>
20+
<RepositoryType>git</RepositoryType>
21+
<RepositoryUrl>https://github.com/Pro-Coded/Pro.NBench.xUnit</RepositoryUrl>
22+
<PackageTags>NBench xUnit Resharper</PackageTags>
23+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
24+
<AssemblyVersion>2.0.0.0</AssemblyVersion>
25+
<FileVersion>2.0.0.0</FileVersion>
26+
</PropertyGroup>
27+
<ItemGroup>
28+
<PackageReference Include="NBench" Version="2.0.1" />
29+
<PackageReference Include="System.Diagnostics.TraceSource" Version="4.3.0" />
30+
<PackageReference Include="System.Reflection.Emit.ILGeneration" Version="4.7.0" />
31+
<PackageReference Include="System.Reflection.Emit.Lightweight" Version="4.7.0" />
32+
<PackageReference Include="xunit" Version="2.4.1" />
33+
</ItemGroup>
34+
<ItemGroup>
35+
<None Include="icon.png" Pack="true" Visible="false" PackagePath="" />
36+
</ItemGroup>
3037
</Project>

Pro.NBench.xUnit/icon.png

12.4 KB
Loading

0 commit comments

Comments
 (0)