forked from Jumoo/uSyncMigrations
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
29 lines (22 loc) · 871 Bytes
/
Directory.Build.props
File metadata and controls
29 lines (22 loc) · 871 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<Project>
<PropertyGroup>
<VersionPrefix>1.0.0</VersionPrefix>
<Authors>Kevin Jump</Authors>
<Company>Jumoo</Company>
<PackageLicenseExpression>MPL-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://jumoo.co.uk/uSync/migrate/</PackageProjectUrl>
<PackageTags>Umbraco umbraco-marketplace</PackageTags>
<RepositoryUrl>https://github.com/Jumoo/uSyncMigrations</RepositoryUrl>
<Copyright>Jumoo @ 2013-2022</Copyright>
<PackageIcon>usync-minty.png</PackageIcon>
<PackageReleaseNotes>
<![CDATA[1.0 - Initial release]]>
</PackageReleaseNotes>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
<ItemGroup>
<None Include="../assets/usync-minty.png" Pack="true" PackagePath="\" Visible="true" />
</ItemGroup>
</Project>