Update project settings

This commit is contained in:
Vasily Vasilyev 2020-01-04 16:16:13 +03:00
parent cbb2569313
commit 20955420f0

View File

@ -2,17 +2,23 @@
<PropertyGroup> <PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework> <TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<PropertyGroup>
<Company /> <Company />
<PackageId>SteamStorefrontAPI.NETStandard</PackageId> <PackageId>SteamStorefrontAPI.NETStandard</PackageId>
<Authors>Michael Kellner, Vasily Vasilyev</Authors> <Authors>Michael Kellner, Vasily Vasilyev</Authors>
<Description>SteamStorefrontAPI port to .NET Standard 2.0. <Description>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.</Description> The SteamStorefrontAPI is a .NET wrapper for the steam storefront api which is exposed via Steam Big Picture.
The Steam API is not officially available or documented. So, all data in this library was either collected by trial and error from unofficial API documentation, and is therefore provided as-is.</Description>
<RepositoryUrl></RepositoryUrl> <RepositoryUrl></RepositoryUrl>
<PackageTags>api-wrapper, steam-api, valve, steam</PackageTags> <PackageTags>api-wrapper, steam-api, valve, steam</PackageTags>
<Product>SteamStorefrontAPI.NETStandard</Product> <Product>SteamStorefrontAPI.NETStandard</Product>
<PackageLicenseExpression></PackageLicenseExpression> <PackageLicenseExpression></PackageLicenseExpression>
<PackageProjectUrl>https://github.com/Vasar007/SteamStorefrontAPI</PackageProjectUrl> <PackageProjectUrl>https://github.com/Vasar007/SteamStorefrontAPI</PackageProjectUrl>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>