Skip to content

Commit

Permalink
Add logo
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusturewicz committed Aug 29, 2021
1 parent efc4939 commit c029af1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Standards.AspNetCore
<p align="center"><a href="https://github.com/marcusturewicz/Standards.AspNetCore"><img src="logo.png" alt="Standards.AspNetCore logo"/></a></p>

<p align="center">Library of standards implemented to use in ASP.NET Core.</p>

Expand Down
Binary file added logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 4 additions & 6 deletions src/Standards.AspNetCore/Standards.AspNetCore.csproj
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<PackageId>Standards.AspNetCore</PackageId>
<Authors>Marcus Turewicz</Authors>
<Description>Library of standards implemented to use in ASP.NET Core</Description>
<Copyright>Copyright (c) Marcus Turewicz 2021</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageTags>standards iso dates api</PackageTags>
<!-- <PackageIcon>logo.png</PackageIcon> -->

<PackageTags>standards iso dates api aspnetcore</PackageTags>
<PackageIcon>logo.png</PackageIcon>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
Expand All @@ -25,8 +23,8 @@
<PackageReference Include="Nerdbank.GitVersioning" Version="3.4.231" PrivateAssets="All" />
</ItemGroup>

<!-- <ItemGroup>
<ItemGroup>
<None Include="..\..\logo.png" Pack="true" PackagePath=""/>
</ItemGroup> -->
</ItemGroup>

</Project>

0 comments on commit c029af1

Please sign in to comment.