Skip to content

Commit

Permalink
chore: Use PNG logo image
Browse files Browse the repository at this point in the history
  • Loading branch information
mayuki committed Nov 7, 2018
1 parent fbed495 commit 880a839
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Binary file added docs/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/Rin.Log4NetAppender/Rin.Log4NetAppender.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackageLicenseUrl>https://github.com/mayuki/Rin/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/mayuki/Rin</PackageProjectUrl>
<PackageTags>Rin log4net</PackageTags>
<PackageIconUrl>https://raw.githubusercontent.com/mayuki/Rin/master/docs/images/logo.svg?v1</PackageIconUrl>
<PackageIconUrl>https://raw.githubusercontent.com/mayuki/Rin/master/docs/images/logo.png</PackageIconUrl>
<Version>1.0.3</Version>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/Rin.Mvc/Rin.Mvc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageLicenseUrl>https://github.com/mayuki/Rin/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/mayuki/Rin</PackageProjectUrl>
<PackageTags>Rin MVC</PackageTags>
<PackageIconUrl>https://raw.githubusercontent.com/mayuki/Rin/master/docs/images/logo.svg?v1</PackageIconUrl>
<PackageIconUrl>https://raw.githubusercontent.com/mayuki/Rin/master/docs/images/logo.png</PackageIconUrl>
<Version>1.0.3</Version>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/Rin.Storage.Redis/Rin.Storage.Redis.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Copyright>Mayuki Sawatari</Copyright>
<PackageLicenseUrl>https://github.com/mayuki/Rin/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/mayuki/Rin</PackageProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/mayuki/Rin/master/docs/images/logo.svg?v1</PackageIconUrl>
<PackageIconUrl>https://raw.githubusercontent.com/mayuki/Rin/master/docs/images/logo.png</PackageIconUrl>
<PackageTags>Rin</PackageTags>
<Version>1.0.3</Version>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Rin/Rin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<VersionPrefix>1.0.0</VersionPrefix>
<VersionSuffix>$(VersionSuffix)</VersionSuffix>
<LangVersion>latest</LangVersion>
<PackageIconUrl>https://raw.githubusercontent.com/mayuki/Rin/master/docs/images/logo.svg?v1</PackageIconUrl>
<PackageIconUrl>https://raw.githubusercontent.com/mayuki/Rin/master/docs/images/logo.png</PackageIconUrl>
<Version>1.0.3</Version>
</PropertyGroup>

Expand Down

0 comments on commit 880a839

Please sign in to comment.