Skip to content

Commit 3b45a34

Browse files
committed
Rename solution, readme and icon files
- Rename NuGet Icon to `Icon.png` - This is no longer used as a public reference point for NuGet icon URL. Hence, it's safe to change. - Normalize casing for `ReadMe.md` - To match the file already in Windows toolkit repo. - Rename solution file to `CommunityToolkit.sln` - The `dotnet` seems implied and also doesn't stand-out in the file list because of the lower casing and `d` char. - Spaces are a main issue when doing automation (_like using `*.sln` in build scripts and in URLs it adds `%20`_).
1 parent 9d1a525 commit 3b45a34

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

dotnet Community Toolkit.sln renamed to CommunityToolkit.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{88C6FFBE-3
3030
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
3131
Contributing.md = Contributing.md
3232
License.md = License.md
33-
README.md = README.md
33+
ReadMe.md = ReadMe.md
3434
ThirdPartyNotices.txt = ThirdPartyNotices.txt
3535
EndProjectSection
3636
EndProject

README.md renamed to ReadMe.md

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)