Skip to content

Commit

Permalink
Update package icon
Browse files Browse the repository at this point in the history
  • Loading branch information
a-gubskiy committed Aug 1, 2024
1 parent ca59202 commit 5d8937d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
12 changes: 6 additions & 6 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@

<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<PackageIconUrl>https://ru.gravatar.com/userimage/8071071/f2dc08ee7e4016451f64a7ae9cffd110.png?size=200</PackageIconUrl>
<PackageIcon>x-web.png</PackageIcon>

<Authors>Andrew Gubskiy</Authors>
<Copyright>Andrew Gubskiy © 2024</Copyright>
<Company>Ukrainian .NET Developer Community</Company>

<Version>2.10.2</Version>
<AssemblyVersion>2.10.2</AssemblyVersion>
<FileVersion>2.10.2</FileVersion>
<PackageVersion>2.10.2</PackageVersion>
<Version>2.10.3</Version>
<AssemblyVersion>2.10.3</AssemblyVersion>
<FileVersion>2.10.3</FileVersion>
<PackageVersion>2.10.3</PackageVersion>

<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/ernado-x/X.Web.Sitemap.git</RepositoryUrl>
<PackageProjectUrl>https://github.com/ernado-x/X.Web.Sitemap</PackageProjectUrl>
<PackageProjectUrl>https://andrew.gubskiy.com/open-source</PackageProjectUrl>
</PropertyGroup>

</Project>
1 change: 1 addition & 0 deletions src/X.Web.Sitemap/X.Web.Sitemap.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<ItemGroup>
<None Include="../../LICENSE.md" Pack="true" PackagePath=""/>
<None Include="../../README.md" Pack="true" PackagePath=""/>
<None Include="../../x-web.png" Pack="True" PackagePath=""/>
</ItemGroup>

<ItemGroup>
Expand Down
3 changes: 2 additions & 1 deletion src/xsitemap/xsitemap.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
</PropertyGroup>

<ItemGroup>
<None Include="..\..\LICENSE.md" Pack="true" PackagePath=""/>
<None Include="../../LICENSE.md" Pack="true" PackagePath=""/>
<None Include="../../x-web.png" Pack="True" PackagePath=""/>
</ItemGroup>

<ItemGroup>
Expand Down
Binary file added x-web.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5d8937d

Please sign in to comment.