Skip to content

fix dotnet icons #110

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

Merged
merged 1 commit into from
May 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stacks/dotnet50/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ metadata:
name: dotnet50
displayName: .NET 5.0
description: Stack with .NET 5.0
icon: https://developers.redhat.com/sites/default/files/styles/large/public/dotnet-logo3x3.jpg
icon: https://github.com/dotnet/brand/raw/main/logo/dotnet-logo.png
language: dotnet
projectType: dotnet
tags:
Expand Down
2 changes: 1 addition & 1 deletion stacks/dotnet60/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ metadata:
name: dotnet60
displayName: .NET 6.0
description: Stack with .NET 6.0
icon: https://developers.redhat.com/sites/default/files/styles/large/public/dotnet-logo3x3.jpg
icon: https://github.com/dotnet/brand/raw/main/logo/dotnet-logo.png
language: dotnet
projectType: dotnet
tags:
Expand Down
2 changes: 1 addition & 1 deletion stacks/dotnetcore31/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ metadata:
name: dotnetcore31
displayName: .NET Core 3.1
description: Stack with .NET Core 3.1
icon: https://developers.redhat.com/sites/default/files/styles/large/public/dotnet-logo3x3.jpg
icon: https://github.com/dotnet/brand/raw/main/logo/dotnet-logo.png
language: dotnet
projectType: dotnet
tags:
Expand Down