Skip to content

Commit

Permalink
chore: Updated logo.svg (#29)
Browse files Browse the repository at this point in the history
logo.svg was manually created to closely match https://vatlayer.com/images/icons/vatlayer_icon.png

AB#15355
  • Loading branch information
andrew-hardy authored Jan 3, 2024
1 parent 1ddcde3 commit 43333c2
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Packages.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup Label="Dependency Versions">
<_ComponentHost>3.0.0</_ComponentHost>
<_ComponentHost>3.1.0</_ComponentHost>
<_AutoFixture>4.11.0</_AutoFixture>
<_CluedIn>4.0.0-*</_CluedIn>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/ExternalSearch.Providers.VatLayer/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public struct KeyName
}

public static string About { get; set; } = "VatLayer is an enricher for validating and cleaning VAT numbers";
public static string Icon { get; set; } = "Resources.vatlayer.png";
public static string Icon { get; set; } = "Resources.logo.svg";
public static string Domain { get; set; } = "https://vatlayer.com/";

public static AuthMethods AuthMethods { get; set; } = new AuthMethods
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<None Remove="Resources\vatlayer.png" />
<None Remove="Resources\logo.svg" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Resources\vatlayer.png" />
<EmbeddedResource Include="Resources\logo.svg" />
</ItemGroup>

<ItemGroup>
Expand Down
36 changes: 36 additions & 0 deletions src/ExternalSearch.Providers.VatLayer/Resources/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.

0 comments on commit 43333c2

Please sign in to comment.