diff --git a/Cassette.sln b/Cassette.sln index 1da495c..75ea1ab 100644 --- a/Cassette.sln +++ b/Cassette.sln @@ -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 diff --git a/CassetteSquare.png b/CassetteSquare.png new file mode 100644 index 0000000..5e4a8e5 Binary files /dev/null and b/CassetteSquare.png differ diff --git a/DrewNoakes.Cassette.Types/project.json b/DrewNoakes.Cassette.Types/project.json index 0e5eb0b..9a00d86 100644 --- a/DrewNoakes.Cassette.Types/project.json +++ b/DrewNoakes.Cassette.Types/project.json @@ -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, diff --git a/DrewNoakes.Cassette/project.json b/DrewNoakes.Cassette/project.json index 1e37bbe..2ccbb5c 100644 --- a/DrewNoakes.Cassette/project.json +++ b/DrewNoakes.Cassette/project.json @@ -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,