From 548683051306829569527cd2ce396bba7ee4c9d9 Mon Sep 17 00:00:00 2001 From: Dima yawaflua Andreev Date: Wed, 26 Jun 2024 01:44:19 +0300 Subject: [PATCH] fix violation files --- Payments/IPaymentWrapper.cs | 2 +- SPWorldsApi.sln | 2 +- Users/IUserWrapper.cs | 2 +- SPWorldsApi.csproj => spworlds-api.csproj | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename SPWorldsApi.csproj => spworlds-api.csproj (95%) diff --git a/Payments/IPaymentWrapper.cs b/Payments/IPaymentWrapper.cs index 46b55f2..fbb2ecb 100644 --- a/Payments/IPaymentWrapper.cs +++ b/Payments/IPaymentWrapper.cs @@ -5,7 +5,7 @@ using System.Text.Json.Nodes; namespace SPWorldsApi.Payments { - internal interface IPaymentWrapper + public interface IPaymentWrapper { HttpClient.HttpRequest client { get; set; } diff --git a/SPWorldsApi.sln b/SPWorldsApi.sln index df0fbdf..181a592 100644 --- a/SPWorldsApi.sln +++ b/SPWorldsApi.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.9.34728.123 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 Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/Users/IUserWrapper.cs b/Users/IUserWrapper.cs index d95443c..ecef471 100644 --- a/Users/IUserWrapper.cs +++ b/Users/IUserWrapper.cs @@ -10,7 +10,7 @@ using System.Threading.Tasks; namespace SPWorldsApi.Users { - internal interface IUserWrapper + public interface IUserWrapper { HttpClient.HttpRequest client { get; set; } internal async Task SendRequest(string endpoint, HttpMethod method = null, object body = null) diff --git a/SPWorldsApi.csproj b/spworlds-api.csproj similarity index 95% rename from SPWorldsApi.csproj rename to spworlds-api.csproj index b061514..85a232d 100644 --- a/SPWorldsApi.csproj +++ b/spworlds-api.csproj @@ -5,7 +5,7 @@ enable enable enable - spworldsapi + spworlds-api Библиотека, созданная для облегчения работы с API сайта spworlds.ru . Что-то добавить или обновить можно в github проекта. MIT 1.0.0