Skip to content

Commit

Permalink
add icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Nairda015 committed Feb 11, 2023
1 parent e51f029 commit 84f69ad
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/GenWrap.Abstraction/GenWrap.Abstraction.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<PackageId>GenWrap.Abstraction</PackageId>
<Authors>Adrian Franczak;Łukasz Strus</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>icon.png</PackageIcon>
<PackageDescription>This package simplify working with jsons input in tests</PackageDescription>
<RepositoryUrl>https://github.com/Nairda015/GenWrap</RepositoryUrl>
<PackageTags>tests;source-generators;json</PackageTags>
Expand All @@ -33,6 +34,7 @@
<ItemGroup>
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
<None Include="../../README.md" Pack="true" PackagePath="/" />
<None Include="../../icon.png" Pack="true" PackagePath="/" />
</ItemGroup>

</Project>
2 changes: 2 additions & 0 deletions src/GenWrap.NUnit/GenWrap.NUnit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<PackageId>GenWrap.NUnit</PackageId>
<Authors>Adrian Franczak;Łukasz Strus</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>icon.png</PackageIcon>
<PackageDescription>This package simplify working with jsons input in tests</PackageDescription>
<RepositoryUrl>https://github.com/Nairda015/GenWrap</RepositoryUrl>
<PackageTags>tests;NUnit;source-generators;json</PackageTags>
Expand Down Expand Up @@ -45,6 +46,7 @@
<ItemGroup>
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
<None Include="../../README.md" Pack="true" PackagePath="/" />
<None Include="../../icon.png" Pack="true" PackagePath="/" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 2 additions & 0 deletions src/GenWrap.xUnit/GenWrap.xUnit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<PackageId>GenWrap.xUnit</PackageId>
<Authors>Adrian Franczak;Łukasz Strus</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>icon.png</PackageIcon>
<PackageDescription>This package simplify working with jsons input in tests</PackageDescription>
<RepositoryUrl>https://github.com/Nairda015/GenWrap</RepositoryUrl>
<PackageTags>tests;xUnit;source-generators;json</PackageTags>
Expand Down Expand Up @@ -49,6 +50,7 @@
<ItemGroup>
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
<None Include="../../README.md" Pack="true" PackagePath="/" />
<None Include="../../icon.png" Pack="true" PackagePath="/" />
</ItemGroup>

</Project>

0 comments on commit 84f69ad

Please sign in to comment.