Skip to content
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
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Update logo ([#1208](https://github.com/dotnet/roslynator/pull/1208)).

### Fixed

- Fix [RCS1164](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1164) ([#1196](https://github.com/JosefPihrt/Roslynator/pull/1196)).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Roslynator <img align="left" width="48px" height="48px" src="http://pihrt.net/images/Roslynator.ico" />
# Roslynator <img align="left" width="48px" height="48px" src="images/roslynator-logo-small.png" />

Roslynator is a set of code analysis tools for C#, powered by [Roslyn](https://github.com/dotnet/roslyn).

Expand Down
Binary file removed images/Roslynator32.ico
Binary file not shown.
Binary file removed images/Roslynator64.ico
Binary file not shown.
Binary file removed images/icon.png
Binary file not shown.
Binary file added images/roslynator-logo-large.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 images/roslynator-logo-small.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 images/roslynator-preview.png
Binary file not shown.
1,168 changes: 1,168 additions & 0 deletions images/roslynator.ai

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/Analyzers.CodeFixes/Roslynator.Analyzers.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<files>
<file src="bin\$Configuration$\netstandard2.0\Roslynator*.dll" target="analyzers\dotnet\cs" />
<file src="tools\*.ps1" target="tools\" />
<file src="..\..\images\icon.png" target="" />
<file src="..\..\images\roslynator-logo-small.png" target="icon.png" />
<file src="docs\NuGetReadme.md" target="docs\README.md" />
</files>
</package>
2 changes: 1 addition & 1 deletion src/CSharp.Workspaces/CSharp.Workspaces.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Roslynator.NameGenerator</Description>
</ItemGroup>

<ItemGroup>
<None Include="..\..\images\icon.png" Pack="true" PackagePath="\" Visible="false" />
<None Include="..\..\images\roslynator-logo-small.png" Pack="true" PackagePath="icon.png" Visible="false" />
<None Include="docs\NuGetReadme.md" Pack="true" PackagePath="docs\README.md" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/CSharp/CSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Roslynator.NameGenerator</Description>
</ItemGroup>

<ItemGroup>
<None Include="..\..\images\icon.png" Pack="true" PackagePath="\" Visible="false" />
<None Include="..\..\images\roslynator-logo-small.png" Pack="true" PackagePath="icon.png" Visible="false" />
<None Include="docs\NuGetReadme.md" Pack="true" PackagePath="docs\README.md" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<files>
<file src="bin\$Configuration$\netstandard2.0\Roslynator*.dll" target="analyzers\dotnet\cs" />
<file src="tools\*.ps1" target="tools\" />
<file src="..\..\images\icon.png" target="" />
<file src="..\..\images\roslynator-logo-small.png" target="icon.png" />
<file src="docs\NuGetReadme.md" target="docs\README.md" />
</files>
</package>
2 changes: 1 addition & 1 deletion src/CodeFixes/Roslynator.CodeFixes.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
<files>
<file src="bin\$Configuration$\netstandard1.3\Roslynator*.dll" target="analyzers\dotnet\cs" />
<file src="tools\*.ps1" target="tools\" />
<file src="..\..\images\icon.png" target="" />
<file src="..\..\images\roslynator-logo-small.png" target="icon.png" />
</files>
</package>
2 changes: 1 addition & 1 deletion src/CommandLine/CommandLine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
</ItemGroup>

<ItemGroup>
<None Include="..\..\images\icon.png" Pack="true" PackagePath="\" Visible="false" />
<None Include="..\..\images\roslynator-logo-small.png" Pack="true" PackagePath="icon.png" Visible="false" />
<None Include="docs\NetCore\NuGetReadme.md" Pack="true" PackagePath="docs\README.md" />
<None Remove="_._" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/CommandLine/CommandLine.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<file src="_._" target="lib/net45/" />
<file src="_._" target="lib/netstandard1.0/" />
<file src="$publishDir$net48\**\*" target="tools/net48/" exclude="**\*.pdb;**\*.xml" />
<file src="..\..\images\icon.png" target="" />
<file src="..\..\images\roslynator-logo-small.png" target="icon.png" />
<file src="docs\NetFramework\NuGetReadme.md" target="docs\README.md" />
</files>
</package>
2 changes: 1 addition & 1 deletion src/Core/Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
</ItemGroup>

<ItemGroup>
<None Include="..\..\images\icon.png" Pack="true" PackagePath="\" Visible="false" />
<None Include="..\..\images\roslynator-logo-small.png" Pack="true" PackagePath="icon.png" Visible="false" />
<None Include="docs\NuGetReadme.md" Pack="true" PackagePath="docs\README.md" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/Documentation/Documentation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Roslynator.Documentation.DocumentationGenerator</Description>
</ItemGroup>

<ItemGroup>
<None Include="..\..\images\icon.png" Pack="true" PackagePath="\" Visible="false" />
<None Include="..\..\images\roslynator-logo-small.png" Pack="true" PackagePath="icon.png" Visible="false" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<files>
<file src="bin\$Configuration$\netstandard2.0\Roslynator*.dll" target="analyzers\dotnet\cs" />
<file src="tools\*.ps1" target="tools\" />
<file src="..\..\images\icon.png" target="" />
<file src="..\..\images\roslynator-logo-small.png" target="icon.png" />
<file src="docs\NuGetReadme.md" target="docs\README.md" />
</files>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</ItemGroup>

<ItemGroup>
<None Include="..\..\..\images\icon.png" Pack="true" PackagePath="\" Visible="false" />
<None Include="..\..\..\images\roslynator-logo-small.png" Pack="true" PackagePath="icon.png" Visible="false" />
<None Include="docs\NuGetReadme.md" Pack="true" PackagePath="docs\README.md" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/Tests/Testing.CSharp.Xunit/Testing.CSharp.Xunit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</ItemGroup>

<ItemGroup>
<None Include="..\..\..\images\icon.png" Pack="true" PackagePath="\" Visible="false" />
<None Include="..\..\..\images\roslynator-logo-small.png" Pack="true" PackagePath="icon.png" Visible="false" />
<None Include="docs\NuGetReadme.md" Pack="true" PackagePath="docs\README.md" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/Tests/Testing.CSharp/Testing.CSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</ItemGroup>

<ItemGroup>
<None Include="..\..\..\images\icon.png" Pack="true" PackagePath="\" Visible="false" />
<None Include="..\..\..\images\roslynator-logo-small.png" Pack="true" PackagePath="icon.png" Visible="false" />
<None Include="docs\NuGetReadme.md" Pack="true" PackagePath="docs\README.md" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/Tests/Testing.Common/Testing.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</ItemGroup>

<ItemGroup>
<None Include="..\..\..\images\icon.png" Pack="true" PackagePath="\" Visible="false" />
<None Include="..\..\..\images\roslynator-logo-small.png" Pack="true" PackagePath="icon.png" Visible="false" />
<None Include="docs\NuGetReadme.md" Pack="true" PackagePath="docs\README.md" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/Tests/Testing.VisualBasic/Testing.VisualBasic.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</ItemGroup>

<ItemGroup>
<None Include="..\..\..\images\icon.png" Pack="true" PackagePath="\" Visible="false" />
<None Include="..\..\..\images\roslynator-logo-small.png" Pack="true" PackagePath="icon.png" Visible="false" />
</ItemGroup>

<ItemGroup>
Expand Down
Binary file removed src/VisualStudio.Refactorings/Roslynator.ico
Binary file not shown.
Binary file removed src/VisualStudio.Refactorings/RoslynatorPreview.png
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,6 @@
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="Roslynator.ico">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="RoslynatorPreview.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Core\Core.csproj">
Expand Down
Binary file removed src/VisualStudio/Roslynator.ico
Binary file not shown.
Binary file removed src/VisualStudio/RoslynatorPreview.png
Binary file not shown.
4 changes: 2 additions & 2 deletions src/VisualStudio/VisualStudio.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@
<Content Include="roslynator.config">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="Roslynator.ico">
<Content Include="../../images/roslynator-logo-small.png" Link="roslynator-logo-small.png">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="RoslynatorPreview.png">
<Content Include="../../images/roslynator-logo-large.png" Link="roslynator-logo-large.png">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include=".roslynatorconfig">
Expand Down
4 changes: 2 additions & 2 deletions src/VisualStudio/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<MoreInfo>https://github.com/JosefPihrt/Roslynator</MoreInfo>
<License>LICENSE.txt</License>
<ReleaseNotes>https://github.com/JosefPihrt/Roslynator/blob/main/ChangeLog.md</ReleaseNotes>
<Icon>Roslynator.ico</Icon>
<PreviewImage>RoslynatorPreview.png</PreviewImage>
<Icon>roslynator-logo-small.png</Icon>
<PreviewImage>roslynator-logo-large.png</PreviewImage>
<Tags>Roslyn;Refactoring;Analyzer;CodeAnalysis;C#;CSharp;Productivity;Diagnostic</Tags>
</Metadata>
<Installation>
Expand Down
Binary file modified src/VisualStudioCode/package/images/icon.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 src/Workspaces.Core/Workspaces.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
</ItemGroup>

<ItemGroup>
<None Include="..\..\images\icon.png" Pack="true" PackagePath="\" Visible="false" />
<None Include="..\..\images\roslynator-logo-small.png" Pack="true" PackagePath="icon.png" Visible="false" />
<None Include="docs\NuGetReadme.md" Pack="true" PackagePath="docs\README.md" />
</ItemGroup>

Expand Down