Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
samihafidiDLW committed Jul 2, 2024
1 parent b6efed4 commit 0c57713
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Authors>$(Company)</Authors>
<Copyright>Copyright © $(Company) $([System.DateTime]::Now.Year)</Copyright>
<Trademark>$(Company)™</Trademark>
<VersionPrefix>0.0.4-beta-1</VersionPrefix>
<VersionPrefix>0.0.5-beta-1</VersionPrefix>
<VersionSuffix></VersionSuffix>
<PackageLicenseExpression>MIT</PackageLicenseExpression>

Expand Down
2 changes: 1 addition & 1 deletion Kentico.Xperience.Typesense.Admin/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,7 @@
"System.IO.Hashing": "7.0.0"
}
},
"Delaware.Kentico.Xperience.Typesense.": {
"Delaware.Kentico.Xperience.Typesense": {
"type": "Project",
"dependencies": {
"Kentico.Xperience.WebApp": "[29.0.0, )",
Expand Down
1 change: 1 addition & 0 deletions examples/DancingGoat/DancingGoat.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<Nullable>annotations</Nullable>
<RunAnalyzersDuringBuild>false</RunAnalyzersDuringBuild>
<TargetFramework>net8.0</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<None Remove="App_Data\CMSModules\WebFarm\webfarm.sync" />
Expand Down
4 changes: 2 additions & 2 deletions examples/DancingGoat/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1228,7 +1228,7 @@
"System.IO.Hashing": "7.0.0"
}
},
"Delaware.Kentico.Xperience.Typesense.": {
"Delaware.Kentico.Xperience.Typesense": {
"type": "Project",
"dependencies": {
"Kentico.Xperience.WebApp": "[29.0.0, )",
Expand All @@ -1238,7 +1238,7 @@
"Delaware.Kentico.Xperience.Typesense.Admin": {
"type": "Project",
"dependencies": {
"Delaware.Kentico.Xperience.Typesense.": "[0.0.5-beta-1, )",
"Delaware.Kentico.Xperience.Typesense": "[0.0.4-beta-1, )",
"Kentico.Xperience.Admin": "[29.0.0, )",
"Kentico.Xperience.AzureStorage": "[29.0.0, )"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Product>Xperience by Kentico Typesense Search</Product>
<Title>$(Product)</Title>
<PackageId>Delaware.Kentico.Xperience.Typesense.</PackageId>
<PackageId>Delaware.Kentico.Xperience.Typesense</PackageId>
<Description>Enables the creation of Typesense search indexes and the indexing of Xperience website channel pages and reusable content items.</Description>
<RepositoryUrl>https://github.com/kentico/xperience-by-kentico-typesense</RepositoryUrl>
<IsPackable>true</IsPackable>
Expand Down
4 changes: 2 additions & 2 deletions tests/Kentico.Xperience.Typesense.Tests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1883,7 +1883,7 @@
"System.IO.Hashing": "7.0.0"
}
},
"Delaware.Kentico.Xperience.Typesense.": {
"Delaware.Kentico.Xperience.Typesense": {
"type": "Project",
"dependencies": {
"Kentico.Xperience.WebApp": "[29.0.0, )",
Expand All @@ -1893,7 +1893,7 @@
"Delaware.Kentico.Xperience.Typesense.Admin": {
"type": "Project",
"dependencies": {
"Delaware.Kentico.Xperience.Typesense.": "[0.0.5-beta-1, )",
"Delaware.Kentico.Xperience.Typesense": "[0.0.4-beta-1, )",
"Kentico.Xperience.Admin": "[29.0.0, )",
"Kentico.Xperience.AzureStorage": "[29.0.0, )"
}
Expand Down

0 comments on commit 0c57713

Please sign in to comment.