-
Notifications
You must be signed in to change notification settings - Fork 0
/
Nuget.props
26 lines (20 loc) · 961 Bytes
/
Nuget.props
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
<Project>
<PropertyGroup>
<Title>libloc-sharp</Title>
<IsPackable>true</IsPackable>
<Authors>Albie Spriddell</Authors>
<PackageIcon>icon.jpg</PackageIcon>
<PackageReadmeFile>docs/readme.md</PackageReadmeFile>
<PackageTags>geoip, libloc, ipfire, ip, ip2location</PackageTags>
<PackageLicenseExpression>LGPL-2.1-only</PackageLicenseExpression>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<RepositoryType>Git</RepositoryType>
<RepositoryUrl>https://github.com/aspriddell/libloc-sharp</RepositoryUrl>
<PackageProjectUrl>https://github.com/aspriddell/libloc-sharp</PackageProjectUrl>
</PropertyGroup>
<ItemGroup>
<None Include="..\icon.jpg" Pack="true" PackagePath="." Visible="false"/>
<None Include="..\readme.md" Pack="true" PackagePath="docs" Visible="false"/>
</ItemGroup>
</Project>