Skip to content

Commit

Permalink
use same icon from main fluentassertions repo (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
Meir017 committed Jun 13, 2022
1 parent 5233455 commit af0a88b
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [FluentAssertions](http://fluentassertions.com/) Analyzers

<img src="./assets/fluent_assertions.svg.png" width="400">
<img src="./assets/FluentAssertions.png" width="400">

***"With Fluent Assertions, the assertions look beautiful, natural and most importantly, extremely readable"*** -[_Girish_](https://twitter.com/girishracharya)

Expand Down
Binary file added assets/FluentAssertions.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 removed assets/fluent_assertions.svg.png
Binary file not shown.
Binary file removed fluent_assertions.png
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<PackageReleaseNotes>See https://github.com/fluentassertions/fluentassertions.analyzers/releases/</PackageReleaseNotes>

<PackageReadmeFile>docs\README.md</PackageReadmeFile>
<PackageIcon>fluent_assertions.svg.png</PackageIcon>
<PackageIcon>FluentAssertions.png</PackageIcon>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/fluentassertions/fluentassertions.analyzers</PackageProjectUrl>
<RepositoryUrl>https://github.com/fluentassertions/fluentassertions.analyzers</RepositoryUrl>
Expand All @@ -36,7 +36,7 @@

<ItemGroup>
<None Include="..\..\README.md" Pack="true" PackagePath="docs" />
<None Include="..\..\assets\fluent_assertions.svg.png" Pack="true" PackagePath="" />
<None Include="..\..\assets\FluentAssertions.png" Pack="true" PackagePath="" />
<None Update="tools\*.ps1" CopyToOutputDirectory="Always" Pack="true" PackagePath="" />
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
</ItemGroup>
Expand Down

0 comments on commit af0a88b

Please sign in to comment.