fix violation files

This commit is contained in:
Dima yawaflua Andreev
2024-06-26 01:44:19 +03:00
parent cb23437772
commit 5486830513
4 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ using System.Text.Json.Nodes;
namespace SPWorldsApi.Payments
{
internal interface IPaymentWrapper
public interface IPaymentWrapper
{
HttpClient.HttpRequest client { get; set; }

View File

@@ -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

View File

@@ -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<string> SendRequest(string endpoint, HttpMethod method = null, object body = null)

View File

@@ -5,7 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<PackageId>spworldsapi</PackageId>
<PackageId>spworlds-api</PackageId>
<Description>Библиотека, созданная для облегчения работы с API сайта spworlds.ru . Что-то добавить или обновить можно в github проекта.</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Version>1.0.0</Version>