parent
2424d28015
commit
0c11462af7
@ -1,8 +0,0 @@
|
|||||||
# Default ignored files
|
|
||||||
/shelf/
|
|
||||||
/workspace.xml
|
|
||||||
# Rider ignored files
|
|
||||||
/modules.xml
|
|
||||||
/projectSettingsUpdater.xml
|
|
||||||
/.idea.TrashUpdater.iml
|
|
||||||
/contentModel.xml
|
|
@ -1 +0,0 @@
|
|||||||
TrashUpdater
|
|
@ -1,6 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="Encoding" defaultCharsetForPropertiesFiles="UTF-8">
|
|
||||||
<file url="PROJECT" charset="UTF-8" />
|
|
||||||
</component>
|
|
||||||
</project>
|
|
@ -1,8 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="UserContentModel">
|
|
||||||
<attachedFolders />
|
|
||||||
<explicitIncludes />
|
|
||||||
<explicitExcludes />
|
|
||||||
</component>
|
|
||||||
</project>
|
|
@ -1,6 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="VcsDirectoryMappings">
|
|
||||||
<mapping directory="$PROJECT_DIR$/.." vcs="Git" />
|
|
||||||
</component>
|
|
||||||
</project>
|
|
@ -1,4 +1,4 @@
|
|||||||
namespace Trash;
|
namespace Recyclarr;
|
||||||
|
|
||||||
public interface ILogJanitor
|
public interface ILogJanitor
|
||||||
{
|
{
|
@ -1,6 +1,6 @@
|
|||||||
using System.IO.Abstractions;
|
using System.IO.Abstractions;
|
||||||
|
|
||||||
namespace Trash;
|
namespace Recyclarr;
|
||||||
|
|
||||||
public class LogJanitor : ILogJanitor
|
public class LogJanitor : ILogJanitor
|
||||||
{
|
{
|
@ -1,8 +1,7 @@
|
|||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
<RootNamespace>Trash</RootNamespace>
|
<AssemblyName>recyclarr</AssemblyName>
|
||||||
<AssemblyName>trash</AssemblyName>
|
|
||||||
|
|
||||||
<!-- Publish Settings -->
|
<!-- Publish Settings -->
|
||||||
<PublishSingleFile>true</PublishSingleFile>
|
<PublishSingleFile>true</PublishSingleFile>
|
@ -1,6 +1,6 @@
|
|||||||
using TrashLib.Radarr.Config;
|
using TrashLib.Radarr.Config;
|
||||||
|
|
||||||
namespace Trash;
|
namespace Recyclarr;
|
||||||
|
|
||||||
public class ResourcePaths : IResourcePaths
|
public class ResourcePaths : IResourcePaths
|
||||||
{
|
{
|
Loading…
Reference in new issue