Skip to content

Commit 761ab5a

Browse files
committed
Add NuGet info
1 parent 98aa7e4 commit 761ab5a

2 files changed

Lines changed: 27 additions & 0 deletions

File tree

TACTSharp/TACTSharp.csproj

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,36 @@
77
<Nullable>enable</Nullable>
88
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
99
</PropertyGroup>
10+
11+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
12+
<Optimize>true</Optimize>
13+
</PropertyGroup>
1014

1115
<ItemGroup>
1216
<Folder Include="Utils\" />
1317
</ItemGroup>
1418

19+
<PropertyGroup>
20+
<Authors>WoWDev</Authors>
21+
<Description>Library for reading World of Warcraft's TACT/CASC storage</Description>
22+
<RepositoryType>git</RepositoryType>
23+
<RepositoryUrl>https://github.com/wowdev/TACTSharp.git</RepositoryUrl>
24+
<EnablePackageValidation>true</EnablePackageValidation>
25+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
26+
<PackageReadmeFile>README.md</PackageReadmeFile>
27+
<PackageTags>library,CASC,TACT,World of Warcraft</PackageTags>
28+
<PackageProjectUrl>https://github.com/wowdev/TACTSharp</PackageProjectUrl>
29+
<PackageIcon>nuget-icon.png</PackageIcon>
30+
<IncludeSymbols>true</IncludeSymbols>
31+
<IncludeSource>true</IncludeSource>
32+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
33+
<Deterministic>true</Deterministic>
34+
</PropertyGroup>
35+
36+
<ItemGroup>
37+
<None Include="../README.md" Pack="true" PackagePath="\"/>
38+
</ItemGroup>
39+
<ItemGroup>
40+
<None Include="../nuget-icon.png" Pack="true" PackagePath="\"/>
41+
</ItemGroup>
1542
</Project>

nuget-icon.png

36 KB
Loading

0 commit comments

Comments
 (0)