Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Huvier committed Sep 10, 2023
1 parent fadc472 commit 284c572
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
[#] Bug Fixes<br>
[.] Others

### V 1.4.0 - 10/09/2023
[+] ShaderManager<br>
[+] SERender : ShaderMode<br>
[+] Color : ToVec4<br>
[+] SpriteComponent : Shader

### V 1.3.3 - 04/09/2023
[+] CollisionComponent : Add DebugDraw

Expand Down
2 changes: 2 additions & 0 deletions SharpEngine.Core.sln.DotSettings.user
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:Boolean x:Key="/Default/UserDictionary/Words/=SHADERMANAGER/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary>
2 changes: 1 addition & 1 deletion SharpEngine.Core/Manager/DebugManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public static class DebugManager
{
{ "Raylib-cs", "4.5.0.4" },
{ "ImGui.NET", "1.89.7.1" },
{ "SharpEngine.Core", "1.3.3" }
{ "SharpEngine.Core", "1.4.0" }
};

/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion SharpEngine.Core/SharpEngine.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Copyright>Copyright (c) LavaPower 2021-2023</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/SharpEngine/SharpEngine.Core</PackageProjectUrl>
<PackageVersion>1.3.3</PackageVersion>
<PackageVersion>1.4.0</PackageVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PackageReadmeFile>README.md</PackageReadmeFile>
<EnablePackageValisation>true</EnablePackageValisation>
Expand Down

0 comments on commit 284c572

Please sign in to comment.