Skip to content

Commit

Permalink
Add icon for readme and nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
nkristek committed Aug 15, 2019
1 parent 128b320 commit 1bd97cc
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Smaragd
# ![Icon](./resources/icon-32x32.png) Smaragd

[![Build Status](https://dev.azure.com/nkristek/Smaragd/_apis/build/status/nkristek.Smaragd?branchName=master)](https://dev.azure.com/nkristek/Smaragd/_build/latest?definitionId=2&branchName=master)
[![Code coverage](https://img.shields.io/azure-devops/coverage/nkristek/Smaragd/2.svg)](https://dev.azure.com/nkristek/Smaragd/_build/latest?definitionId=2&branchName=master)
Expand Down
Binary file added resources/icon-256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/icon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/icons.afdesign
Binary file not shown.
3 changes: 2 additions & 1 deletion src/Smaragd/Smaragd.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net45;net451;net452;net46;net461;net462;net47;net471;net472</TargetFrameworks>
<LangVersion>latest</LangVersion>
Expand All @@ -13,6 +13,7 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/nkristek/Smaragd</PackageProjectUrl>
<RepositoryUrl>https://github.com/nkristek/Smaragd.git</RepositoryUrl>
<PackageIconUrl>https://github.com/nkristek/Smaragd/blob/master/resources/icon-256x256.png?raw=true</PackageIconUrl>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<RepositoryType>git</RepositoryType>
<PackageTags>MVVM ViewModel INotifyPropertyChanged INotifyPropertyChanging INotifyDataErrorInfo</PackageTags>
Expand Down

0 comments on commit 1bd97cc

Please sign in to comment.