|
4 | 4 | <TargetFramework>netstandard2.0</TargetFramework>
|
5 | 5 | <AssemblyName>SadConsole</AssemblyName>
|
6 | 6 | <DocumentationFile>SadConsole.xml</DocumentationFile>
|
7 |
| - <AssemblyVersion>8.99.2.0</AssemblyVersion> |
8 |
| - <Version>8.99.2</Version> |
| 7 | + <AssemblyVersion>8.99.3.0</AssemblyVersion> |
| 8 | + <Version>8.99.3</Version> |
9 | 9 | <Version Condition="'$(Configuration)'=='Debug'">$(Version)-debug</Version>
|
10 | 10 | <Authors>Thraka</Authors>
|
11 | 11 | <Company>SadLogic</Company>
|
|
15 | 15 | <Copyright>Copyright © 2020 Steve De George JR (Thraka)</Copyright>
|
16 | 16 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
17 | 17 | <PackageId>SadConsole</PackageId>
|
18 |
| - <PackageReleaseNotes>Fix xml docs</PackageReleaseNotes> |
| 18 | + <PackageReleaseNotes>Upgrade MonoGame to 3.8.</PackageReleaseNotes> |
19 | 19 | <PackageIcon>icon.png</PackageIcon>
|
20 | 20 | <PackageIconUrl>https://raw.githubusercontent.com/SadConsole/SadConsole/d110fc4a0dfdaa25496c973518ea6a14a563e191/images/oD8yyro5.png</PackageIconUrl>
|
21 | 21 | <RepositoryUrl>https://github.com/SadConsole/SadConsole</RepositoryUrl>
|
|
26 | 26 | <IncludeSymbols>true</IncludeSymbols>
|
27 | 27 | <IncludeSource>true</IncludeSource>
|
28 | 28 | <SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
| 29 | + <EmbedAllSources>true</EmbedAllSources> |
29 | 30 | <PackageTags>monogame;roguelike;cli;xna;game;development;console;ansi;ascii;standard</PackageTags>
|
30 | 31 | </PropertyGroup>
|
31 | 32 |
|
|
55 | 56 | <EmbeddedResource Include="Resources\IBM8x16.png" />
|
56 | 57 | <EmbeddedResource Include="Resources\IBM.font" />
|
57 | 58 | <None Include="Resources\readme.txt" pack="true" PackagePath="." />
|
58 |
| - <None Include="Resources\icon.png" Pack="true" PackagePath="\"/> |
| 59 | + <None Include="Resources\icon.png" Pack="true" PackagePath="\" /> |
59 | 60 | </ItemGroup>
|
60 | 61 |
|
61 | 62 | <ItemGroup>
|
62 |
| - <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-18618-05" PrivateAssets="All" /> |
| 63 | + <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" /> |
63 | 64 | </ItemGroup>
|
64 | 65 |
|
65 | 66 | <ItemGroup>
|
66 | 67 | <PackageReference Include="MonoGame.Content.Builder" Version="3.7.0.9" PrivateAssets="All" />
|
67 |
| - <PackageReference Include="MonoGame.Framework.DesktopGL.Core" Version="3.7.0.7" PrivateAssets="All" /> |
| 68 | + <PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.0.1641" PrivateAssets="All" /> |
68 | 69 | <PackageReference Include="newtonsoft.json" Version="11.*" />
|
69 | 70 | </ItemGroup>
|
70 | 71 |
|
|
0 commit comments