From 548683051306829569527cd2ce396bba7ee4c9d9 Mon Sep 17 00:00:00 2001 From: Dima yawaflua Andreev Date: Wed, 26 Jun 2024 01:44:19 +0300 Subject: [PATCH 1/3] 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 From 71ff61db32e94b6d8f4f47e3acc7a01bfd18c99b Mon Sep 17 00:00:00 2001 From: Dima yawaflua Andreev Date: Wed, 26 Jun 2024 01:45:26 +0300 Subject: [PATCH 2/3] rename file spworlds-api.sln --- spworlds-api.sln | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 spworlds-api.sln diff --git a/spworlds-api.sln b/spworlds-api.sln new file mode 100644 index 0000000..181a592 --- /dev/null +++ b/spworlds-api.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.9.34728.123 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "spworlds-api", "spworlds-api.csproj", "{AD0307C9-8042-44D2-B773-4DEB62D27F3D}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {AD0307C9-8042-44D2-B773-4DEB62D27F3D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {AD0307C9-8042-44D2-B773-4DEB62D27F3D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {AD0307C9-8042-44D2-B773-4DEB62D27F3D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {AD0307C9-8042-44D2-B773-4DEB62D27F3D}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {B52E51DB-0209-420D-9359-424764DC76C7} + EndGlobalSection +EndGlobal From 83ff36afd140e8f3052e9193ad35ce475493c41e Mon Sep 17 00:00:00 2001 From: Dima yawaflua Andreev Date: Wed, 26 Jun 2024 01:51:31 +0300 Subject: [PATCH 3/3] fix version oh --- spworlds-api.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spworlds-api.csproj b/spworlds-api.csproj index 85a232d..f831846 100644 --- a/spworlds-api.csproj +++ b/spworlds-api.csproj @@ -8,7 +8,7 @@ spworlds-api Библиотека, созданная для облегчения работы с API сайта spworlds.ru . Что-то добавить или обновить можно в github проекта. MIT - 1.0.0 + 1.0.2 yawaflua yawaflua https://github.com/yawaflua/SPWorlds