Skip to content

Commit 1ea0117

Browse files
committed
Added package.xml for Semrush,
1 parent 1f080e9 commit 1ea0117

File tree

3 files changed

+32
-3
lines changed

3 files changed

+32
-3
lines changed

src/Umbraco.Cms.Integrations.Commerce.CommerceTools/package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<url>https://github.com/umbraco/Umbraco.Cms.Integrations</url>
1010
<requirements type="strict">
1111
<major>8</major>
12-
<minor>1</minor>
13-
<patch>0</patch>
12+
<minor>5</minor>
13+
<patch>4</patch>
1414
</requirements>
1515
</package>
1616
<author>

src/Umbraco.Cms.Integrations.SEO.Semrush/Umbraco.Cms.Integrations.SEO.Semrush.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<PropertyGroup>
77
<PackageId>Umbraco.Cms.Integrations.SEO.Semrush</PackageId>
88
<Title>Umbraco CMS Integrations: SEO - Semrush</Title>
9-
<Description>An extension for Umbraco CMS providing keyword research tools powered by Semrush.</Description>
9+
<Description>An extension for Umbraco CMS providing keyword research tools powered by Semrush via a content app.</Description>
1010
<PackageIconUrl></PackageIconUrl>
1111
<PackageProjectUrl>https://github.com/umbraco/Umbraco.Cms.Integrations</PackageProjectUrl>
1212
<RepositoryUrl>https://github.com/umbraco/Umbraco.Cms.Integrations</RepositoryUrl>
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<umbPackage>
3+
<info>
4+
<package>
5+
<name>Umbraco.Cms.Integrations.SEO.Semrush</name>
6+
<version>1.0.0</version>
7+
<iconUrl></iconUrl>
8+
<licence url="https://opensource.org/licenses/MIT">MIT</licence>
9+
<url>https://github.com/umbraco/Umbraco.Cms.Integrations</url>
10+
<requirements type="strict">
11+
<major>8</major>
12+
<minor>5</minor>
13+
<patch>4</patch>
14+
</requirements>
15+
</package>
16+
<author>
17+
<name>Umbraco HQ</name>
18+
<website>https://github.com/umbraco/Umbraco.Cms.Integrations</website>
19+
</author>
20+
<contributors>
21+
<contributor>Adrian Cojocariu</contributor>
22+
</contributors>
23+
<readme><![CDATA[An extension for Umbraco CMS providing keyword research tools powered by Semrush via a content app.]]></readme>
24+
</info>
25+
<files>
26+
<folder path="App_Plugins/UmbracoCms.Integrations/SEO/Semrush" orgPath="App_Plugins/UmbracoCms.Integrations/SEO/Semrush" />
27+
<file path="bin/release/net472/Umbraco.Cms.Integrations.SEO.Semrush.dll" orgPath="bin/Umbraco.Cms.Integrations.SEO.Semrush.dll" />
28+
</files>
29+
</umbPackage>

0 commit comments

Comments
 (0)