Skip to content

Commit

Permalink
v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Huvier committed Aug 26, 2023
1 parent 418db3f commit 17774e5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
# Changelog

### Légende
### Caption
[+] Add<br>
[\~] Modification<br>
[-] Suppression<br>
[#] Bug Fixes<br>
[.] Others

### V 1.3.1 - 26/08/2023
[+] Scene : delay parameter in AddWidget and AddEntity

### V 1.3.0 - 20/08/2023
[\~] Move some utils to own folder<br>
[-] VecI<br>
Expand Down
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.0" }
{ "SharpEngine.Core", "1.3.1" }
};

/// <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.0</PackageVersion>
<PackageVersion>1.3.1</PackageVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PackageReadmeFile>README.md</PackageReadmeFile>
<EnablePackageValisation>true</EnablePackageValisation>
Expand Down

0 comments on commit 17774e5

Please sign in to comment.