File tree Expand file tree Collapse file tree 5 files changed +19
-18
lines changed
SadConsole.Debug.MonoGame Expand file tree Collapse file tree 5 files changed +19
-18
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >netstandard2.1;netcoreapp3.1</TargetFrameworks >
4
+ <TargetFrameworks >netstandard2.1;netcoreapp3.1;net5.0 </TargetFrameworks >
5
5
<RootNamespace >SadConsole.Debug.MonoGame</RootNamespace >
6
6
<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 >
9
9
<Authors >Thraka</Authors >
10
10
<Company >SadLogic</Company >
11
11
<NeutralLanguage >en-US</NeutralLanguage >
35
35
36
36
<ItemGroup >
37
37
<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" />
39
39
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" />
41
42
42
43
<PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
43
44
<PackageReference Include =" MonoGame.Framework.DesktopGL" Version =" 3.8.0.1641" />
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >netstandard2.1;netcoreapp3.1</TargetFrameworks >
4
+ <TargetFrameworks >netstandard2.1;netcoreapp3.1;net5.0 </TargetFrameworks >
5
5
<RootNamespace >SadConsole</RootNamespace >
6
6
<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 >
9
9
<Authors >Thraka</Authors >
10
10
<Company >SadLogic</Company >
11
11
<NeutralLanguage >en-US</NeutralLanguage >
34
34
35
35
<ItemGroup >
36
36
<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" />
38
38
<PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
39
39
<PackageReference Include =" ColorMineStandard" Version =" 1.0.0" />
40
40
<PackageReference Include =" System.Text.Encoding.CodePages" Version =" 5.0.0" />
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >netstandard2.1;netcoreapp3.1</TargetFrameworks >
4
+ <TargetFrameworks >netstandard2.1;netcoreapp3.1;net5.0 </TargetFrameworks >
5
5
<RootNamespace >SadConsole.Host.MonoGame</RootNamespace >
6
6
<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 >
9
9
<Authors >Thraka</Authors >
10
10
<Company >SadLogic</Company >
11
11
<NeutralLanguage >en-US</NeutralLanguage >
34
34
35
35
<ItemGroup >
36
36
<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" />
38
38
<PackageReference Include =" TheSadRogue.Primitives" Version =" 1.0.0" />
39
39
<PackageReference Include =" TheSadRogue.Primitives.MonoGame" Version =" 1.0.0" />
40
40
<PackageReference Include =" MonoGame.Framework.DesktopGL" Version =" 3.8.0.1641" />
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >netstandard2.1;netcoreapp3.1</TargetFrameworks >
4
+ <TargetFrameworks >netstandard2.1;netcoreapp3.1;net5.0 </TargetFrameworks >
5
5
<RootNamespace >SadConsole.Host.SFML</RootNamespace >
6
6
<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 >
9
9
<Authors >Thraka</Authors >
10
10
<Company >SadLogic</Company >
11
11
<NeutralLanguage >en-US</NeutralLanguage >
35
35
36
36
<ItemGroup >
37
37
<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" />
39
39
<PackageReference Include =" TheSadRogue.Primitives" Version =" 1.0.0" />
40
40
<PackageReference Include =" TheSadRogue.Primitives.SFML" Version =" 1.0.0" />
41
41
<PackageReference Include =" SFML.Net" Version =" 2.5.0" />
Original file line number Diff line number Diff line change 1
- ## v9.0 (05/XX /2021)
1
+ ## v9.0 (06/05 /2021)
2
2
3
3
- [ ExtendedLib] Added ` SadConsole.Transisions.Fade ` instruction to easily allow fading between two objects.
4
4
- Changed ` Entity.Appearance ` to protected.
You can’t perform that action at this time.
0 commit comments