Skip to content

Commit

Permalink
Add square version of logo for use with NuGet.
Browse files Browse the repository at this point in the history
  • Loading branch information
drewnoakes committed Nov 25, 2016
1 parent 52291d2 commit 6424eed
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Cassette.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
Cassette.png = Cassette.png
CassetteSquare.png = CassetteSquare.png
LICENSE = LICENSE
README.md = README.md
EndProjectSection
Expand Down
Binary file added CassetteSquare.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 DrewNoakes.Cassette.Types/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"summary": "Cassette is a library for storing and retrieving content. This package contains the Hash type and utility types required by Cassette, but which have lower framework requirements. Users of Cassette may wish to expose these types to their clients, hence this separate package.",
"owners": [ "Drew Noakes" ],
"tags": [ "ContentAddressableStorage", "Storage", "Database", "CAS", "FileSystem" ],
"iconUrl": "https://raw.githubusercontent.com/drewnoakes/cassette/master/Cassette.png",
"iconUrl": "https://raw.githubusercontent.com/drewnoakes/cassette/master/CassetteSquare.png",
"projectUrl": "https://github.com/drewnoakes/cassette",
"licenseUrl": "https://www.apache.org/licenses/LICENSE-2.0.html",
"requireLicenseAcceptance": false,
Expand Down
2 changes: 1 addition & 1 deletion DrewNoakes.Cassette/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"summary": "A library for storing and retrieving content. When content is written, its SHA1 hash is returned, and this hash may be used to retrieve the content later. Storage of this fashion can dramatically reduce the file system usage when content is likely to repeat. It also allows validation that content has not been corrupted at any point.",
"owners": [ "Drew Noakes" ],
"tags": [ "ContentAddressableStorage", "Storage", "Database", "CAS", "FileSystem" ],
"iconUrl": "https://raw.githubusercontent.com/drewnoakes/cassette/master/Cassette.png",
"iconUrl": "https://raw.githubusercontent.com/drewnoakes/cassette/master/CassetteSquare.png",
"projectUrl": "https://github.com/drewnoakes/cassette",
"licenseUrl": "https://www.apache.org/licenses/LICENSE-2.0.html",
"requireLicenseAcceptance": false,
Expand Down

0 comments on commit 6424eed

Please sign in to comment.