Skip to content

Commit

Permalink
Update branding doc (#11020)
Browse files Browse the repository at this point in the history
* Update branding doc

A few minor changes:

- Removed statement that the logo was designed by Immo (sorry Immo!).
- Added pixel dimensions of images.
- Moved images out of headings, as they looked like they belonged to the previous section.

* Increase MSBuild-NuGet-Icon.png to 128x128px

This is the recommended size for NuGet package icons.

* Add vector versions of MSBuild logo

* Optimize PNG files
  • Loading branch information
drewnoakes authored Dec 10, 2024
1 parent 646cd51 commit 82c8f93
Show file tree
Hide file tree
Showing 6 changed files with 395 additions and 9 deletions.
Binary file modified branding/MSBuild-Icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
352 changes: 352 additions & 0 deletions branding/MSBuild-Logo.ai

Large diffs are not rendered by default.

Binary file modified branding/MSBuild-Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions branding/MSBuild-Logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified branding/MSBuild-NuGet-Icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 22 additions & 9 deletions branding/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,29 @@
# Branding

This folder contains images used for branding MSBuild in various places. If you add a new image, please indicate where it is used.
This folder contains MSBuild brand images.

## MSBuild-Icon.png ![MSBuild-NuGet-Icon.png](MSBuild-Icon.png?raw=true)
This image is the original graphic used for creating the MSBuild icon. It was placed here from its original location but is not currently used by anything.
## MSBuild-Logo.svg

## MSBuild-Logo.png ![MSBuild-NuGet-Icon.png](MSBuild-Logo.png?raw=true)
This image is an original graphic created by Immo Landwerth. It can be used for images where the size is required to be larger than the MSBuild-Icon.png.
A vector-based version of the logo that scales to any resolution.

## MSBuild-NuGet-Icon.png ![MSBuild-NuGet-Icon.png](MSBuild-NuGet-Icon.png?raw=true)
This image is used by the NuGet packages as the ``<iconUrl />``. Its raw location in this repo is used by the forwarding link [https://aka.ms/msbuildicon](https://aka.ms/msbuildicon). If it is moved, please update the link.
![MSBuild-Logo.svg](MSBuild-Logo.svg?raw=true)

If the below image loads, then the forwarding link is working.
## MSBuild-Icon.png

![MSBuild-NuGet-Icon from the forwarding link](https://aka.ms/msbuildicon)
A 40x40px version of the MSBuild logo.

![MSBuild-NuGet-Icon.png](MSBuild-Icon.png?raw=true)

## MSBuild-Logo.png

A 256x256px version of the MSBuild logo.

![MSBuild-Logo.png](MSBuild-Logo.png?raw=true)

## MSBuild-NuGet-Icon.png

A 128x128px version of the MSBuild logo, intended for use in NuGet packages.

![MSBuild-NuGet-Icon from the forwarding link](https://aka.ms/msbuildicon)

The URL [https://aka.ms/msbuildicon](https://aka.ms/msbuildicon) redirects to this file on github.com. If the above image loads, then the forwarding link works. If not, please update the link.

0 comments on commit 82c8f93

Please sign in to comment.