|
4 | 4 | <TargetFrameworks>netstandard2.1;netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
|
5 | 5 | <RootNamespace>SadConsole.Host.MonoGame</RootNamespace>
|
6 | 6 | <DocumentationFile>SadConsole.Host.MonoGame.xml</DocumentationFile>
|
7 |
| - <Version>9.2.1</Version> |
| 7 | + <Version>9.2.2</Version> |
8 | 8 | <Version Condition="'$(Configuration)'=='Debug'">$(Version)-debug</Version>
|
9 | 9 | <Authors>Thraka</Authors>
|
10 | 10 | <Company>SadLogic</Company>
|
11 | 11 | <NeutralLanguage>en-US</NeutralLanguage>
|
12 | 12 | <AssemblyTitle>SadConsole (.NET Standard)</AssemblyTitle>
|
13 | 13 | <Description>A graphics hosting library for SadConsole. Targets MonoGame and .NET Standard 2.1.</Description>
|
14 |
| - <Copyright>Copyright © 2020 Steve De George JR (Thraka)</Copyright> |
| 14 | + <Copyright>Copyright © 2022 Steve De George JR (Thraka)</Copyright> |
15 | 15 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
16 | 16 | <PackageId>SadConsole.Host.MonoGame</PackageId>
|
17 | 17 | <PackageIcon>nugeticon.png</PackageIcon>
|
|
25 | 25 | <SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
26 | 26 | <EmbedAllSources>true</EmbedAllSources>
|
27 | 27 | <PackageTags>monogame;roguelike;cli;xna;game;development;console;ansi;ascii;textmode;sadconsole</PackageTags>
|
28 |
| - <PackageReleaseNotes>Various little fixes. Updates for SadConsole 9.2.1</PackageReleaseNotes> |
| 28 | + <PackageReleaseNotes>Fix mirror on glyphs.</PackageReleaseNotes> |
29 | 29 | </PropertyGroup>
|
30 | 30 |
|
31 | 31 | <PropertyGroup>
|
|
34 | 34 |
|
35 | 35 | <ItemGroup>
|
36 | 36 | <ProjectReference Condition=" '$(UseProjectReferences)' == 'true' " Include="..\SadConsole\SadConsole.csproj" />
|
37 |
| - <PackageReference Condition=" '$(UseProjectReferences)' != 'true' " Include="SadConsole" Version="9.2.1" /> |
| 37 | + <PackageReference Condition=" '$(UseProjectReferences)' != 'true' " Include="SadConsole" Version="9.2.2" /> |
38 | 38 | <PackageReference Include="TheSadRogue.Primitives" Version="1.1.1" />
|
39 | 39 | <PackageReference Include="TheSadRogue.Primitives.MonoGame" Version="1.0.0" />
|
40 | 40 | <PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.0.1641" />
|
|
0 commit comments