This commit is contained in:
2025-10-11 15:11:34 -06:00
parent ca9056613f
commit 321b928bd8
22 changed files with 103 additions and 90 deletions

View File

@@ -47,8 +47,8 @@
<Reference Include="Serilog.Sinks.Console, Version=4.1.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
<HintPath>..\packages\Serilog.Sinks.Console.4.1.0\lib\net45\Serilog.Sinks.Console.dll</HintPath>
</Reference>
<Reference Include="Serilog.Sinks.LogEmAll, Version=0.0.6.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Serilog.Sinks.LogEmAll.0.0.7\lib\net461\Serilog.Sinks.LogEmAll.dll</HintPath>
<Reference Include="Serilog.Sinks.LogEmAll, Version=0.0.8.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Serilog.Sinks.LogEmAll.0.0.8\lib\net461\Serilog.Sinks.LogEmAll.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />

View File

@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.5.8")]
[assembly: AssemblyFileVersion("1.5.8")]
[assembly: AssemblyVersion("1.5.9")]
[assembly: AssemblyFileVersion("1.5.9")]

View File

@@ -1,4 +1,4 @@
#!/bin/bash
# Main
mono "../DownloadEmAll-CLI.exe" -donations
mono "../DeheadEmAll-CLI.exe" -donations

View File

@@ -1,7 +1,7 @@
@echo off
rem */ Main /*
"..\DownloadEmAll-CLI.exe" -donations
"..\DeheadEmAll-CLI.exe" -donations
rem */ Pause /*
@pause

View File

@@ -2,5 +2,5 @@
<packages>
<package id="Serilog" version="2.12.0" targetFramework="net48" />
<package id="Serilog.Sinks.Console" version="4.1.0" targetFramework="net48" />
<package id="Serilog.Sinks.LogEmAll" version="0.0.7" targetFramework="net48" />
<package id="Serilog.Sinks.LogEmAll" version="0.0.8" targetFramework="net48" />
</packages>