Removed obj and bin files. Added gitignore and readme

Xander Sigler 3 years ago
parent 4d5748b526
commit 0612d77ed4

3
.gitignore vendored

@ -0,0 +1,3 @@
.vs/
bin/
obj/

@ -0,0 +1 @@
Radarr API implementation in c#

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

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

Binary file not shown.

Binary file not shown.

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

@ -1,17 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>RadarrSharp-Siglerdev</id>
<version>1.0.0</version>
<authors>97WaterPolo</authors>
<description>Package Description</description>
<dependencies>
<group targetFramework="net5.0">
<dependency id="Newtonsoft.Json" version="13.0.1" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
<files>
<file src="Z:\CSharp\RadarrSharp\RadarrSharp\bin\Debug\net5.0\RadarrSharp.dll" target="lib\net5.0\RadarrSharp.dll" />
</files>
</package>

@ -1,4 +0,0 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")]

@ -1,23 +0,0 @@
//------------------------------------------------------------------------------
// <auto-generated>
// 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.
// </auto-generated>
//------------------------------------------------------------------------------
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.

@ -1 +0,0 @@
d5f6aa2dab4f17a8d78665c3d331816d5fc72fc9

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

@ -1 +0,0 @@
d6f594b5cb74ac068d841537d7c56d0a431487d9

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

Binary file not shown.

Binary file not shown.

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

@ -1,18 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Xander\.nuget\packages\</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.11.1</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="C:\Users\Xander\.nuget\packages\" />
</ItemGroup>
<PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
</PropertyGroup>
</Project>

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
</PropertyGroup>
</Project>

@ -1,17 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>RadarrSharp-Siglerdev</id>
<version>1.0.0</version>
<authors>97WaterPolo</authors>
<description>Package Description</description>
<dependencies>
<group targetFramework="net5.0">
<dependency id="Newtonsoft.Json" version="13.0.1" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
<files>
<file src="Z:\CSharp\RadarrSharp\RadarrSharp\bin\Release\net5.0\RadarrSharp.dll" target="lib\net5.0\RadarrSharp.dll" />
</files>
</package>

@ -1,15 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>RadarrSharp</id>
<version>1.0.0</version>
<authors>97WaterPolo</authors>
<description>Package Description</description>
<dependencies>
<group targetFramework="net5.0" />
</dependencies>
</metadata>
<files>
<file src="Z:\CSharp\RadarrSharp\RadarrSharp\bin\Release\net5.0\RadarrSharp.dll" target="lib\net5.0\RadarrSharp.dll" />
</files>
</package>

@ -1,4 +0,0 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")]

@ -1,23 +0,0 @@
//------------------------------------------------------------------------------
// <auto-generated>
// 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.
// </auto-generated>
//------------------------------------------------------------------------------
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.

@ -1 +0,0 @@
464c84a6aae1bbd5328ef7da6e54c89c7c8c257f

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

@ -1 +0,0 @@
205e01e2ed67e12eb1b4d4a6163c1c7e95a1c250

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

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

@ -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": []
}
Loading…
Cancel
Save