From 9a2d612492fd53c405caa644e80a6c3aee009ba6 Mon Sep 17 00:00:00 2001 From: Riley Labrecque Date: Sun, 20 Jan 2019 17:23:41 -0500 Subject: [PATCH] Bump version to 12.0.0 --- Plugins/Steamworks.NET/Steam.cs | 2 +- Standalone/Properties/AssemblyInfo.cs | 2 +- Standalone/README.md | 4 +--- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Plugins/Steamworks.NET/Steam.cs b/Plugins/Steamworks.NET/Steam.cs index 171dcb23..92012564 100644 --- a/Plugins/Steamworks.NET/Steam.cs +++ b/Plugins/Steamworks.NET/Steam.cs @@ -16,7 +16,7 @@ namespace Steamworks { public static class Version { - public const string SteamworksNETVersion = "11.0.0"; + public const string SteamworksNETVersion = "12.0.0"; public const string SteamworksSDKVersion = "1.42"; public const string SteamAPIDLLVersion = "04.28.51.07"; public const int SteamAPIDLLSize = 227616; diff --git a/Standalone/Properties/AssemblyInfo.cs b/Standalone/Properties/AssemblyInfo.cs index 175af635..425ad42f 100644 --- a/Standalone/Properties/AssemblyInfo.cs +++ b/Standalone/Properties/AssemblyInfo.cs @@ -9,7 +9,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Riley Labrecque")] [assembly: AssemblyProduct("Steamworks.NET")] -[assembly: AssemblyCopyright("Copyright © Riley Labrecque 2013-2018")] +[assembly: AssemblyCopyright("Copyright © Riley Labrecque 2013-2019")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/Standalone/README.md b/Standalone/README.md index 4a270bb8..7253d07d 100644 --- a/Standalone/README.md +++ b/Standalone/README.md @@ -15,13 +15,11 @@ This is the project file for the standalone version of _Steamworks.NET_. This is * **steam_appid.txt** - Required for testing your application outside of steam. *Do not ship this to customers!* * **Steamworks.NET.dll** - Make sure it's the correct version for the platform that you plan on shipping for! - When building for OSX or Linux the wrong Steamworks.NET.dll will be copied over by default, it is recommended that you create a post build script to copy the correct version. * Windows: - * **CSteamworks.dll** * **steam_api.dll** * OSX: - * **CSteamworks.bundle** + * **steam_api.bundle** * **Steamworks.NET.dll.config** - This lets Mono know where to find CSteamworks. * Linux: - * **libCSteamworks.so** * **libsteam_api.so** Have a look at this [example project](https://github.com/rlabrecque/Steamworks.NET-StandaloneTest) to get started.