-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Repo clean-up for upcoming changes #4796
base: main
Are you sure you want to change the base?
Commits on Oct 22, 2022
-
Renormalize new lines and remove BOM from new files
Configuration menu - View commit details
-
Copy full SHA for 4659c8c - Browse repository at this point
Copy the full SHA 4659c8cView commit details -
Remove redundant xml tags and attributes
- Remove `<?xml?>` file-type tag from all files. - Remove `xmlns` and `ToolsVersion` attributes from project files.
Configuration menu - View commit details
-
Copy full SHA for 02224f0 - Browse repository at this point
Copy the full SHA 02224f0View commit details -
Update Git ignore and attributes
- Add default Git attributes. - Update Git ignores to latest.
Configuration menu - View commit details
-
Copy full SHA for e489596 - Browse repository at this point
Copy the full SHA e489596View commit details -
Ensure we preserve the encoding of UTF-16LE files
- Use `*.<encoding>.*` (like `*.UTF-16LE.*`) generalized naming scheme to mark differently encoded files.
Configuration menu - View commit details
-
Copy full SHA for 3306af2 - Browse repository at this point
Copy the full SHA 3306af2View commit details -
Update Icons and use
Icon.png
name instead- Add `Icon.png` apart from `nuget.png` - This is used as a public reference point for NuGet icon URL. So, keep the original file. - If there's a need to update the icon, only update the new one `Icon.png` and keep the old one intact.
Configuration menu - View commit details
-
Copy full SHA for 8bcaab9 - Browse repository at this point
Copy the full SHA 8bcaab9View commit details -
Rename solution, scripts and NuGet config files
- Rename solution file to `CommunityToolkit.Windows.sln` - The name starting with `Windows` doesn't stand-out in the file list because of the sort order of the `W` char. - Spaces are a main issue when doing automation (_like using `*.sln` in build scripts and in URLs it adds `%20`_). - Fix casing for NuGet config files. - Rename Smoke Tests PowerShell scripts.
Configuration menu - View commit details
-
Copy full SHA for ce7a511 - Browse repository at this point
Copy the full SHA ce7a511View commit details -
Remove leftover files from previous refactors
- Remove empty leftover build files which are not being used anyway.
Configuration menu - View commit details
-
Copy full SHA for 8cd5355 - Browse repository at this point
Copy the full SHA 8cd5355View commit details -
Format Notifications package ReadMe
- Fix reported MarkdownLint warnings - Format tables, use code blocks and adjust spacing.
Configuration menu - View commit details
-
Copy full SHA for f5f2a9d - Browse repository at this point
Copy the full SHA f5f2a9dView commit details -
Remove redundant code from project files
- Remove un-necessary attributes. - Remove un-used `BinDir` item metadata.
Configuration menu - View commit details
-
Copy full SHA for 6b563f8 - Browse repository at this point
Copy the full SHA 6b563f8View commit details -
Update comments and fix mistakes
- Fix message text. - Fix Include logic. - Fix spelling mistakes. - Fix leading whitespace. - Fix casing in code and comments.
Configuration menu - View commit details
-
Copy full SHA for fbb24ee - Browse repository at this point
Copy the full SHA fbb24eeView commit details