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
|
||||
{
|
@ -1,6 +1,6 @@
|
||||
using System.IO.Abstractions;
|
||||
|
||||
namespace Trash;
|
||||
namespace Recyclarr;
|
||||
|
||||
public class LogJanitor : ILogJanitor
|
||||
{
|
@ -1,8 +1,7 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<RootNamespace>Trash</RootNamespace>
|
||||
<AssemblyName>trash</AssemblyName>
|
||||
<AssemblyName>recyclarr</AssemblyName>
|
||||
|
||||
<!-- Publish Settings -->
|
||||
<PublishSingleFile>true</PublishSingleFile>
|
@ -1,6 +1,6 @@
|
||||
using TrashLib.Radarr.Config;
|
||||
|
||||
namespace Trash;
|
||||
namespace Recyclarr;
|
||||
|
||||
public class ResourcePaths : IResourcePaths
|
||||
{
|
Loading…
Reference in new issue