Skip to content

Commit

Permalink
set version 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kentico-ericd authored Sep 26, 2024
1 parent 7c28c2a commit a1426ef
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<Project>
<PropertyGroup>
<Company>Kentico</Company>
<Authors>Eric Dugre</Authors>
<VersionPrefix>4.1.0</VersionPrefix>
<Product>Xperience by Kentico</Product>
<LangVersion>12.0</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RepositoryUrl>https://github.com/Kentico/xperience-by-kentico-manager</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Authors>Eric Dugre</Authors>
<VersionPrefix>5.0.0</VersionPrefix>
<Product>Xperience by Kentico</Product>
<LangVersion>12.0</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RepositoryUrl>https://github.com/Kentico/xperience-by-kentico-manager</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>

<ItemGroup Label="StaticCodeAnalysis">
Expand All @@ -21,4 +21,4 @@
<PropertyGroup>
<TimestampServerUrl>http://timestamp.digicert.com</TimestampServerUrl>
</PropertyGroup>
</Project>
</Project>

0 comments on commit a1426ef

Please sign in to comment.