forked from SebastianStehle/mjml-net
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
17 lines (17 loc) · 845 Bytes
/
Directory.Build.props
File metadata and controls
17 lines (17 loc) · 845 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Authors>Liam Riddell, Sebastian Stehle</Authors>
<Description>A blazingly-fast unofficial port of MJML (by MailJet) to .NET 6.</Description>
<Copyright>MIT</Copyright>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<PackageIcon>icon.png</PackageIcon>
<PackageTags>email,mjml,templates</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/SebastianStehle/mjml-net</PackageProjectUrl>
<RepositoryUrl>https://github.com/SebastianStehle/mjml-net.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<Version>1.22.0</Version>
</PropertyGroup>
</Project>