Skip to content

Commit

Permalink
Upgrade ThrowGards package, and add package icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZarehD committed Dec 5, 2023
1 parent b936d8b commit f6547bf
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
12 changes: 12 additions & 0 deletions Notices.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

## Copyrights, Trademarks, and Attributions

Copyright (c) 2023 Zareh DerGevorkian. See [LICENSE](license)

AspNetStatic (tm) trademark Zareh DerGevorkian

<br>

Logo Graphic:
- Author: [Icons8](https://icons8.com)
- File name: *ProjectIcon.png* (original name: *icons8-software-application-programming-with-brackets-and-slash-logotype-48.png*)
Binary file added ProjectIcon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 9 additions & 4 deletions src/AspNetStatic/AspNetStatic.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@

<PropertyGroup>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<!--<PackageIcon></PackageIcon>-->
<NeutralLanguage>en-US</NeutralLanguage>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<RepositoryUrl>https://github.com/ZarehD/AspNetStatic</RepositoryUrl>
<PackageProjectUrl>https://github.com/ZarehD/AspNetStatic</PackageProjectUrl>
<PackageIcon>ProjectIcon.png</PackageIcon>
<PackageReadmeFile>Readme.md</PackageReadmeFile>

<AssemblyName>AspNetStatic</AssemblyName>
Expand All @@ -24,10 +25,10 @@
<Authors>Zareh DerGevorkian</Authors>
<Company>Zareh DerGevorkian</Company>
<PublisherName>Zareh DerGevorkian</PublisherName>
<Copyright>Copyright 2023 Zareh DerGevorkian. All rights reserved</Copyright>
<Product>AspNetStatic</Product>
<Copyright>Copyright 2023 Zareh DerGevorkian. All rights reserved</Copyright>
<Description>Transforms ASP.NET Core into a static site generator.</Description>
<Version>0.18.2</Version>
<Version>0.18.3</Version>
</PropertyGroup>

<ItemGroup>
Expand All @@ -37,7 +38,7 @@
<ItemGroup>
<PackageReference Include="TestableIO.System.IO.Abstractions" Version="19.2.87" />
<PackageReference Include="TestableIO.System.IO.Abstractions.Wrappers" Version="19.2.87" />
<PackageReference Include="ThrowGuard" Version="1.0.0" />
<PackageReference Include="ThrowGuard" Version="1.0.4" />
<PackageReference Include="WebMarkupMin.Core" Version="2.14.0" />
</ItemGroup>

Expand All @@ -56,6 +57,10 @@
</EmbeddedResource>
</ItemGroup>

<ItemGroup>
<None Include="..\..\ProjectIcon.png" Link="ProjectIcon.png" Pack="true" PackagePath="\" />
</ItemGroup>

<ItemGroup>
<None Include="..\..\Readme.md" Link="Readme.md" Pack="true" PackagePath="\" />
</ItemGroup>
Expand Down

0 comments on commit f6547bf

Please sign in to comment.