|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk.Razor">
|
2 | 2 |
|
3 |
| - <PropertyGroup> |
4 |
| - <TargetFramework>net8.0</TargetFramework> |
5 |
| - <Nullable>enable</Nullable> |
6 |
| - <ImplicitUsings>enable</ImplicitUsings> |
7 |
| - <AddRazorSupportForMvc>true</AddRazorSupportForMvc> |
8 |
| - <EnableDefaultContentItems>false</EnableDefaultContentItems> |
9 |
| - <StaticWebAssetBasePath>/App_Plugins/Zapier</StaticWebAssetBasePath> |
10 |
| - </PropertyGroup> |
| 3 | + <PropertyGroup> |
| 4 | + <TargetFramework>net8.0</TargetFramework> |
| 5 | + <Nullable>enable</Nullable> |
| 6 | + <ImplicitUsings>enable</ImplicitUsings> |
| 7 | + <AddRazorSupportForMvc>true</AddRazorSupportForMvc> |
| 8 | + <EnableDefaultContentItems>false</EnableDefaultContentItems> |
| 9 | + <StaticWebAssetBasePath>/App_Plugins/Zapier</StaticWebAssetBasePath> |
| 10 | + </PropertyGroup> |
11 | 11 |
|
12 | 12 | <PropertyGroup>
|
13 | 13 | <Authors>Umbraco HQ</Authors>
|
|
17 | 17 | <RepositoryUrl>https://github.com/umbraco/Umbraco.Cms.Integrations</RepositoryUrl>
|
18 | 18 | <PackageProjectUrl>https://github.com/umbraco/Umbraco.Cms.Integrations/blob/main/src/Umbraco.Cms.Integrations.Automation.Zapier</PackageProjectUrl>
|
19 | 19 | <Product>Umbraco.Cms.Integrations.Automation.Zapier</Product>
|
20 |
| - <Version>1.3.0</Version> |
| 20 | + <Version>2.0.0</Version> |
21 | 21 | <PackageTags>Umbraco;Umbraco-Marketplace</PackageTags>
|
22 | 22 | <PackageIcon>zapier.png</PackageIcon>
|
23 | 23 | <PackageReadmeFile>readme.md</PackageReadmeFile>
|
|
29 | 29 | </ItemGroup>
|
30 | 30 |
|
31 | 31 | <ItemGroup>
|
32 |
| - <Content Remove="NuGet.config" /> |
33 |
| - <Content Remove="umbraco-marketplace.json" /> |
34 |
| - </ItemGroup> |
35 |
| - |
36 |
| - <ItemGroup> |
37 |
| - <None Remove="App_Plugins\UmbracoCms.Integrations\Automation\Zapier\css\zapier.css" /> |
38 |
| - <None Remove="App_Plugins\UmbracoCms.Integrations\Automation\Zapier\dashboard.html" /> |
39 |
| - <None Remove="App_Plugins\UmbracoCms.Integrations\Automation\Zapier\js\zapier.controller.js" /> |
40 |
| - <None Remove="App_Plugins\UmbracoCms.Integrations\Automation\Zapier\js\zapier.resource.js" /> |
41 |
| - <None Remove="App_Plugins\UmbracoCms.Integrations\Automation\Zapier\lang\en-US.xml" /> |
42 |
| - <None Remove="App_Plugins\UmbracoCms.Integrations\Automation\Zapier\package.manifest" /> |
43 |
| - <None Remove="zapier.png" /> |
44 |
| - </ItemGroup> |
45 |
| - |
46 |
| - <ItemGroup> |
47 |
| - <Content Include="App_Plugins\UmbracoCms.Integrations\Automation\Zapier\css\zapier.css"> |
48 |
| - <PackagePath>App_Plugins\UmbracoCms.Integrations\Automation\Zapier\</PackagePath> |
49 |
| - <Pack>true</Pack> |
50 |
| - </Content> |
51 |
| - <Content Include="App_Plugins\UmbracoCms.Integrations\Automation\Zapier\dashboard.html"> |
52 |
| - <PackagePath>App_Plugins\UmbracoCms.Integrations\Automation\Zapier\</PackagePath> |
53 |
| - <Pack>true</Pack> |
54 |
| - </Content> |
55 |
| - <Content Include="App_Plugins\UmbracoCms.Integrations\Automation\Zapier\js\zapier.controller.js"> |
56 |
| - <PackagePath>App_Plugins\UmbracoCms.Integrations\Automation\Zapier\</PackagePath> |
57 |
| - <Pack>true</Pack> |
58 |
| - </Content> |
59 |
| - <Content Include="App_Plugins\UmbracoCms.Integrations\Automation\Zapier\js\zapier.resource.js"> |
60 |
| - <PackagePath>App_Plugins\UmbracoCms.Integrations\Automation\Zapier\</PackagePath> |
61 |
| - <Pack>true</Pack> |
62 |
| - </Content> |
63 |
| - <Content Include="App_Plugins\UmbracoCms.Integrations\Automation\Zapier\lang\en-US.xml"> |
64 |
| - <PackagePath>App_Plugins\UmbracoCms.Integrations\Automation\Zapier\</PackagePath> |
65 |
| - <Pack>true</Pack> |
66 |
| - </Content> |
67 |
| - <Content Include="App_Plugins\UmbracoCms.Integrations\Automation\Zapier\package.manifest"> |
68 |
| - <PackagePath>App_Plugins\UmbracoCms.Integrations\Automation\Zapier\</PackagePath> |
69 |
| - <Pack>true</Pack> |
70 |
| - </Content> |
71 |
| - <Content Include="zapier.png"> |
72 |
| - <PackagePath>\</PackagePath> |
73 |
| - <Pack>true</Pack> |
74 |
| - </Content> |
75 |
| - </ItemGroup> |
76 |
| - |
77 |
| - <ItemGroup> |
78 |
| - <None Include="NuGet.config" /> |
79 |
| - <None Include="umbraco-marketplace.json" /> |
80 |
| - </ItemGroup> |
81 |
| - |
82 |
| - <ItemGroup> |
83 |
| - <PackageReference Include="Umbraco.Cms.Api.Common" Version="[14.0.0, 15)" /> |
84 |
| - <PackageReference Include="Umbraco.Cms.Api.Management" Version="[14.0.0, 15)" /> |
85 |
| - <PackageReference Include="Umbraco.Cms.Web.Common" Version="[14.0.0, 15)" /> |
86 |
| - </ItemGroup> |
| 32 | + <PackageReference Include="Umbraco.Cms.Api.Common" Version="[14.0.0, 15)" /> |
| 33 | + <PackageReference Include="Umbraco.Cms.Api.Management" Version="[14.0.0, 15)" /> |
| 34 | + <PackageReference Include="Umbraco.Cms.Web.Common" Version="[14.0.0, 15)" /> |
| 35 | + </ItemGroup> |
| 36 | + |
| 37 | + <ItemGroup> |
| 38 | + <Content Include="zapier.png"> |
| 39 | + <PackagePath>\</PackagePath> |
| 40 | + <Pack>true</Pack> |
| 41 | + </Content> |
| 42 | + </ItemGroup> |
87 | 43 |
|
88 |
| - <ItemGroup> |
89 |
| - <Folder Include="Client\" /> |
90 |
| - </ItemGroup> |
| 44 | + <ItemGroup> |
| 45 | + <None Include="docs\readme.md" Pack="true" PackagePath="\" /> |
| 46 | + </ItemGroup> |
91 | 47 |
|
92 | 48 | <!-- Build client assets using NPM -->
|
93 | 49 | <Import Project="build\Microsoft.AspNetCore.ClientAssets.targets" />
|
|
0 commit comments