Skip to content

Commit

Permalink
Some updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Webreaper committed Sep 23, 2022
1 parent e3109d7 commit 0ac6cf8
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
Binary file added .DS_Store
Binary file not shown.
Empty file modified README.md
100755 → 100644
Empty file.
Empty file modified Settings.json
100755 → 100644
Empty file.
Empty file modified SonarrAutoImport.sln
100755 → 100644
Empty file.
Binary file modified SonarrAutoImport/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion SonarrAutoImport/LogHandler.cs
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public static Logger InitLogs()
fileSizeLimitBytes: 104857600)
.CreateLogger();

logger.Information("=== QbtCleanup Log Started ===");
logger.Information("=== Sonarr Auto Import Log Started ===");
logger.Information("LogLevel: {0}", logLevel.MinimumLevel);

return logger;
Expand Down
2 changes: 1 addition & 1 deletion publish.sh
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dotnet publish -r ubuntu.18.04-x64 -c Release /p:PublishSingleFile=true /p:PublishTrimmed=false /p:Version=1.5.0
dotnet publish -r win7-x64 -c Release /p:PublishSingleFile=true /p:PublishTrimmed=false /p:Version=1.5.0
dotnet publish -r osx-x64 -c Release /p:PublishSingleFile=true /p:PublishTrimmed=false /p:Version=1.5.0
dotnet publish -r linux-x64 -c Release /p:PublishSingleFile=true /p:PublishTrimmed=false /p:Version=1.5.0

0 comments on commit 0ac6cf8

Please sign in to comment.