Skip to content

Commit

Permalink
Adds logo.
Browse files Browse the repository at this point in the history
  • Loading branch information
tommasobertoni committed Dec 6, 2020
1 parent 15575b4 commit cac0932
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 5 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# IsAwaitable
# <img src="assets/logo/logo-128.png" height="32px" /> IsAwaitable

[![License MIT](https://img.shields.io/badge/license-MIT-green)](LICENSE)
[![Nuget](https://img.shields.io/nuget/v/IsAwaitable)](https://www.nuget.org/packages/IsAwaitable)
Expand Down Expand Up @@ -130,3 +130,7 @@ var result2 = await AwaitResultOrReturn(fooTask);
[![coverlet](https://img.shields.io/badge/using-coverlet-512bd4)](https://github.com/coverlet-coverage/coverlet)
[![coveralls.io](https://img.shields.io/badge/using-coveralls.io-c05547)](https://coveralls.io/)
[![codefactor.io](https://img.shields.io/badge/using-codefactor.io-35bd97)](https://www.codefactor.io/)

## Icon

Created by [The Icon Z](https://thenounproject.com/theiconz/) from [The Noun Project](https://thenounproject.com/).
Binary file added assets/logo/logo-128.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 assets/logo/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pack/pack_isawaitable.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ if ! test -f "$pack_file"; then
fi

chmod a+x $pack_file
bash $pack_file -P "../src/IsAwaitable/IsAwaitable.csproj" -B -S -O "tommasobertoni" -L "../LICENSE"
bash $pack_file -P "../src/IsAwaitable/IsAwaitable.csproj" -B -S -O "tommasobertoni" -L "../LICENSE" -I "../assets/logo/logo-128.png"
2 changes: 1 addition & 1 deletion src/IsAwaitable/IsAwaitable.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net5.0;netstandard2.1;netstandard2.0</TargetFrameworks>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<Version>1.3.0</Version>
<Version>1.3.1</Version>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
Expand Down
1 change: 0 additions & 1 deletion src/IsAwaitable/IsAwaitableExtension.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System.Diagnostics.CodeAnalysis;
using IsAwaitable;
using IsAwaitable.Analysis;

namespace System.Threading.Tasks
{
Expand Down
1 change: 0 additions & 1 deletion src/IsAwaitable/IsKnownAwaitableExtension.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System;
using System.Diagnostics.CodeAnalysis;
using System.Threading.Tasks;
using IsAwaitable.Analysis;

namespace IsAwaitable
Expand Down

0 comments on commit cac0932

Please sign in to comment.