diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..394706c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+.vs/
+bin/
+obj/
\ No newline at end of file
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..76c020e
--- /dev/null
+++ b/README.md
@@ -0,0 +1 @@
+Radarr API implementation in c#
\ No newline at end of file
diff --git a/RadarrClient.cs b/RadarrClient.cs
index 0283c81..389b7f3 100644
--- a/RadarrClient.cs
+++ b/RadarrClient.cs
@@ -1,9 +1,6 @@
using RadarrSharp.Services;
using RadarrSharp.Services.Implementation;
using RadarrSharp.Services.Interface;
-using System;
-using System.Collections.Generic;
-using System.Linq;
namespace RadarrSharp
{
diff --git a/bin/Debug/RadarrSharp-Siglerdev.1.0.0.nupkg b/bin/Debug/RadarrSharp-Siglerdev.1.0.0.nupkg
deleted file mode 100644
index 51f6a86..0000000
Binary files a/bin/Debug/RadarrSharp-Siglerdev.1.0.0.nupkg and /dev/null differ
diff --git a/bin/Debug/net5.0/RadarrSharp.deps.json b/bin/Debug/net5.0/RadarrSharp.deps.json
deleted file mode 100644
index 3ab7d57..0000000
--- a/bin/Debug/net5.0/RadarrSharp.deps.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "runtimeTarget": {
- "name": ".NETCoreApp,Version=v5.0",
- "signature": ""
- },
- "compilationOptions": {},
- "targets": {
- ".NETCoreApp,Version=v5.0": {
- "RadarrSharp/1.0.0": {
- "dependencies": {
- "Newtonsoft.Json": "13.0.1"
- },
- "runtime": {
- "RadarrSharp.dll": {}
- }
- },
- "Newtonsoft.Json/13.0.1": {
- "runtime": {
- "lib/netstandard2.0/Newtonsoft.Json.dll": {
- "assemblyVersion": "13.0.0.0",
- "fileVersion": "13.0.1.25517"
- }
- }
- }
- }
- },
- "libraries": {
- "RadarrSharp/1.0.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- },
- "Newtonsoft.Json/13.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==",
- "path": "newtonsoft.json/13.0.1",
- "hashPath": "newtonsoft.json.13.0.1.nupkg.sha512"
- }
- }
-}
\ No newline at end of file
diff --git a/bin/Debug/net5.0/RadarrSharp.dll b/bin/Debug/net5.0/RadarrSharp.dll
deleted file mode 100644
index c70a271..0000000
Binary files a/bin/Debug/net5.0/RadarrSharp.dll and /dev/null differ
diff --git a/bin/Debug/net5.0/RadarrSharp.pdb b/bin/Debug/net5.0/RadarrSharp.pdb
deleted file mode 100644
index c7ae094..0000000
Binary files a/bin/Debug/net5.0/RadarrSharp.pdb and /dev/null differ
diff --git a/bin/Debug/net5.0/ref/RadarrSharp.dll b/bin/Debug/net5.0/ref/RadarrSharp.dll
deleted file mode 100644
index a7040c3..0000000
Binary files a/bin/Debug/net5.0/ref/RadarrSharp.dll and /dev/null differ
diff --git a/bin/Release/RadarrSharp-Siglerdev.1.0.0.nupkg b/bin/Release/RadarrSharp-Siglerdev.1.0.0.nupkg
deleted file mode 100644
index 7c135ea..0000000
Binary files a/bin/Release/RadarrSharp-Siglerdev.1.0.0.nupkg and /dev/null differ
diff --git a/bin/Release/net5.0/RadarrSharp.deps.json b/bin/Release/net5.0/RadarrSharp.deps.json
deleted file mode 100644
index 3ab7d57..0000000
--- a/bin/Release/net5.0/RadarrSharp.deps.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "runtimeTarget": {
- "name": ".NETCoreApp,Version=v5.0",
- "signature": ""
- },
- "compilationOptions": {},
- "targets": {
- ".NETCoreApp,Version=v5.0": {
- "RadarrSharp/1.0.0": {
- "dependencies": {
- "Newtonsoft.Json": "13.0.1"
- },
- "runtime": {
- "RadarrSharp.dll": {}
- }
- },
- "Newtonsoft.Json/13.0.1": {
- "runtime": {
- "lib/netstandard2.0/Newtonsoft.Json.dll": {
- "assemblyVersion": "13.0.0.0",
- "fileVersion": "13.0.1.25517"
- }
- }
- }
- }
- },
- "libraries": {
- "RadarrSharp/1.0.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- },
- "Newtonsoft.Json/13.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==",
- "path": "newtonsoft.json/13.0.1",
- "hashPath": "newtonsoft.json.13.0.1.nupkg.sha512"
- }
- }
-}
\ No newline at end of file
diff --git a/bin/Release/net5.0/RadarrSharp.dll b/bin/Release/net5.0/RadarrSharp.dll
deleted file mode 100644
index 6dfbeba..0000000
Binary files a/bin/Release/net5.0/RadarrSharp.dll and /dev/null differ
diff --git a/bin/Release/net5.0/RadarrSharp.pdb b/bin/Release/net5.0/RadarrSharp.pdb
deleted file mode 100644
index 825d648..0000000
Binary files a/bin/Release/net5.0/RadarrSharp.pdb and /dev/null differ
diff --git a/bin/Release/net5.0/ref/RadarrSharp.dll b/bin/Release/net5.0/ref/RadarrSharp.dll
deleted file mode 100644
index c6f310c..0000000
Binary files a/bin/Release/net5.0/ref/RadarrSharp.dll and /dev/null differ
diff --git a/obj/Debug/RadarrSharp-Siglerdev.1.0.0.nuspec b/obj/Debug/RadarrSharp-Siglerdev.1.0.0.nuspec
deleted file mode 100644
index 51d8626..0000000
--- a/obj/Debug/RadarrSharp-Siglerdev.1.0.0.nuspec
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
- RadarrSharp-Siglerdev
- 1.0.0
- 97WaterPolo
- Package Description
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/obj/Debug/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs b/obj/Debug/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs
deleted file mode 100644
index 2f7e5ec..0000000
--- a/obj/Debug/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs
+++ /dev/null
@@ -1,4 +0,0 @@
-//
-using System;
-using System.Reflection;
-[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")]
diff --git a/obj/Debug/net5.0/RadarrSharp.AssemblyInfo.cs b/obj/Debug/net5.0/RadarrSharp.AssemblyInfo.cs
deleted file mode 100644
index 7fc8713..0000000
--- a/obj/Debug/net5.0/RadarrSharp.AssemblyInfo.cs
+++ /dev/null
@@ -1,23 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-// Runtime Version:4.0.30319.42000
-//
-// 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("Siglerdev")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("RadarrSharp")]
-[assembly: System.Reflection.AssemblyTitleAttribute("RadarrSharp")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/obj/Debug/net5.0/RadarrSharp.AssemblyInfoInputs.cache b/obj/Debug/net5.0/RadarrSharp.AssemblyInfoInputs.cache
deleted file mode 100644
index 92abd0e..0000000
--- a/obj/Debug/net5.0/RadarrSharp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-d5f6aa2dab4f17a8d78665c3d331816d5fc72fc9
diff --git a/obj/Debug/net5.0/RadarrSharp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net5.0/RadarrSharp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index dbf2186..0000000
--- a/obj/Debug/net5.0/RadarrSharp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,10 +0,0 @@
-is_global = true
-build_property.TargetFramework = net5.0
-build_property.TargetPlatformMinVersion =
-build_property.UsingMicrosoftNETSdkWeb =
-build_property.ProjectTypeGuids =
-build_property.PublishSingleFile =
-build_property.IncludeAllContentForSelfExtract =
-build_property._SupportedPlatformList = Android,iOS,Linux,macOS,Windows
-build_property.RootNamespace = RadarrSharp
-build_property.ProjectDir = Z:\CSharp\RadarrSharp\RadarrSharp\
diff --git a/obj/Debug/net5.0/RadarrSharp.assets.cache b/obj/Debug/net5.0/RadarrSharp.assets.cache
deleted file mode 100644
index 8a01661..0000000
Binary files a/obj/Debug/net5.0/RadarrSharp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net5.0/RadarrSharp.csproj.AssemblyReference.cache b/obj/Debug/net5.0/RadarrSharp.csproj.AssemblyReference.cache
deleted file mode 100644
index f5e894a..0000000
Binary files a/obj/Debug/net5.0/RadarrSharp.csproj.AssemblyReference.cache and /dev/null differ
diff --git a/obj/Debug/net5.0/RadarrSharp.csproj.CoreCompileInputs.cache b/obj/Debug/net5.0/RadarrSharp.csproj.CoreCompileInputs.cache
deleted file mode 100644
index 1dabd64..0000000
--- a/obj/Debug/net5.0/RadarrSharp.csproj.CoreCompileInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-d6f594b5cb74ac068d841537d7c56d0a431487d9
diff --git a/obj/Debug/net5.0/RadarrSharp.csproj.FileListAbsolute.txt b/obj/Debug/net5.0/RadarrSharp.csproj.FileListAbsolute.txt
deleted file mode 100644
index f7b9dd1..0000000
--- a/obj/Debug/net5.0/RadarrSharp.csproj.FileListAbsolute.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-Z:\CSharp\RadarrSharp\RadarrSharp\bin\Debug\net5.0\RadarrSharp.deps.json
-Z:\CSharp\RadarrSharp\RadarrSharp\bin\Debug\net5.0\RadarrSharp.dll
-Z:\CSharp\RadarrSharp\RadarrSharp\bin\Debug\net5.0\ref\RadarrSharp.dll
-Z:\CSharp\RadarrSharp\RadarrSharp\bin\Debug\net5.0\RadarrSharp.pdb
-Z:\CSharp\RadarrSharp\RadarrSharp\obj\Debug\net5.0\RadarrSharp.csproj.AssemblyReference.cache
-Z:\CSharp\RadarrSharp\RadarrSharp\obj\Debug\net5.0\RadarrSharp.GeneratedMSBuildEditorConfig.editorconfig
-Z:\CSharp\RadarrSharp\RadarrSharp\obj\Debug\net5.0\RadarrSharp.AssemblyInfoInputs.cache
-Z:\CSharp\RadarrSharp\RadarrSharp\obj\Debug\net5.0\RadarrSharp.AssemblyInfo.cs
-Z:\CSharp\RadarrSharp\RadarrSharp\obj\Debug\net5.0\RadarrSharp.csproj.CoreCompileInputs.cache
-Z:\CSharp\RadarrSharp\RadarrSharp\obj\Debug\net5.0\RadarrSharp.dll
-Z:\CSharp\RadarrSharp\RadarrSharp\obj\Debug\net5.0\ref\RadarrSharp.dll
-Z:\CSharp\RadarrSharp\RadarrSharp\obj\Debug\net5.0\RadarrSharp.pdb
diff --git a/obj/Debug/net5.0/RadarrSharp.dll b/obj/Debug/net5.0/RadarrSharp.dll
deleted file mode 100644
index c70a271..0000000
Binary files a/obj/Debug/net5.0/RadarrSharp.dll and /dev/null differ
diff --git a/obj/Debug/net5.0/RadarrSharp.pdb b/obj/Debug/net5.0/RadarrSharp.pdb
deleted file mode 100644
index c7ae094..0000000
Binary files a/obj/Debug/net5.0/RadarrSharp.pdb and /dev/null differ
diff --git a/obj/Debug/net5.0/ref/RadarrSharp.dll b/obj/Debug/net5.0/ref/RadarrSharp.dll
deleted file mode 100644
index a7040c3..0000000
Binary files a/obj/Debug/net5.0/ref/RadarrSharp.dll and /dev/null differ
diff --git a/obj/RadarrSharp.csproj.nuget.dgspec.json b/obj/RadarrSharp.csproj.nuget.dgspec.json
deleted file mode 100644
index 8439c11..0000000
--- a/obj/RadarrSharp.csproj.nuget.dgspec.json
+++ /dev/null
@@ -1,68 +0,0 @@
-{
- "format": 1,
- "restore": {
- "Z:\\CSharp\\RadarrSharp\\RadarrSharp\\RadarrSharp.csproj": {}
- },
- "projects": {
- "Z:\\CSharp\\RadarrSharp\\RadarrSharp\\RadarrSharp.csproj": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "Z:\\CSharp\\RadarrSharp\\RadarrSharp\\RadarrSharp.csproj",
- "projectName": "RadarrSharp-Siglerdev",
- "projectPath": "Z:\\CSharp\\RadarrSharp\\RadarrSharp\\RadarrSharp.csproj",
- "packagesPath": "C:\\Users\\Xander\\.nuget\\packages\\",
- "outputPath": "Z:\\CSharp\\RadarrSharp\\RadarrSharp\\obj\\",
- "projectStyle": "PackageReference",
- "configFilePaths": [
- "C:\\Users\\Xander\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
- ],
- "originalTargetFrameworks": [
- "net5.0"
- ],
- "sources": {
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "net5.0": {
- "targetAlias": "net5.0",
- "projectReferences": {}
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- }
- },
- "frameworks": {
- "net5.0": {
- "targetAlias": "net5.0",
- "dependencies": {
- "Newtonsoft.Json": {
- "target": "Package",
- "version": "[13.0.1, )"
- }
- },
- "imports": [
- "net461",
- "net462",
- "net47",
- "net471",
- "net472",
- "net48"
- ],
- "assetTargetFallback": true,
- "warn": true,
- "frameworkReferences": {
- "Microsoft.NETCore.App": {
- "privateAssets": "all"
- }
- },
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.403\\RuntimeIdentifierGraph.json"
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/obj/RadarrSharp.csproj.nuget.g.props b/obj/RadarrSharp.csproj.nuget.g.props
deleted file mode 100644
index 5cc006b..0000000
--- a/obj/RadarrSharp.csproj.nuget.g.props
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
- True
- NuGet
- $(MSBuildThisFileDirectory)project.assets.json
- $(UserProfile)\.nuget\packages\
- C:\Users\Xander\.nuget\packages\
- PackageReference
- 5.11.1
-
-
-
-
-
- $(MSBuildAllProjects);$(MSBuildThisFileFullPath)
-
-
\ No newline at end of file
diff --git a/obj/RadarrSharp.csproj.nuget.g.targets b/obj/RadarrSharp.csproj.nuget.g.targets
deleted file mode 100644
index 53cfaa1..0000000
--- a/obj/RadarrSharp.csproj.nuget.g.targets
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
- $(MSBuildAllProjects);$(MSBuildThisFileFullPath)
-
-
\ No newline at end of file
diff --git a/obj/Release/RadarrSharp-Siglerdev.1.0.0.nuspec b/obj/Release/RadarrSharp-Siglerdev.1.0.0.nuspec
deleted file mode 100644
index eb1a146..0000000
--- a/obj/Release/RadarrSharp-Siglerdev.1.0.0.nuspec
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
- RadarrSharp-Siglerdev
- 1.0.0
- 97WaterPolo
- Package Description
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/obj/Release/RadarrSharp.1.0.0.nuspec b/obj/Release/RadarrSharp.1.0.0.nuspec
deleted file mode 100644
index 1e295cb..0000000
--- a/obj/Release/RadarrSharp.1.0.0.nuspec
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
- RadarrSharp
- 1.0.0
- 97WaterPolo
- Package Description
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/obj/Release/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs b/obj/Release/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs
deleted file mode 100644
index 2f7e5ec..0000000
--- a/obj/Release/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs
+++ /dev/null
@@ -1,4 +0,0 @@
-//
-using System;
-using System.Reflection;
-[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")]
diff --git a/obj/Release/net5.0/RadarrSharp.AssemblyInfo.cs b/obj/Release/net5.0/RadarrSharp.AssemblyInfo.cs
deleted file mode 100644
index fbb5174..0000000
--- a/obj/Release/net5.0/RadarrSharp.AssemblyInfo.cs
+++ /dev/null
@@ -1,23 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-// Runtime Version:4.0.30319.42000
-//
-// 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("Siglerdev")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("RadarrSharp")]
-[assembly: System.Reflection.AssemblyTitleAttribute("RadarrSharp")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/obj/Release/net5.0/RadarrSharp.AssemblyInfoInputs.cache b/obj/Release/net5.0/RadarrSharp.AssemblyInfoInputs.cache
deleted file mode 100644
index 426e46a..0000000
--- a/obj/Release/net5.0/RadarrSharp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-464c84a6aae1bbd5328ef7da6e54c89c7c8c257f
diff --git a/obj/Release/net5.0/RadarrSharp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Release/net5.0/RadarrSharp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index dbf2186..0000000
--- a/obj/Release/net5.0/RadarrSharp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,10 +0,0 @@
-is_global = true
-build_property.TargetFramework = net5.0
-build_property.TargetPlatformMinVersion =
-build_property.UsingMicrosoftNETSdkWeb =
-build_property.ProjectTypeGuids =
-build_property.PublishSingleFile =
-build_property.IncludeAllContentForSelfExtract =
-build_property._SupportedPlatformList = Android,iOS,Linux,macOS,Windows
-build_property.RootNamespace = RadarrSharp
-build_property.ProjectDir = Z:\CSharp\RadarrSharp\RadarrSharp\
diff --git a/obj/Release/net5.0/RadarrSharp.assets.cache b/obj/Release/net5.0/RadarrSharp.assets.cache
deleted file mode 100644
index edd8bfa..0000000
Binary files a/obj/Release/net5.0/RadarrSharp.assets.cache and /dev/null differ
diff --git a/obj/Release/net5.0/RadarrSharp.csproj.AssemblyReference.cache b/obj/Release/net5.0/RadarrSharp.csproj.AssemblyReference.cache
deleted file mode 100644
index f5e894a..0000000
Binary files a/obj/Release/net5.0/RadarrSharp.csproj.AssemblyReference.cache and /dev/null differ
diff --git a/obj/Release/net5.0/RadarrSharp.csproj.CoreCompileInputs.cache b/obj/Release/net5.0/RadarrSharp.csproj.CoreCompileInputs.cache
deleted file mode 100644
index 667d147..0000000
--- a/obj/Release/net5.0/RadarrSharp.csproj.CoreCompileInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-205e01e2ed67e12eb1b4d4a6163c1c7e95a1c250
diff --git a/obj/Release/net5.0/RadarrSharp.csproj.FileListAbsolute.txt b/obj/Release/net5.0/RadarrSharp.csproj.FileListAbsolute.txt
deleted file mode 100644
index 0b7fd03..0000000
--- a/obj/Release/net5.0/RadarrSharp.csproj.FileListAbsolute.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-Z:\CSharp\RadarrSharp\RadarrSharp\bin\Release\net5.0\RadarrSharp.deps.json
-Z:\CSharp\RadarrSharp\RadarrSharp\bin\Release\net5.0\RadarrSharp.dll
-Z:\CSharp\RadarrSharp\RadarrSharp\bin\Release\net5.0\ref\RadarrSharp.dll
-Z:\CSharp\RadarrSharp\RadarrSharp\bin\Release\net5.0\RadarrSharp.pdb
-Z:\CSharp\RadarrSharp\RadarrSharp\obj\Release\net5.0\RadarrSharp.csproj.AssemblyReference.cache
-Z:\CSharp\RadarrSharp\RadarrSharp\obj\Release\net5.0\RadarrSharp.GeneratedMSBuildEditorConfig.editorconfig
-Z:\CSharp\RadarrSharp\RadarrSharp\obj\Release\net5.0\RadarrSharp.AssemblyInfoInputs.cache
-Z:\CSharp\RadarrSharp\RadarrSharp\obj\Release\net5.0\RadarrSharp.AssemblyInfo.cs
-Z:\CSharp\RadarrSharp\RadarrSharp\obj\Release\net5.0\RadarrSharp.csproj.CoreCompileInputs.cache
-Z:\CSharp\RadarrSharp\RadarrSharp\obj\Release\net5.0\RadarrSharp.dll
-Z:\CSharp\RadarrSharp\RadarrSharp\obj\Release\net5.0\ref\RadarrSharp.dll
-Z:\CSharp\RadarrSharp\RadarrSharp\obj\Release\net5.0\RadarrSharp.pdb
diff --git a/obj/Release/net5.0/RadarrSharp.dll b/obj/Release/net5.0/RadarrSharp.dll
deleted file mode 100644
index 6dfbeba..0000000
Binary files a/obj/Release/net5.0/RadarrSharp.dll and /dev/null differ
diff --git a/obj/Release/net5.0/RadarrSharp.pdb b/obj/Release/net5.0/RadarrSharp.pdb
deleted file mode 100644
index 825d648..0000000
Binary files a/obj/Release/net5.0/RadarrSharp.pdb and /dev/null differ
diff --git a/obj/Release/net5.0/ref/RadarrSharp.dll b/obj/Release/net5.0/ref/RadarrSharp.dll
deleted file mode 100644
index c6f310c..0000000
Binary files a/obj/Release/net5.0/ref/RadarrSharp.dll and /dev/null differ
diff --git a/obj/project.assets.json b/obj/project.assets.json
deleted file mode 100644
index 30493bf..0000000
--- a/obj/project.assets.json
+++ /dev/null
@@ -1,113 +0,0 @@
-{
- "version": 3,
- "targets": {
- "net5.0": {
- "Newtonsoft.Json/13.0.1": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Newtonsoft.Json.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/Newtonsoft.Json.dll": {}
- }
- }
- }
- },
- "libraries": {
- "Newtonsoft.Json/13.0.1": {
- "sha512": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==",
- "type": "package",
- "path": "newtonsoft.json/13.0.1",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "LICENSE.md",
- "lib/net20/Newtonsoft.Json.dll",
- "lib/net20/Newtonsoft.Json.xml",
- "lib/net35/Newtonsoft.Json.dll",
- "lib/net35/Newtonsoft.Json.xml",
- "lib/net40/Newtonsoft.Json.dll",
- "lib/net40/Newtonsoft.Json.xml",
- "lib/net45/Newtonsoft.Json.dll",
- "lib/net45/Newtonsoft.Json.xml",
- "lib/netstandard1.0/Newtonsoft.Json.dll",
- "lib/netstandard1.0/Newtonsoft.Json.xml",
- "lib/netstandard1.3/Newtonsoft.Json.dll",
- "lib/netstandard1.3/Newtonsoft.Json.xml",
- "lib/netstandard2.0/Newtonsoft.Json.dll",
- "lib/netstandard2.0/Newtonsoft.Json.xml",
- "newtonsoft.json.13.0.1.nupkg.sha512",
- "newtonsoft.json.nuspec",
- "packageIcon.png"
- ]
- }
- },
- "projectFileDependencyGroups": {
- "net5.0": [
- "Newtonsoft.Json >= 13.0.1"
- ]
- },
- "packageFolders": {
- "C:\\Users\\Xander\\.nuget\\packages\\": {}
- },
- "project": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "Z:\\CSharp\\RadarrSharp\\RadarrSharp\\RadarrSharp.csproj",
- "projectName": "RadarrSharp-Siglerdev",
- "projectPath": "Z:\\CSharp\\RadarrSharp\\RadarrSharp\\RadarrSharp.csproj",
- "packagesPath": "C:\\Users\\Xander\\.nuget\\packages\\",
- "outputPath": "Z:\\CSharp\\RadarrSharp\\RadarrSharp\\obj\\",
- "projectStyle": "PackageReference",
- "configFilePaths": [
- "C:\\Users\\Xander\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
- ],
- "originalTargetFrameworks": [
- "net5.0"
- ],
- "sources": {
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "net5.0": {
- "targetAlias": "net5.0",
- "projectReferences": {}
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- }
- },
- "frameworks": {
- "net5.0": {
- "targetAlias": "net5.0",
- "dependencies": {
- "Newtonsoft.Json": {
- "target": "Package",
- "version": "[13.0.1, )"
- }
- },
- "imports": [
- "net461",
- "net462",
- "net47",
- "net471",
- "net472",
- "net48"
- ],
- "assetTargetFallback": true,
- "warn": true,
- "frameworkReferences": {
- "Microsoft.NETCore.App": {
- "privateAssets": "all"
- }
- },
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.403\\RuntimeIdentifierGraph.json"
- }
- }
- }
-}
\ No newline at end of file
diff --git a/obj/project.nuget.cache b/obj/project.nuget.cache
deleted file mode 100644
index 2670a0b..0000000
--- a/obj/project.nuget.cache
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "version": 2,
- "dgSpecHash": "YbrFp2X1Wmd/hlLtdJsReBm5L1pS6IiG6dweuKu1QGdzTDTeQf+t5at0r5oe8/BqW3MLycLVOCeHFgb+67c7ig==",
- "success": true,
- "projectFilePath": "Z:\\CSharp\\RadarrSharp\\RadarrSharp\\RadarrSharp.csproj",
- "expectedPackageFiles": [
- "C:\\Users\\Xander\\.nuget\\packages\\newtonsoft.json\\13.0.1\\newtonsoft.json.13.0.1.nupkg.sha512"
- ],
- "logs": []
-}
\ No newline at end of file