Skip to content

Commit

Permalink
build(sln): bump to v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seangwright committed Jan 12, 2024
1 parent e32334d commit 10740ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Copyright>Copyright © $(Company) $([System.DateTime]::Now.Year)</Copyright>
<Trademark>$(Company)™</Trademark>
<VersionPrefix>3.0.0</VersionPrefix>
<VersionSuffix>v28preview-3</VersionSuffix>
<VersionSuffix></VersionSuffix>
<PackageLicenseExpression>MIT</PackageLicenseExpression>

<PackageProjectUrl>https://github.com/Kentico/xperience-by-kentico-lucene</PackageProjectUrl>
Expand Down
4 changes: 2 additions & 2 deletions src/Kentico.Xperience.Lucene/Kentico.Xperience.Lucene.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Product>Xperience by Kentico Lucene Search</Product>
<Title>$(Product)</Title>
<PackageId>Kentico.Xperience.Lucene</PackageId>
<Description>Enables the creation of Lucene search indexes and the indexing of Xperience content tree pages using a code-first approach.</Description>
<Description>Enables the creation of Lucene search indexes and the indexing of Xperience website channel pages and reusable content items.</Description>
<RepositoryUrl>https://github.com/kentico/xperience-by-kentico-lucene</RepositoryUrl>
</PropertyGroup>

Expand All @@ -12,7 +12,7 @@
<RootNamespace>Kentico.Xperience.Lucene</RootNamespace>
<NoWarn>$(NoWarn);S1075</NoWarn>

<!-- Required to prevent type conflicts with CSharpFunctionalExtensions types -->
<!-- Required to prevent type conflicts with existing types -->
<HotChocolateImplicitUsings>disable</HotChocolateImplicitUsings>
</PropertyGroup>

Expand Down

0 comments on commit 10740ce

Please sign in to comment.