Skip to content

Commit ce948c3

Browse files
committed
Review, test and release update for HubSpot (Forms) 15
- Update umbraco package file - Update range versions for 15 packages
1 parent 6562a83 commit ce948c3

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"id": "Umbraco.Integrations.Integrations.Crm.HubSpot",
33
"name": "Umbraco Integrations Integrations: CRM - HubSpot",
4-
"version": "4.0.0",
4+
"version": "6.0.0",
55
"extensions": [
6-
{
7-
"name": "Umbraco EntryPoint",
8-
"alias": "Umb.Hubspot.EntryPoint",
9-
"type": "entryPoint",
10-
"js": "/App_Plugins/HubSpot/hubspot-crm.js"
11-
}
6+
{
7+
"name": "Umbraco EntryPoint",
8+
"alias": "Umb.Hubspot.EntryPoint",
9+
"type": "backofficeEntryPoint",
10+
"js": "/App_Plugins/HubSpot/hubspot-crm.js"
11+
}
1212
]
1313
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
<ItemGroup>
3333
<PackageReference Include="Umbraco.Cms.Api.Common" Version="[15.0.0, 16)" />
3434
<PackageReference Include="Umbraco.Cms.Api.Management" Version="[15.0.0, 16)" />
35-
<PackageReference Include="Umbraco.Cms.Core" Version="15.0.0" />
36-
<PackageReference Include="Umbraco.Cms.Web.Website" Version="15.0.0" />
37-
<PackageReference Include="Umbraco.Forms.Core" Version="15.0.0" />
35+
<PackageReference Include="Umbraco.Cms.Core" Version="[15.0.0,16)" />
36+
<PackageReference Include="Umbraco.Cms.Web.Website" Version="[15.0.0,16)" />
37+
<PackageReference Include="Umbraco.Forms.Core" Version="[15.0.0,16)" />
3838
</ItemGroup>
3939

4040
<ItemGroup>

0 commit comments

Comments
 (0)