diff --git a/SteamStorefrontAPI.sln b/SteamStorefrontAPI.sln index 65c63d2..c06268a 100644 --- a/SteamStorefrontAPI.sln +++ b/SteamStorefrontAPI.sln @@ -1,11 +1,11 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.27428.2043 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.28803.352 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SteamStorefrontAPI", "SteamStorefrontAPI\SteamStorefrontAPI.csproj", "{76131ABE-46BD-4A82-B5E6-F29A47F2F64D}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SteamStorefrontAPI", "SteamStorefrontAPI\SteamStorefrontAPI.csproj", "{AED73BCF-9F95-4E7D-A733-138CAA43CAD8}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SteamStorefrontConsole", "SteamStorefrontConsole\SteamStorefrontConsole.csproj", "{44AAB32B-8986-48E0-8A08-42CE967D01F4}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SteamStorefrontConsole", "SteamStorefrontConsole\SteamStorefrontConsole.csproj", "{E3B3869C-0D49-4602-92D9-449436E57432}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -13,19 +13,19 @@ Global Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {76131ABE-46BD-4A82-B5E6-F29A47F2F64D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {76131ABE-46BD-4A82-B5E6-F29A47F2F64D}.Debug|Any CPU.Build.0 = Debug|Any CPU - {76131ABE-46BD-4A82-B5E6-F29A47F2F64D}.Release|Any CPU.ActiveCfg = Release|Any CPU - {76131ABE-46BD-4A82-B5E6-F29A47F2F64D}.Release|Any CPU.Build.0 = Release|Any CPU - {44AAB32B-8986-48E0-8A08-42CE967D01F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {44AAB32B-8986-48E0-8A08-42CE967D01F4}.Debug|Any CPU.Build.0 = Debug|Any CPU - {44AAB32B-8986-48E0-8A08-42CE967D01F4}.Release|Any CPU.ActiveCfg = Release|Any CPU - {44AAB32B-8986-48E0-8A08-42CE967D01F4}.Release|Any CPU.Build.0 = Release|Any CPU + {AED73BCF-9F95-4E7D-A733-138CAA43CAD8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {AED73BCF-9F95-4E7D-A733-138CAA43CAD8}.Debug|Any CPU.Build.0 = Debug|Any CPU + {AED73BCF-9F95-4E7D-A733-138CAA43CAD8}.Release|Any CPU.ActiveCfg = Release|Any CPU + {AED73BCF-9F95-4E7D-A733-138CAA43CAD8}.Release|Any CPU.Build.0 = Release|Any CPU + {E3B3869C-0D49-4602-92D9-449436E57432}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E3B3869C-0D49-4602-92D9-449436E57432}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E3B3869C-0D49-4602-92D9-449436E57432}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E3B3869C-0D49-4602-92D9-449436E57432}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {C016A781-9FB1-414A-882E-7321F301D749} + SolutionGuid = {A132F260-B756-43DE-92F8-D9C52E43154F} EndGlobalSection EndGlobal diff --git a/SteamStorefrontAPI/Properties/AssemblyInfo.cs b/SteamStorefrontAPI/Properties/AssemblyInfo.cs deleted file mode 100644 index 2a981d8..0000000 --- a/SteamStorefrontAPI/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("SteamStorefrontAPI")] -[assembly: AssemblyDescription("A .NET wrapper for the Steam Storefront API")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Michael Kellner")] -[assembly: AssemblyProduct("SteamStorefrontAPI")] -[assembly: AssemblyCopyright("Copyright © 2018")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("76131abe-46bd-4a82-b5e6-f29a47f2f64d")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// 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("1.2.*")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/SteamStorefrontAPI/SteamStorefrontAPI.csproj b/SteamStorefrontAPI/SteamStorefrontAPI.csproj index 81f26f5..21a2667 100644 --- a/SteamStorefrontAPI/SteamStorefrontAPI.csproj +++ b/SteamStorefrontAPI/SteamStorefrontAPI.csproj @@ -1,80 +1,22 @@ - - - + + - Debug - AnyCPU - {76131ABE-46BD-4A82-B5E6-F29A47F2F64D} - Library - Properties - SteamStorefrontAPI - SteamStorefrontAPI - v4.6.1 - 512 - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 + netstandard2.0 + + SteamStorefrontAPI.NETStandard + Michael Kellner, Vasily Vasilyev + SteamStorefrontAPI port to .NET Standard 2.0. + +The SteamStorefrontAPI is a .NET wrapper for the steam storefront api which is exposed via Steam Big Picture. The API is not officially available or documented, all data in this library was either compiled by trial and error from the inofficial api documentation, and is therefore provided as-is. + + api-wrapper, steam-api, valve, steam + SteamStorefrontAPI.NETStandard + + https://github.com/Vasar007/SteamStorefrontAPI + - - ..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll - - - - - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + + diff --git a/SteamStorefrontAPI/SteamStorefrontAPI.nuspec b/SteamStorefrontAPI/SteamStorefrontAPI.nuspec index bb9ea9d..1f0abe0 100644 --- a/SteamStorefrontAPI/SteamStorefrontAPI.nuspec +++ b/SteamStorefrontAPI/SteamStorefrontAPI.nuspec @@ -6,11 +6,16 @@ $title$ $author$ $author$ - https://github.com/mmuffins/SteamStorefrontAPI/blob/master/LICENSE.md - https://github.com/mmuffins/SteamStorefrontAPI + https://github.com/Vasar007/SteamStorefrontAPI/blob/master/LICENSE.md + $projectUrl$ false $description$ $copyright$ - steam steam-api api-wrapper valve + $tags$ + + + + + \ No newline at end of file diff --git a/SteamStorefrontAPI/packages.config b/SteamStorefrontAPI/packages.config deleted file mode 100644 index c54e093..0000000 --- a/SteamStorefrontAPI/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/SteamStorefrontConsole/App.config b/SteamStorefrontConsole/App.config deleted file mode 100644 index bae5d6d..0000000 --- a/SteamStorefrontConsole/App.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/SteamStorefrontConsole/Properties/AssemblyInfo.cs b/SteamStorefrontConsole/Properties/AssemblyInfo.cs deleted file mode 100644 index 3e7dceb..0000000 --- a/SteamStorefrontConsole/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("SteamStorefrontConsole")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("SteamStorefrontConsole")] -[assembly: AssemblyCopyright("Copyright © 2018")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("44aab32b-8986-48e0-8a08-42ce967d01f4")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// 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("1.0.*")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/SteamStorefrontConsole/SteamStorefrontConsole.csproj b/SteamStorefrontConsole/SteamStorefrontConsole.csproj index 80f6b23..3d5460d 100644 --- a/SteamStorefrontConsole/SteamStorefrontConsole.csproj +++ b/SteamStorefrontConsole/SteamStorefrontConsole.csproj @@ -1,59 +1,12 @@ - - - + + - Debug - AnyCPU - {44AAB32B-8986-48E0-8A08-42CE967D01F4} Exe - SteamStorefrontConsole - SteamStorefrontConsole - v4.6.1 - 512 - true - - - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 + netcoreapp2.2 + - - - - - - - - + - - - - - - - - - - {76131abe-46bd-4a82-b5e6-f29a47f2f64d} - SteamStorefrontAPI - - - - \ No newline at end of file + +