Skip to content

Commit

Permalink
support 27.x and 28.x
Browse files Browse the repository at this point in the history
  • Loading branch information
kentico-ericd committed Nov 27, 2023
1 parent b83bfeb commit 4578e11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Xperience.DependingFieldComponents.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>27.0.0</Version>
<Version>1.0.0</Version>
<Authors>Eric Dugre</Authors>
<Company>Kentico</Company>
<Description>A collection of Xperience by Kentico form components whose visibility depend on the value of another field</Description>
<Product>Xperience</Product>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Kentico.Xperience.Admin" Version="27.0.0" />
<PackageReference Include="Kentico.Xperience.WebApp" Version="27.0.0" />
<PackageReference Include="Kentico.Xperience.Admin" Version="[27.*, 28.*]" />
<PackageReference Include="Kentico.Xperience.WebApp" Version="[27.*, 28.*]" />
</ItemGroup>

</Project>

0 comments on commit 4578e11

Please sign in to comment.