Skip to content

Commit d4aad12

Browse files
committed
More NuGet updates
1 parent 761ab5a commit d4aad12

1 file changed

Lines changed: 14 additions & 4 deletions

File tree

TACTSharp/TACTSharp.csproj

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,22 @@
1010

1111
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
1212
<Optimize>true</Optimize>
13+
<IsAotCompatible>True</IsAotCompatible>
1314
</PropertyGroup>
1415

1516
<ItemGroup>
1617
<Folder Include="Utils\" />
1718
</ItemGroup>
1819

1920
<PropertyGroup>
21+
<LangVersion>latest</LangVersion>
22+
<Version>0.0.8</Version>
23+
<GenerateDocumentationFile>True</GenerateDocumentationFile>
24+
<NoWarn>$(NoWarn);1591</NoWarn>
25+
</PropertyGroup>
26+
27+
<PropertyGroup>
28+
<Title>TACTSharp</Title>
2029
<Authors>WoWDev</Authors>
2130
<Description>Library for reading World of Warcraft's TACT/CASC storage</Description>
2231
<RepositoryType>git</RepositoryType>
@@ -27,16 +36,17 @@
2736
<PackageTags>library,CASC,TACT,World of Warcraft</PackageTags>
2837
<PackageProjectUrl>https://github.com/wowdev/TACTSharp</PackageProjectUrl>
2938
<PackageIcon>nuget-icon.png</PackageIcon>
30-
<IncludeSymbols>true</IncludeSymbols>
3139
<IncludeSource>true</IncludeSource>
32-
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
3340
<Deterministic>true</Deterministic>
3441
</PropertyGroup>
3542

3643
<ItemGroup>
37-
<None Include="../README.md" Pack="true" PackagePath="\"/>
44+
<None Include="../README.md" Pack="true" PackagePath="\" />
45+
</ItemGroup>
46+
<ItemGroup>
47+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
3848
</ItemGroup>
3949
<ItemGroup>
40-
<None Include="../nuget-icon.png" Pack="true" PackagePath="\"/>
50+
<None Include="../nuget-icon.png" Pack="true" PackagePath="\" />
4151
</ItemGroup>
4252
</Project>

0 commit comments

Comments
 (0)