Skip to content

Commit 0109712

Browse files
committed
9.0 projects
1 parent b7bb587 commit 0109712

File tree

5 files changed

+19
-18
lines changed

5 files changed

+19
-18
lines changed

SadConsole.Debug.MonoGame/SadConsole.Debug.MonoGame.csproj

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>netstandard2.1;netcoreapp3.1</TargetFrameworks>
4+
<TargetFrameworks>netstandard2.1;netcoreapp3.1;net5.0</TargetFrameworks>
55
<RootNamespace>SadConsole.Debug.MonoGame</RootNamespace>
66
<DocumentationFile>SadConsole.Debugger.MonoGame.xml</DocumentationFile>
7-
<Version>9.0.0-beta4</Version>
8-
<!--COMMENT OUT DURING BETA <Version Condition="'$(Configuration)'=='Debug'">$(Version)-debug</Version>-->
7+
<Version>9.0.0</Version>
8+
<Version Condition="'$(Configuration)'=='Debug'">$(Version)-debug</Version>
99
<Authors>Thraka</Authors>
1010
<Company>SadLogic</Company>
1111
<NeutralLanguage>en-US</NeutralLanguage>
@@ -35,9 +35,10 @@
3535

3636
<ItemGroup>
3737
<ProjectReference Condition=" '$(UseProjectReferences)' == 'true' " Include="..\SadConsole\SadConsole.csproj" />
38-
<PackageReference Condition=" '$(UseProjectReferences)' != 'true' " Include="SadConsole" Version="9.0.0-beta4" />
38+
<PackageReference Condition=" '$(UseProjectReferences)' != 'true' " Include="SadConsole" Version="9.0.0" />
3939

40-
<ProjectReference Include="..\SadConsole.Host.MonoGame\SadConsole.Host.MonoGame.csproj" />
40+
<ProjectReference Condition=" '$(UseProjectReferences)' == 'true' " Include="..\SadConsole.Host.MonoGame\SadConsole.Host.MonoGame.csproj" />
41+
<PackageReference Condition=" '$(UseProjectReferences)' != 'true' " Include="SadConsole.Host.MonoGame" Version="9.0.0" />
4142

4243
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
4344
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.0.1641" />

SadConsole.Extended/SadConsole.Extended.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>netstandard2.1;netcoreapp3.1</TargetFrameworks>
4+
<TargetFrameworks>netstandard2.1;netcoreapp3.1;net5.0</TargetFrameworks>
55
<RootNamespace>SadConsole</RootNamespace>
66
<DocumentationFile>SadConsole.Extended.xml</DocumentationFile>
7-
<Version>9.0.0-beta4</Version>
8-
<!--COMMENT OUT DURING BETA <Version Condition="'$(Configuration)'=='Debug'">$(Version)-debug</Version>-->
7+
<Version>9.0.1</Version>
8+
<Version Condition="'$(Configuration)'=='Debug'">$(Version)-debug</Version>
99
<Authors>Thraka</Authors>
1010
<Company>SadLogic</Company>
1111
<NeutralLanguage>en-US</NeutralLanguage>
@@ -34,7 +34,7 @@
3434

3535
<ItemGroup>
3636
<ProjectReference Condition=" '$(UseProjectReferences)' == 'true' " Include="..\SadConsole\SadConsole.csproj" />
37-
<PackageReference Condition=" '$(UseProjectReferences)' != 'true' " Include="SadConsole" Version="9.0.0-beta4" />
37+
<PackageReference Condition=" '$(UseProjectReferences)' != 'true' " Include="SadConsole" Version="9.0.0" />
3838
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
3939
<PackageReference Include="ColorMineStandard" Version="1.0.0" />
4040
<PackageReference Include="System.Text.Encoding.CodePages" Version="5.0.0" />

SadConsole.Host.MonoGame/SadConsole.Host.MonoGame.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>netstandard2.1;netcoreapp3.1</TargetFrameworks>
4+
<TargetFrameworks>netstandard2.1;netcoreapp3.1;net5.0</TargetFrameworks>
55
<RootNamespace>SadConsole.Host.MonoGame</RootNamespace>
66
<DocumentationFile>SadConsole.Host.MonoGame.xml</DocumentationFile>
7-
<Version>9.0.0-beta4</Version>
8-
<!--COMMENT OUT DURING BETA <Version Condition="'$(Configuration)'=='Debug'">$(Version)-debug</Version>-->
7+
<Version>9.0.1</Version>
8+
<Version Condition="'$(Configuration)'=='Debug'">$(Version)-debug</Version>
99
<Authors>Thraka</Authors>
1010
<Company>SadLogic</Company>
1111
<NeutralLanguage>en-US</NeutralLanguage>
@@ -34,7 +34,7 @@
3434

3535
<ItemGroup>
3636
<ProjectReference Condition=" '$(UseProjectReferences)' == 'true' " Include="..\SadConsole\SadConsole.csproj" />
37-
<PackageReference Condition=" '$(UseProjectReferences)' != 'true' " Include="SadConsole" Version="9.0.0-beta4" />
37+
<PackageReference Condition=" '$(UseProjectReferences)' != 'true' " Include="SadConsole" Version="9.0.0" />
3838
<PackageReference Include="TheSadRogue.Primitives" Version="1.0.0" />
3939
<PackageReference Include="TheSadRogue.Primitives.MonoGame" Version="1.0.0" />
4040
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.0.1641" />

SadConsole.Host.SFML/SadConsole.Host.SFML.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>netstandard2.1;netcoreapp3.1</TargetFrameworks>
4+
<TargetFrameworks>netstandard2.1;netcoreapp3.1;net5.0</TargetFrameworks>
55
<RootNamespace>SadConsole.Host.SFML</RootNamespace>
66
<DocumentationFile>SadConsole.Host.SFML.xml</DocumentationFile>
7-
<Version>9.0.0-beta4</Version>
8-
<!--COMMENT OUT DURING BETA <Version Condition="'$(Configuration)'=='Debug'">$(Version)-debug</Version>-->
7+
<Version>9.0.1</Version>
8+
<Version Condition="'$(Configuration)'=='Debug'">$(Version)-debug</Version>
99
<Authors>Thraka</Authors>
1010
<Company>SadLogic</Company>
1111
<NeutralLanguage>en-US</NeutralLanguage>
@@ -35,7 +35,7 @@
3535

3636
<ItemGroup>
3737
<ProjectReference Condition=" '$(UseProjectReferences)' == 'true' " Include="..\SadConsole\SadConsole.csproj" />
38-
<PackageReference Condition=" '$(UseProjectReferences)' != 'true' " Include="SadConsole" Version="9.0.0-beta4" />
38+
<PackageReference Condition=" '$(UseProjectReferences)' != 'true' " Include="SadConsole" Version="9.0.0" />
3939
<PackageReference Include="TheSadRogue.Primitives" Version="1.0.0" />
4040
<PackageReference Include="TheSadRogue.Primitives.SFML" Version="1.0.0" />
4141
<PackageReference Include="SFML.Net" Version="2.5.0" />

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## v9.0 (05/XX/2021)
1+
## v9.0 (06/05/2021)
22

33
- [ExtendedLib] Added `SadConsole.Transisions.Fade` instruction to easily allow fading between two objects.
44
- Changed `Entity.Appearance` to protected.

0 commit comments

Comments
 (0)