Skip to content

Commit

Permalink
add package icon
Browse files Browse the repository at this point in the history
  • Loading branch information
kentico-ericd committed Nov 27, 2023
1 parent fd61c53 commit 933d76d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/Xperience.DependingFieldComponents.csproj
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>1.0.0</Version>
<Authors>Eric Dugre</Authors>
<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>
<Product>Xperience</Product>
<PackageIconUrl>https://raw.githubusercontent.com/Kentico/Home/main/images/logo_nuget.png</PackageIconUrl>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 933d76d

Please sign in to comment.