Skip to content

Commit fd232e0

Browse files
committed
PR and package version update.
1 parent b993cdf commit fd232e0

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageIconUrl></PackageIconUrl>
1111
<PackageProjectUrl>https://github.com/umbraco/Umbraco.Cms.Integrations</PackageProjectUrl>
1212
<RepositoryUrl>https://github.com/umbraco/Umbraco.Cms.Integrations</RepositoryUrl>
13-
<Version>1.0.2</Version>
13+
<Version>1.1.2</Version>
1414
<Authors>Umbraco HQ</Authors>
1515
<Company>Umbraco</Company>
1616
</PropertyGroup>
@@ -19,7 +19,7 @@
1919
<PackageReference Include="UmbracoCms.Web" version="8.4.0" />
2020
</ItemGroup>
2121

22-
<ItemGroup Condition="'$(TargetFramework)' == 'net50' OR '$(TargetFramework)' == 'net60'">
22+
<ItemGroup Condition="'$(TargetFramework)' == 'net50'">
2323
<PackageReference Include="Umbraco.Cms.Web.Website" version="9.0.1" />
2424
<PackageReference Include="Umbraco.Cms.Web.BackOffice" version="9.0.1" />
2525
<PackageReference Include="Umbraco.Cms.Web.Common" version="9.0.1" />
@@ -53,8 +53,4 @@
5353
</ItemGroup>
5454
</Target>
5555

56-
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
57-
<Exec Command=" set UmbracoCmsIntegrationsTestsiteV8Path=$(SolutionDir)\Umbraco.Cms.Integrations.Testsite.V8&#xD;&#xA; set HubspotDir=%25UmbracoCmsIntegrationsTestsiteV8Path%25\App_Plugins\UmbracoCms.Integrations\Crm\Hubspot&#xD;&#xA; if not exist %25HubspotDir%25 mkdir -p %25HubspotDir%25&#xD;&#xA; xcopy &quot;$(ProjectDir)App_Plugins\UmbracoCms.Integrations\Crm\Hubspot&quot; &quot;%25HubspotDir%25&quot; /e /y" />
58-
</Target>
59-
6056
</Project>

src/Umbraco.Cms.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.Cms.Integrations.Crm.Hubspot</name>
6-
<version>1.0.2</version>
6+
<version>1.1.2</version>
77
<iconUrl></iconUrl>
88
<licence url="https://opensource.org/licenses/MIT">MIT</licence>
99
<url>https://github.com/umbraco/Umbraco.Cms.Integrations</url>

0 commit comments

Comments
 (0)