We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af82828 commit af71004Copy full SHA for af71004
com.rlabrecque.steamworks.net/Runtime/Version.cs
@@ -13,7 +13,7 @@
13
14
namespace Steamworks {
15
public static class Version {
16
- public const string SteamworksNETVersion = "2025.162.0";
+ public const string SteamworksNETVersion = "2025.162.1";
17
public const string SteamworksSDKVersion = "1.62";
18
public const string SteamAPIDLLVersion = "09.60.44.10";
19
public const int SteamAPIDLLSize = 278112;
com.rlabrecque.steamworks.net/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "com.rlabrecque.steamworks.net",
3
"displayName": "Steamworks.NET",
4
- "version": "2025.162.0",
+ "version": "2025.162.1",
5
"unity": "2019.4",
6
"author": {
7
"name": "Riley Labrecque",
0 commit comments