mirror of
https://github.com/yawaflua/SPWorlds.git
synced 2025-12-09 20:19:35 +02:00
fix violation files
This commit is contained in:
@@ -5,7 +5,7 @@ using System.Text.Json.Nodes;
|
|||||||
|
|
||||||
namespace SPWorldsApi.Payments
|
namespace SPWorldsApi.Payments
|
||||||
{
|
{
|
||||||
internal interface IPaymentWrapper
|
public interface IPaymentWrapper
|
||||||
{
|
{
|
||||||
HttpClient.HttpRequest client { get; set; }
|
HttpClient.HttpRequest client { get; set; }
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
|
|||||||
# Visual Studio Version 17
|
# Visual Studio Version 17
|
||||||
VisualStudioVersion = 17.9.34728.123
|
VisualStudioVersion = 17.9.34728.123
|
||||||
MinimumVisualStudioVersion = 10.0.40219.1
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SPWorldsApi", "SPWorldsApi.csproj", "{AD0307C9-8042-44D2-B773-4DEB62D27F3D}"
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "spworlds-api", "spworlds-api.csproj", "{AD0307C9-8042-44D2-B773-4DEB62D27F3D}"
|
||||||
EndProject
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ using System.Threading.Tasks;
|
|||||||
|
|
||||||
namespace SPWorldsApi.Users
|
namespace SPWorldsApi.Users
|
||||||
{
|
{
|
||||||
internal interface IUserWrapper
|
public interface IUserWrapper
|
||||||
{
|
{
|
||||||
HttpClient.HttpRequest client { get; set; }
|
HttpClient.HttpRequest client { get; set; }
|
||||||
internal async Task<string> SendRequest(string endpoint, HttpMethod method = null, object body = null)
|
internal async Task<string> SendRequest(string endpoint, HttpMethod method = null, object body = null)
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<PackageId>spworldsapi</PackageId>
|
<PackageId>spworlds-api</PackageId>
|
||||||
<Description>Библиотека, созданная для облегчения работы с API сайта spworlds.ru . Что-то добавить или обновить можно в github проекта.</Description>
|
<Description>Библиотека, созданная для облегчения работы с API сайта spworlds.ru . Что-то добавить или обновить можно в github проекта.</Description>
|
||||||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||||
<Version>1.0.0</Version>
|
<Version>1.0.0</Version>
|
||||||
Reference in New Issue
Block a user