From e0da8216c2a88068ce6b0854e164bd9b432ae8a3 Mon Sep 17 00:00:00 2001 From: Riley Labrecque Date: Wed, 18 Feb 2015 19:59:43 -0600 Subject: [PATCH] Bump Version to 6.0.0 --- Plugins/Steamworks.NET/Steam.cs | 10 +++++----- README.md | 2 +- Standalone/Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Plugins/Steamworks.NET/Steam.cs b/Plugins/Steamworks.NET/Steam.cs index 966d097f..cb760129 100644 --- a/Plugins/Steamworks.NET/Steam.cs +++ b/Plugins/Steamworks.NET/Steam.cs @@ -10,11 +10,11 @@ namespace Steamworks { public static class Version { - public const string SteamworksNETVersion = "5.0.0"; - public const string SteamworksSDKVersion = "1.31"; - public const string SteamAPIDLLVersion = "02.37.91.26"; - public const int SteamAPIDLLSize = 145600; - public const int SteamAPI64DLLSize = 169152; + public const string SteamworksNETVersion = "6.0.0"; + public const string SteamworksSDKVersion = "1.32"; + public const string SteamAPIDLLVersion = "02.59.51.43"; + public const int SteamAPIDLLSize = 187584; + public const int SteamAPI64DLLSize = 208296; } public static class SteamAPI { diff --git a/README.md b/README.md index f69d5e43..8fff79fc 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ _Steamworks.NET_ is a C# Wrapper for Valve's Steamworks API, it can be used eith _Steamworks.NET_ was designed to be as close as possible to the original C++ API, as such the documentation provided from Valve largely covers usage of _Steamworks.NET_. Niceties and C# Idioms can be easily implemented on top of _Steamworks.NET_. -_Steamworks.NET_ currently supports Windows, OSX, and Linux in both 32 and 64bit varieties. Currently building against Steamworks SDK 1.31. +_Steamworks.NET_ currently supports Windows, OSX, and Linux in both 32 and 64bit varieties. Currently building against Steamworks SDK 1.32. * Author: [Riley Labrecque](https://github.com/rlabrecque) * License: [MIT](http://www.opensource.org/licenses/mit-license.php) diff --git a/Standalone/Properties/AssemblyInfo.cs b/Standalone/Properties/AssemblyInfo.cs index 1cba0d2a..0544fbc6 100644 --- a/Standalone/Properties/AssemblyInfo.cs +++ b/Standalone/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("5.0.0")] -[assembly: AssemblyFileVersion("5.0.0")] +[assembly: AssemblyVersion("6.0.0")] +[assembly: AssemblyFileVersion("6.0.0")]