File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
src/Umbraco.Forms.Integrations.Crm.Hubspot Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"id" : " Umbraco.Integrations.Integrations.Crm.HubSpot" ,
3
3
"name" : " Umbraco Integrations Integrations: CRM - HubSpot" ,
4
- "version" : " 4 .0.0" ,
4
+ "version" : " 6 .0.0" ,
5
5
"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
+ }
12
12
]
13
13
}
Original file line number Diff line number Diff line change 32
32
<ItemGroup >
33
33
<PackageReference Include =" Umbraco.Cms.Api.Common" Version =" [15.0.0, 16)" />
34
34
<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) " />
38
38
</ItemGroup >
39
39
40
40
<ItemGroup >
You can’t perform that action at this time.
0 commit comments