Skip to content

Commit

Permalink
fix: add umbraco marketplace informations
Browse files Browse the repository at this point in the history
  • Loading branch information
bielu committed Aug 10, 2024
1 parent 05aa4f3 commit 6bf1ab7
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
20 changes: 20 additions & 0 deletions Bielu.Examine.Umbraco.package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"$schema": "https://marketplace.umbraco.com/umbraco-marketplace-schema.json",
"AuthorDetails": {
"Name": "Arkadiusz Biel",
"Description": "",
"Url": "https://github.com/bielu/",
"SyncContributorsFromRepository": true
},
"Category": "Search",
"PackageType": "Integration",
"RelatedPackages": [
{
"GroupTitle": "Providers",
"PackageId": "Bielu.Examine.Elasticsearch",
"Description": "Elasticsearch provider for Examine, which support aliasing"
}
],
"Tags": ["examine", "Elasticsearch", "search"],
"Title": "Bielu Examine providers"
}
1 change: 1 addition & 0 deletions src/Bielu.Examine.Umbraco/Bielu.Examine.Umbraco.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<Nullable>enable</Nullable>
<IsPackable>True</IsPackable>
<RootNamespace>bielu.Examine.Umbraco</RootNamespace>
<PackageTags>umbraco-marketplace, umbraco, examine, loadbalancing</PackageTags>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions version.props
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project>

<PropertyGroup>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionSuffix>beta.2</VersionSuffix>
<VersionPrefix>1.0.1</VersionPrefix>
<VersionSuffix></VersionSuffix>
</PropertyGroup>

</Project>

0 comments on commit 6bf1ab7

Please sign in to comment.