diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index f3fb31a..bec77fa 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -29,6 +29,6 @@ jobs: - name: Publish uses: brandedoutcast/publish-nuget@v2.5.5 with: - PROJECT_FILE_PATH: src/spworlds.csproj + PROJECT_FILE_PATH: spworlds.csproj NUGET_KEY: ${{secrets.NUGET_API_KEY}} diff --git a/src/README.md b/README.md similarity index 100% rename from src/README.md rename to README.md diff --git a/src/Types/PaymentData.cs b/Types/PaymentData.cs similarity index 100% rename from src/Types/PaymentData.cs rename to Types/PaymentData.cs diff --git a/src/Types/SkinPart.cs b/Types/SkinPart.cs similarity index 100% rename from src/Types/SkinPart.cs rename to Types/SkinPart.cs diff --git a/src/Types/User.cs b/Types/User.cs similarity index 100% rename from src/Types/User.cs rename to Types/User.cs diff --git a/src/spworlds.cs b/spworlds.cs similarity index 100% rename from src/spworlds.cs rename to spworlds.cs diff --git a/src/spworlds.csproj b/spworlds.csproj similarity index 100% rename from src/spworlds.csproj rename to spworlds.csproj diff --git a/src/bin/Debug/net6.0/spworlds.deps.json b/src/bin/Debug/net6.0/spworlds.deps.json deleted file mode 100644 index 03c5e9d..0000000 --- a/src/bin/Debug/net6.0/spworlds.deps.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v6.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v6.0": { - "spworlds/1.0.5": { - "runtime": { - "spworlds.dll": {} - } - } - } - }, - "libraries": { - "spworlds/1.0.5": { - "type": "project", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/src/bin/Debug/net6.0/spworlds.dll b/src/bin/Debug/net6.0/spworlds.dll deleted file mode 100644 index 8366724..0000000 Binary files a/src/bin/Debug/net6.0/spworlds.dll and /dev/null differ diff --git a/src/bin/Debug/net6.0/spworlds.pdb b/src/bin/Debug/net6.0/spworlds.pdb deleted file mode 100644 index a1dd7d8..0000000 Binary files a/src/bin/Debug/net6.0/spworlds.pdb and /dev/null differ diff --git a/src/bin/Debug/spworlds.1.0.1.nupkg b/src/bin/Debug/spworlds.1.0.1.nupkg deleted file mode 100644 index cd390ba..0000000 Binary files a/src/bin/Debug/spworlds.1.0.1.nupkg and /dev/null differ diff --git a/src/bin/Debug/spworlds.1.0.4.nupkg b/src/bin/Debug/spworlds.1.0.4.nupkg deleted file mode 100644 index 8f91155..0000000 Binary files a/src/bin/Debug/spworlds.1.0.4.nupkg and /dev/null differ diff --git a/src/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/src/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs deleted file mode 100644 index ed92695..0000000 --- a/src/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")] diff --git a/src/obj/Debug/net6.0/ref/spworlds.dll b/src/obj/Debug/net6.0/ref/spworlds.dll deleted file mode 100644 index 23a3bc8..0000000 Binary files a/src/obj/Debug/net6.0/ref/spworlds.dll and /dev/null differ diff --git a/src/obj/Debug/net6.0/refint/spworlds.dll b/src/obj/Debug/net6.0/refint/spworlds.dll deleted file mode 100644 index 23a3bc8..0000000 Binary files a/src/obj/Debug/net6.0/refint/spworlds.dll and /dev/null differ diff --git a/src/obj/Debug/net6.0/spworlds.AssemblyInfo.cs b/src/obj/Debug/net6.0/spworlds.AssemblyInfo.cs deleted file mode 100644 index 5af4006..0000000 --- a/src/obj/Debug/net6.0/spworlds.AssemblyInfo.cs +++ /dev/null @@ -1,25 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("Mih4n")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyDescriptionAttribute("данная библиотека предназначена для работы с сайтом spworlds. Ознакомиться с доку" + - "ментацией можно в гитхабе проекта")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.5.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.5")] -[assembly: System.Reflection.AssemblyProductAttribute("spworlds")] -[assembly: System.Reflection.AssemblyTitleAttribute("spworlds")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.5.0")] -[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/Mih4n/spworlds")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/obj/Debug/net6.0/spworlds.AssemblyInfoInputs.cache b/src/obj/Debug/net6.0/spworlds.AssemblyInfoInputs.cache deleted file mode 100644 index 14e30a0..0000000 --- a/src/obj/Debug/net6.0/spworlds.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -16a07a97f6c3ac88ffd8da0fdc03f5c5f3aadf69 diff --git a/src/obj/Debug/net6.0/spworlds.GeneratedMSBuildEditorConfig.editorconfig b/src/obj/Debug/net6.0/spworlds.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index e1b4034..0000000 --- a/src/obj/Debug/net6.0/spworlds.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,11 +0,0 @@ -is_global = true -build_property.TargetFramework = net6.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property.EnforceExtendedAnalyzerRules = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = spworlds -build_property.ProjectDir = C:\Users\losev\OneDrive\Рабочий стол\spworlds\spworlds-csharp-library\src\ diff --git a/src/obj/Debug/net6.0/spworlds.GlobalUsings.g.cs b/src/obj/Debug/net6.0/spworlds.GlobalUsings.g.cs deleted file mode 100644 index 8578f3d..0000000 --- a/src/obj/Debug/net6.0/spworlds.GlobalUsings.g.cs +++ /dev/null @@ -1,8 +0,0 @@ -// -global using global::System; -global using global::System.Collections.Generic; -global using global::System.IO; -global using global::System.Linq; -global using global::System.Net.Http; -global using global::System.Threading; -global using global::System.Threading.Tasks; diff --git a/src/obj/Debug/net6.0/spworlds.assets.cache b/src/obj/Debug/net6.0/spworlds.assets.cache deleted file mode 100644 index a54fcc7..0000000 Binary files a/src/obj/Debug/net6.0/spworlds.assets.cache and /dev/null differ diff --git a/src/obj/Debug/net6.0/spworlds.csproj.CoreCompileInputs.cache b/src/obj/Debug/net6.0/spworlds.csproj.CoreCompileInputs.cache deleted file mode 100644 index 1bc6301..0000000 --- a/src/obj/Debug/net6.0/spworlds.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -ea2a75c5749114fe276abf3a71c3ee414ecd4625 diff --git a/src/obj/Debug/net6.0/spworlds.csproj.FileListAbsolute.txt b/src/obj/Debug/net6.0/spworlds.csproj.FileListAbsolute.txt deleted file mode 100644 index 5b6476e..0000000 --- a/src/obj/Debug/net6.0/spworlds.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,11 +0,0 @@ -C:\Users\losev\OneDrive\Рабочий стол\spworlds\spworlds-csharp-library\src\obj\Debug\net6.0\spworlds.GeneratedMSBuildEditorConfig.editorconfig -C:\Users\losev\OneDrive\Рабочий стол\spworlds\spworlds-csharp-library\src\obj\Debug\net6.0\spworlds.AssemblyInfoInputs.cache -C:\Users\losev\OneDrive\Рабочий стол\spworlds\spworlds-csharp-library\src\obj\Debug\net6.0\spworlds.AssemblyInfo.cs -C:\Users\losev\OneDrive\Рабочий стол\spworlds\spworlds-csharp-library\src\obj\Debug\net6.0\spworlds.csproj.CoreCompileInputs.cache -C:\Users\losev\OneDrive\Рабочий стол\spworlds\spworlds-csharp-library\src\bin\Debug\net6.0\spworlds.deps.json -C:\Users\losev\OneDrive\Рабочий стол\spworlds\spworlds-csharp-library\src\bin\Debug\net6.0\spworlds.dll -C:\Users\losev\OneDrive\Рабочий стол\spworlds\spworlds-csharp-library\src\bin\Debug\net6.0\spworlds.pdb -C:\Users\losev\OneDrive\Рабочий стол\spworlds\spworlds-csharp-library\src\obj\Debug\net6.0\spworlds.dll -C:\Users\losev\OneDrive\Рабочий стол\spworlds\spworlds-csharp-library\src\obj\Debug\net6.0\refint\spworlds.dll -C:\Users\losev\OneDrive\Рабочий стол\spworlds\spworlds-csharp-library\src\obj\Debug\net6.0\spworlds.pdb -C:\Users\losev\OneDrive\Рабочий стол\spworlds\spworlds-csharp-library\src\obj\Debug\net6.0\ref\spworlds.dll diff --git a/src/obj/Debug/net6.0/spworlds.dll b/src/obj/Debug/net6.0/spworlds.dll deleted file mode 100644 index 8366724..0000000 Binary files a/src/obj/Debug/net6.0/spworlds.dll and /dev/null differ diff --git a/src/obj/Debug/net6.0/spworlds.pdb b/src/obj/Debug/net6.0/spworlds.pdb deleted file mode 100644 index a1dd7d8..0000000 Binary files a/src/obj/Debug/net6.0/spworlds.pdb and /dev/null differ diff --git a/src/obj/Debug/spworlds.1.0.1.nuspec b/src/obj/Debug/spworlds.1.0.1.nuspec deleted file mode 100644 index 7df4dd0..0000000 --- a/src/obj/Debug/spworlds.1.0.1.nuspec +++ /dev/null @@ -1,20 +0,0 @@ - - - - spworlds - 1.0.1 - Mih4n - MIT - https://licenses.nuget.org/MIT - README.md - данная библиотека предназначена для работы с сайтом spworlds. Ознакомиться с документацией можно в гитхабе проекта - - - - - - - - - - \ No newline at end of file diff --git a/src/obj/Debug/spworlds.1.0.4.nuspec b/src/obj/Debug/spworlds.1.0.4.nuspec deleted file mode 100644 index 6aee453..0000000 --- a/src/obj/Debug/spworlds.1.0.4.nuspec +++ /dev/null @@ -1,20 +0,0 @@ - - - - spworlds - 1.0.4 - Mih4n - MIT - https://licenses.nuget.org/MIT - README.md - данная библиотека предназначена для работы с сайтом spworlds. Ознакомиться с документацией можно в гитхабе проекта - - - - - - - - - - \ No newline at end of file diff --git a/src/obj/project.assets.json b/src/obj/project.assets.json deleted file mode 100644 index a212bba..0000000 --- a/src/obj/project.assets.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "version": 3, - "targets": { - "net6.0": {} - }, - "libraries": {}, - "projectFileDependencyGroups": { - "net6.0": [] - }, - "packageFolders": { - "C:\\Users\\losev\\.nuget\\packages\\": {}, - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {} - }, - "project": { - "version": "1.0.5", - "restore": { - "projectUniqueName": "C:\\Users\\losev\\OneDrive\\Рабочий стол\\spworlds\\spworlds-csharp-library\\src\\spworlds.csproj", - "projectName": "spworlds", - "projectPath": "C:\\Users\\losev\\OneDrive\\Рабочий стол\\spworlds\\spworlds-csharp-library\\src\\spworlds.csproj", - "packagesPath": "C:\\Users\\losev\\.nuget\\packages\\", - "outputPath": "C:\\Users\\losev\\OneDrive\\Рабочий стол\\spworlds\\spworlds-csharp-library\\src\\obj\\", - "projectStyle": "PackageReference", - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" - ], - "configFilePaths": [ - "C:\\Users\\losev\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.401\\RuntimeIdentifierGraph.json" - } - } - } -} \ No newline at end of file diff --git a/src/obj/project.nuget.cache b/src/obj/project.nuget.cache deleted file mode 100644 index 3705a13..0000000 --- a/src/obj/project.nuget.cache +++ /dev/null @@ -1,8 +0,0 @@ -{ - "version": 2, - "dgSpecHash": "zZBVQMxZCMdGRHc01NchM31b10TRL1P4OH3QOl3c2R3MDq7sEVc+lV+IQmFiNX0GtRg7hd6T8+icLF3bF/xZZA==", - "success": true, - "projectFilePath": "C:\\Users\\losev\\OneDrive\\Рабочий стол\\spworlds\\spworlds-csharp-library\\src\\spworlds.csproj", - "expectedPackageFiles": [], - "logs": [] -} \ No newline at end of file diff --git a/src/obj/spworlds.csproj.nuget.dgspec.json b/src/obj/spworlds.csproj.nuget.dgspec.json deleted file mode 100644 index 5842770..0000000 --- a/src/obj/spworlds.csproj.nuget.dgspec.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "format": 1, - "restore": { - "C:\\Users\\losev\\OneDrive\\Рабочий стол\\spworlds\\spworlds-csharp-library\\src\\spworlds.csproj": {} - }, - "projects": { - "C:\\Users\\losev\\OneDrive\\Рабочий стол\\spworlds\\spworlds-csharp-library\\src\\spworlds.csproj": { - "version": "1.0.5", - "restore": { - "projectUniqueName": "C:\\Users\\losev\\OneDrive\\Рабочий стол\\spworlds\\spworlds-csharp-library\\src\\spworlds.csproj", - "projectName": "spworlds", - "projectPath": "C:\\Users\\losev\\OneDrive\\Рабочий стол\\spworlds\\spworlds-csharp-library\\src\\spworlds.csproj", - "packagesPath": "C:\\Users\\losev\\.nuget\\packages\\", - "outputPath": "C:\\Users\\losev\\OneDrive\\Рабочий стол\\spworlds\\spworlds-csharp-library\\src\\obj\\", - "projectStyle": "PackageReference", - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" - ], - "configFilePaths": [ - "C:\\Users\\losev\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.401\\RuntimeIdentifierGraph.json" - } - } - } - } -} \ No newline at end of file diff --git a/src/obj/spworlds.csproj.nuget.g.props b/src/obj/spworlds.csproj.nuget.g.props deleted file mode 100644 index 631dc36..0000000 --- a/src/obj/spworlds.csproj.nuget.g.props +++ /dev/null @@ -1,16 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - $(UserProfile)\.nuget\packages\ - C:\Users\losev\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages - PackageReference - 6.7.0 - - - - - - \ No newline at end of file diff --git a/src/obj/spworlds.csproj.nuget.g.targets b/src/obj/spworlds.csproj.nuget.g.targets deleted file mode 100644 index 3dc06ef..0000000 --- a/src/obj/spworlds.csproj.nuget.g.targets +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file