Skip to content

Commit

Permalink
update package icon
Browse files Browse the repository at this point in the history
  • Loading branch information
kentico-ericd committed Nov 27, 2023
1 parent 183ca3e commit e4ea618
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Binary file added img/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion src/Xperience.DependingFieldComponents.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Company>Kentico</Company>
<Product>Xperience by Kentico</Product>
<Description>A collection of Xperience by Kentico form components whose visibility depend on the value of another field</Description>
<PackageIconUrl>https://raw.githubusercontent.com/Kentico/Home/main/images/logo_nuget.png</PackageIconUrl>
<PackageIcon>icon.png</PackageIcon>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
Expand All @@ -18,4 +18,8 @@
<PackageReference Include="Kentico.Xperience.WebApp" Version="[27, 28]" />
</ItemGroup>

<ItemGroup>
<None Include="..\img\icon.png" Pack="true" PackagePath="\"/>
</ItemGroup>

</Project>

0 comments on commit e4ea618

Please sign in to comment.