Skip to content

Commit

Permalink
updating icon
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydmiller committed Nov 14, 2023
1 parent f2e116c commit 6a79b17
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
<Authors>Jeremy D. Miller;Babu Annamalai;Oskar Dudycz;Joona-Pekka Kokko</Authors>
<DebugType>portable</DebugType>

<PackageIconUrl>https://github.com/JasperFx/JasperFx.CodeGeneration/blob/main/jasper-icon.png?raw=true</PackageIconUrl>
<PackageProjectUrl>https:/github.com/jasperfx/JasperFx.CodeGeneration</PackageProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/JasperFx/JasperFx.Core/main/jasperfx-logo.jpg</PackageIconUrl>
<PackageProjectUrl>https:/github.com/jasperfx/JasperFx.Core</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<NoWarn>1570;1571;1572;1573;1574;1587;1591;1701;1702;1711;1735;0618</NoWarn>

<PackageProjectUrl>http://jasperfx.github.io/JasperFx.CodeGeneration</PackageProjectUrl>
<PackageProjectUrl>http://jasperfx.github.io/JasperFx.Core</PackageProjectUrl>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
Expand All @@ -23,9 +23,4 @@

<nullable>enable</nullable>
</PropertyGroup>


<ItemGroup>
<None Include="../../jasper-icon.png" Pack="true" PackagePath="jasper-icon" />
</ItemGroup>
</Project>

0 comments on commit 6a79b17

Please sign in to comment.