Skip to content

Commit

Permalink
Icon removal.
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonAquitaine committed Oct 12, 2023
1 parent 7523eae commit 2885c17
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 6 additions & 2 deletions Zen.MessageQueue/Zen.MessageQueue.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,19 @@
<PackageLicenseUrl>https://github.com/lbotinelly/zen/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/lbotinelly/zen</PackageProjectUrl>
<RepositoryUrl>https://github.com/lbotinelly/zen</RepositoryUrl>
<PackageIconUrl></PackageIconUrl>
<LangVersion>latest</LangVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Copyright>Copyright (c) 2020-2023 Zen Development Team</Copyright>
<PackageTags>middleware orm dotnet core</PackageTags>
<PackageReleaseNotes>Initial release</PackageReleaseNotes>
<PackageIcon>zen-icon.png</PackageIcon>
<Authors>Zen Development Team</Authors>
</PropertyGroup>
<ItemGroup>
<None Include="..\static\res\zen-icon.png" Link="zen-icon.png">
<PackagePath></PackagePath>
<Pack>True</Pack>
</None>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Zen.Base\Zen.Base.csproj" />
Expand Down
2 changes: 0 additions & 2 deletions Zen.Module.MQ.RabbitMQ/Zen.Module.MQ.RabbitMQ.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,11 @@
<PackageLicenseUrl>https://github.com/lbotinelly/zen/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/lbotinelly/zen</PackageProjectUrl>
<RepositoryUrl>https://github.com/lbotinelly/zen</RepositoryUrl>
<PackageIconUrl></PackageIconUrl>
<LangVersion>latest</LangVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Copyright>Copyright (c) 2020-2023 Zen Development Team</Copyright>
<PackageTags>middleware orm dotnet core</PackageTags>
<PackageReleaseNotes>Initial release</PackageReleaseNotes>
<PackageIcon>zen-icon.png</PackageIcon>
<Authors>Zen Development Team</Authors>
</PropertyGroup>

Expand Down

0 comments on commit 2885c17

Please sign in to comment.