Skip to content

Commit af0a88b

Browse files
authored
use same icon from main fluentassertions repo (#161)
1 parent 5233455 commit af0a88b

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# [FluentAssertions](http://fluentassertions.com/) Analyzers
22

3-
<img src="./assets/fluent_assertions.svg.png" width="400">
3+
<img src="./assets/FluentAssertions.png" width="400">
44

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

assets/FluentAssertions.png

9.97 KB
Loading

assets/fluent_assertions.svg.png

-17.8 KB
Binary file not shown.

fluent_assertions.png

-17.8 KB
Binary file not shown.

src/FluentAssertions.Analyzers/FluentAssertions.Analyzers.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<PackageReleaseNotes>See https://github.com/fluentassertions/fluentassertions.analyzers/releases/</PackageReleaseNotes>
2323

2424
<PackageReadmeFile>docs\README.md</PackageReadmeFile>
25-
<PackageIcon>fluent_assertions.svg.png</PackageIcon>
25+
<PackageIcon>FluentAssertions.png</PackageIcon>
2626
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2727
<PackageProjectUrl>https://github.com/fluentassertions/fluentassertions.analyzers</PackageProjectUrl>
2828
<RepositoryUrl>https://github.com/fluentassertions/fluentassertions.analyzers</RepositoryUrl>
@@ -36,7 +36,7 @@
3636

3737
<ItemGroup>
3838
<None Include="..\..\README.md" Pack="true" PackagePath="docs" />
39-
<None Include="..\..\assets\fluent_assertions.svg.png" Pack="true" PackagePath="" />
39+
<None Include="..\..\assets\FluentAssertions.png" Pack="true" PackagePath="" />
4040
<None Update="tools\*.ps1" CopyToOutputDirectory="Always" Pack="true" PackagePath="" />
4141
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
4242
</ItemGroup>

0 commit comments

Comments
 (0)