Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Huvier committed Nov 28, 2023
1 parent b211a52 commit 8766201
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
[#] Bug Fixes<br>
[.] Others

### V 1.1.0 - 28/11/2023
[.] SharpEngine.Core : 1.7.2
[.] Net8
[.] Refactor with SonarCloud

### V 1.0.1 - 15/08/2023
[+] SteamManager : IsRunning<br>
[+] SteamManager : stopIfNotSteam param in Init
Expand Down
2 changes: 1 addition & 1 deletion SharpEngine.Steamworks/SESteamworks.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ public static class SESteamworks
public static void AddVersions()
{
DebugManager.Versions.Add("Steamworks.NET", "20.1.0");
DebugManager.Versions.Add("SharpEngine.Steamworks", "1.0.1");
DebugManager.Versions.Add("SharpEngine.Steamworks", "1.1.0");
}
}
2 changes: 1 addition & 1 deletion SharpEngine.Steamworks/SharpEngine.Steamworks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Copyright>Copyright (c) LavaPower 2021-2023</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/SharpEngine/SharpEngine.Steamworks</PackageProjectUrl>
<PackageVersion>1.0.1</PackageVersion>
<PackageVersion>1.1.0</PackageVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PackageReadmeFile>README.md</PackageReadmeFile>
<EnablePackageValisation>true</EnablePackageValisation>
Expand Down

0 comments on commit 8766201

Please sign in to comment.