Skip to content

Commit 5b7fa86

Browse files
committed
Umbraco Marketplace updates & package version bump
1 parent a917f4f commit 5b7fa86

File tree

3 files changed

+30
-3
lines changed

3 files changed

+30
-3
lines changed

src/Umbraco.Forms.Integrations.Crm.Hubspot/Umbraco.Forms.Integrations.Crm.Hubspot.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@
99
<Title>Umbraco Forms Integrations: CRM - Hubspot</Title>
1010
<Description>An extension for Umbraco Forms to add support for submitting data to Hubspot</Description>
1111
<PackageIconUrl></PackageIconUrl>
12-
<PackageProjectUrl>https://github.com/umbraco/Umbraco.Forms.Integrations</PackageProjectUrl>
12+
<PackageProjectUrl>https://github.com/umbraco/Umbraco.Forms.Integrations/tree/main/src/Umbraco.Forms.Integrations.Crm.Hubspot</PackageProjectUrl>
1313
<RepositoryUrl>https://github.com/umbraco/Umbraco.Forms.Integrations</RepositoryUrl>
14-
<Version>2.0.1</Version>
14+
<Version>2.0.2</Version>
1515
<Authors>Umbraco HQ</Authors>
1616
<Company>Umbraco</Company>
17+
<PackageTags>Umbraco-Marketplace</PackageTags>
1718
</PropertyGroup>
1819

1920
<ItemGroup>

src/Umbraco.Forms.Integrations.Crm.Hubspot/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<info>
44
<package>
55
<name>Umbraco.Forms.Integrations.Crm.Hubspot</name>
6-
<version>2.0.1</version>
6+
<version>2.0.2</version>
77
<iconUrl></iconUrl>
88
<licence url="https://opensource.org/licenses/MIT">MIT</licence>
99
<url>https://github.com/umbraco/Umbraco.Forms.Integrations</url>
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"AuthorDetails": {
3+
"Description": "Umbraco HQ",
4+
"Url": "https://umbraco.com/",
5+
"ImageUrl": "https://avatars.githubusercontent.com/u/1419552?s=200&v=4"
6+
},
7+
"Category": "Forms Extensions",
8+
"LicenseType": "Free",
9+
"PackageType": "Package",
10+
"PackagesByAuthor": [ "UmbracoFormsIntegrationsAutomationZapier, UmbracoFormsIntegrationsCommerceemerchantpay" ],
11+
"RelatedPackages": [
12+
{
13+
"PackageId": "UmbracoFormsIntegrationsAutomationZapier",
14+
"Description": "A dashboard interface that allows users to vizualize registered subscription hooks for their Umbraco Forms and to call Zapier triggers when a specific forms gets submitted."
15+
},
16+
{
17+
"PackageId": "UmbracoFormsIntegrationsCommerceemerchantpay",
18+
"Description": "An extension for Umbraco Forms containing a custom workflow for handling online payments using a hosted payment page provided by emerchantpay."
19+
}
20+
],
21+
"Tags": [
22+
"CRM",
23+
"Contacts"
24+
],
25+
"Umbraco8PackageId": "Umbraco.Forms.Integrations.Crm.Hubspot"
26+
}

0 commit comments

Comments
 (0)