Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skttl committed Jun 20, 2022
1 parent db23730 commit a85cfbd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 103 deletions.
15 changes: 6 additions & 9 deletions src/Our.Umbraco.FullTextSearch/Our.Umbraco.FullTextSearch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,20 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ContentTargetFolders>.</ContentTargetFolders>
<StaticWebAssetBasePath>App_Plugins/FullTextSearch</StaticWebAssetBasePath>

<PackageId>Our.Umbraco.FullTextSearch</PackageId>
<Product>FullTextSearch</Product>
<Title>Our.Umbraco.FullTextSearch</Title>
<Description>Full Text Search is a fast, powerful and easy to setup search solution for Umbraco sites. Searches the whole page content (also generated content) Simple and easy setup for multiple search types (quoted, fuzzy matching, wildcards etc.) Extends the default ExternalIndex</Description>
<Product>FullTextSearch</Product>
<PackageTags>umbraco plugin package</PackageTags>
<Version>3.0.0-alpha001</Version>
<AssemblyVersion>3.0.0</AssemblyVersion>
<FileVersion>3.0.0</FileVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Company>Ecreo</Company>
<Authors>Søren Kottal</Authors>
<Copyright>Søren Kottal</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/skttl/umbraco-fulltextsearch8</PackageProjectUrl>
<PackageIcon>search.png</PackageIcon>
<RepositoryUrl>https://github.com/skttl/umbraco-fulltextsearch8</RepositoryUrl>
<StaticWebAssetBasePath>App_Plugins/FullTextSearch</StaticWebAssetBasePath>
<PackageIcon>search.png</PackageIcon>

<PackageTags>umbraco plugin package umbraco-marketplace</PackageTags>
</PropertyGroup>

<ItemGroup>
Expand Down
80 changes: 0 additions & 80 deletions src/Our.Umbraco.FullTextSearch/wwwroot/FullTextSearch.config

This file was deleted.

14 changes: 0 additions & 14 deletions src/Our.Umbraco.FullTextSearch/wwwroot/package.manifest

This file was deleted.

0 comments on commit a85cfbd

Please sign in to comment.