|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project Sdk="Microsoft.NET.Sdk"> |
3 | 3 | <PropertyGroup> |
4 | | - <TargetFrameworks>netstandard2.0</TargetFrameworks> |
| 4 | + <TargetFramework>netstandard2.0</TargetFramework> |
5 | 5 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
6 | 6 | <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
7 | 7 | <PackageId>ProjectCeleste.GameFiles.GameScanner</PackageId> |
8 | 8 | <PackageLicense>https://github.com/ProjectCeleste/ProjectCeleste.GameFiles.GameScanner/blob/master/LICENSE</PackageLicense> |
9 | 9 | <PackageProjectUrl>https://www.projectceleste.com</PackageProjectUrl> |
10 | | - <PackageIcon>icon.ico</PackageIcon> |
| 10 | + <PackageIcon>icon.png</PackageIcon> |
11 | 11 | <RepositoryUrl>https://github.com/ProjectCeleste/ProjectCeleste.GameFiles.GameScanner</RepositoryUrl> |
12 | 12 | <RepositoryType>git</RepositoryType> |
13 | | - <Description>GameScanner For Age Of Empires Online Celeste Fan Project |
| 13 | + <Description>ProjectCeleste.GameFiles.GameScanner For Age Of Empires Online Celeste Fan Project |
14 | 14 |
|
15 | 15 | Visit Us: https://www.projectceleste.com/ |
16 | 16 |
|
17 | 17 | Age of Empires Online © Microsoft Corporation. Celeste Fan Project was created under Microsoft's Game Content Usage Rules using assets from Age of Empires Online, and it is not endorsed by or affiliated with Microsoft (See: https://www.xbox.com/en-us/developers/rules). |
18 | | - </Description> |
| 18 | + </Description> |
19 | 19 | <PackageTags>projectceleste aoeo ageofempires</PackageTags> |
20 | 20 | <Authors>ProjectCeleste</Authors> |
21 | 21 | <Company /> |
22 | 22 | <Product>ProjectCeleste.GameFiles.GameScanner</Product> |
23 | 23 | <Version>2.2.6</Version> |
24 | 24 | <AssemblyVersion>2.2.6</AssemblyVersion> |
25 | 25 | <FileVersion>2.2.6</FileVersion> |
| 26 | + <InformationalVersion>v2.2.6</InformationalVersion> |
26 | 27 | <PublishRepositoryUrl>true</PublishRepositoryUrl> |
27 | 28 | <IncludeSymbols>true</IncludeSymbols> |
28 | 29 | <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
29 | 30 | <LangVersion>latest</LangVersion> |
30 | 31 | <Copyright /> |
31 | 32 | </PropertyGroup> |
32 | 33 | <ItemGroup> |
33 | | - <None Include="icon.ico" Pack="true" PackagePath="" /> |
| 34 | + <None Include="icon.png" Pack="true" PackagePath="" /> |
34 | 35 | </ItemGroup> |
35 | 36 | <ItemGroup> |
36 | 37 | <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0"> |
|
0 commit comments