|
10 | 10 |
|
11 | 11 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> |
12 | 12 | <Optimize>true</Optimize> |
| 13 | + <IsAotCompatible>True</IsAotCompatible> |
13 | 14 | </PropertyGroup> |
14 | 15 |
|
15 | 16 | <ItemGroup> |
16 | 17 | <Folder Include="Utils\" /> |
17 | 18 | </ItemGroup> |
18 | 19 |
|
19 | 20 | <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> |
20 | 29 | <Authors>WoWDev</Authors> |
21 | 30 | <Description>Library for reading World of Warcraft's TACT/CASC storage</Description> |
22 | 31 | <RepositoryType>git</RepositoryType> |
|
27 | 36 | <PackageTags>library,CASC,TACT,World of Warcraft</PackageTags> |
28 | 37 | <PackageProjectUrl>https://github.com/wowdev/TACTSharp</PackageProjectUrl> |
29 | 38 | <PackageIcon>nuget-icon.png</PackageIcon> |
30 | | - <IncludeSymbols>true</IncludeSymbols> |
31 | 39 | <IncludeSource>true</IncludeSource> |
32 | | - <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
33 | 40 | <Deterministic>true</Deterministic> |
34 | 41 | </PropertyGroup> |
35 | 42 |
|
36 | 43 | <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" /> |
38 | 48 | </ItemGroup> |
39 | 49 | <ItemGroup> |
40 | | - <None Include="../nuget-icon.png" Pack="true" PackagePath="\"/> |
| 50 | + <None Include="../nuget-icon.png" Pack="true" PackagePath="\" /> |
41 | 51 | </ItemGroup> |
42 | 52 | </Project> |
0 commit comments