|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk">
|
2 | 2 |
|
3 |
| - <PropertyGroup> |
4 |
| - <TargetFrameworks>net472;net50</TargetFrameworks> |
5 |
| - <Authors>Umbraco HQ</Authors> |
6 |
| - <Company>Umbraco</Company> |
7 |
| - <Title>Umbraco CMS Integrations: Automation - Zapier</Title> |
8 |
| - <Description>An extension for Umbraco CMS providing an automation tool for calling Zapier triggers when specific content gets published.</Description> |
9 |
| - <RepositoryUrl>https://github.com/umbraco/Umbraco.Cms.Integrations</RepositoryUrl> |
10 |
| - <PackageProjectUrl>https://github.com/umbraco/Umbraco.Cms.Integrations/blob/main/src/Umbraco.Cms.Integrations.Automation.Zapier</PackageProjectUrl> |
11 |
| - <Product>Umbraco.Cms.Integrations.Automation.Zapier</Product> |
12 |
| - <Version>1.1.0</Version> |
13 |
| - <PackageTags>Umbraco;Umbraco-Marketplace</PackageTags> |
14 |
| - </PropertyGroup> |
15 |
| - |
16 |
| - <ItemGroup Condition="'$(TargetFramework)' == 'net472'"> |
17 |
| - <PackageReference Include="UmbracoCms.Web" Version="8.14.0" /> |
18 |
| - </ItemGroup> |
| 3 | + <PropertyGroup> |
| 4 | + <TargetFrameworks>net472;net50</TargetFrameworks> |
| 5 | + <Authors>Umbraco HQ</Authors> |
| 6 | + <Company>Umbraco</Company> |
| 7 | + <Title>Umbraco CMS Integrations: Automation - Zapier</Title> |
| 8 | + <Description>An extension for Umbraco CMS providing an automation tool for calling Zapier triggers when specific content gets published.</Description> |
| 9 | + <RepositoryUrl>https://github.com/umbraco/Umbraco.Cms.Integrations</RepositoryUrl> |
| 10 | + <PackageProjectUrl>https://github.com/umbraco/Umbraco.Cms.Integrations/blob/main/src/Umbraco.Cms.Integrations.Automation.Zapier</PackageProjectUrl> |
| 11 | + <Product>Umbraco.Cms.Integrations.Automation.Zapier</Product> |
| 12 | + <Version>1.1.1</Version> |
| 13 | + <PackageTags>Umbraco;Umbraco-Marketplace</PackageTags> |
| 14 | + <PackageIcon>zapier.png</PackageIcon> |
| 15 | + </PropertyGroup> |
| 16 | + |
| 17 | + <ItemGroup Condition="'$(TargetFramework)' == 'net472'"> |
| 18 | + <PackageReference Include="UmbracoCms.Web" Version="8.14.0" /> |
| 19 | + </ItemGroup> |
19 | 20 |
|
20 | 21 | <ItemGroup Condition="'$(TargetFramework)' == 'net50'">
|
21 | 22 | <PackageReference Include="Umbraco.Cms.Web.Website" version="9.0.1" />
|
|
41 | 42 | </Content>
|
42 | 43 | </ItemGroup>
|
43 | 44 |
|
| 45 | + <ItemGroup> |
| 46 | + <Content Include="zapier.png"> |
| 47 | + <Pack>true</Pack> |
| 48 | + <PackagePath>\</PackagePath> |
| 49 | + </Content> |
| 50 | + </ItemGroup> |
| 51 | + |
44 | 52 | <Target Name="RemoveLuceneAnalyzer" BeforeTargets="CoreCompile">
|
45 | 53 | <ItemGroup>
|
46 | 54 | <Analyzer Remove="@(Analyzer)" Condition="%(FileName) == 'Lucene.Net.CodeAnalysis.CSharp'" />
|
|
0 commit comments