v0.0.5
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
Version 0.0.5 - 2025-11-26
|
||||||
|
|
||||||
|
* Update some NuGet packages
|
||||||
|
* Minor changes
|
||||||
|
|
||||||
Version 0.0.4 - 2025-11-26
|
Version 0.0.4 - 2025-11-26
|
||||||
|
|
||||||
* Update nuspec
|
* Update nuspec
|
||||||
|
|||||||
@@ -44,8 +44,8 @@
|
|||||||
<Reference Include="Serilog.Sinks.Console, Version=4.1.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
|
<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>
|
<HintPath>..\packages\Serilog.Sinks.Console.4.1.0\lib\net45\Serilog.Sinks.Console.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Serilog.Sinks.LogEmAll, Version=0.0.6.0, Culture=neutral, processorArchitecture=MSIL">
|
<Reference Include="Serilog.Sinks.LogEmAll, Version=0.0.8.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\Serilog.Sinks.LogEmAll.0.0.7\lib\net461\Serilog.Sinks.LogEmAll.dll</HintPath>
|
<HintPath>..\packages\Serilog.Sinks.LogEmAll.0.0.8\lib\net461\Serilog.Sinks.LogEmAll.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="System" />
|
<Reference Include="System" />
|
||||||
<Reference Include="System.Core" />
|
<Reference Include="System.Core" />
|
||||||
|
|||||||
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
|||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("0.0.4")]
|
[assembly: AssemblyVersion("0.0.5")]
|
||||||
[assembly: AssemblyFileVersion("0.0.4")]
|
[assembly: AssemblyFileVersion("0.0.5")]
|
||||||
|
|||||||
@@ -2,5 +2,5 @@
|
|||||||
<packages>
|
<packages>
|
||||||
<package id="Serilog" version="2.12.0" targetFramework="net48" />
|
<package id="Serilog" version="2.12.0" targetFramework="net48" />
|
||||||
<package id="Serilog.Sinks.Console" version="4.1.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>
|
</packages>
|
||||||
@@ -43,8 +43,8 @@
|
|||||||
<Reference Include="Serilog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
|
<Reference Include="Serilog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\Serilog.2.12.0\lib\net47\Serilog.dll</HintPath>
|
<HintPath>..\packages\Serilog.2.12.0\lib\net47\Serilog.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Serilog.Sinks.LogEmAll, Version=0.0.6.0, Culture=neutral, processorArchitecture=MSIL">
|
<Reference Include="Serilog.Sinks.LogEmAll, Version=0.0.8.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\Serilog.Sinks.LogEmAll.0.0.7\lib\net461\Serilog.Sinks.LogEmAll.dll</HintPath>
|
<HintPath>..\packages\Serilog.Sinks.LogEmAll.0.0.8\lib\net461\Serilog.Sinks.LogEmAll.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="System" />
|
<Reference Include="System" />
|
||||||
<Reference Include="System.Core" />
|
<Reference Include="System.Core" />
|
||||||
|
|||||||
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
|||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("0.0.4")]
|
[assembly: AssemblyVersion("0.0.5")]
|
||||||
[assembly: AssemblyFileVersion("0.0.4")]
|
[assembly: AssemblyFileVersion("0.0.5")]
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<packages>
|
<packages>
|
||||||
<package id="Serilog" version="2.12.0" targetFramework="net48" />
|
<package id="Serilog" version="2.12.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>
|
</packages>
|
||||||
@@ -704,7 +704,7 @@
|
|||||||
{
|
{
|
||||||
"AssemblyRegister" = "3:1"
|
"AssemblyRegister" = "3:1"
|
||||||
"AssemblyIsInGAC" = "11:FALSE"
|
"AssemblyIsInGAC" = "11:FALSE"
|
||||||
"AssemblyAsmDisplayName" = "8:DatEmAll, Version=0.0.3.0, Culture=neutral, processorArchitecture=MSIL"
|
"AssemblyAsmDisplayName" = "8:DatEmAll, Version=0.0.4.0, Culture=neutral, processorArchitecture=MSIL"
|
||||||
"ScatterAssemblies"
|
"ScatterAssemblies"
|
||||||
{
|
{
|
||||||
"_862BC1A01A0DFE666CF0BDDB3FB6C316"
|
"_862BC1A01A0DFE666CF0BDDB3FB6C316"
|
||||||
@@ -969,11 +969,6 @@
|
|||||||
"AssemblyAsmDisplayName" = "8:Serilog.Sinks.LogEmAll, Version=0.0.6.0, Culture=neutral, processorArchitecture=MSIL"
|
"AssemblyAsmDisplayName" = "8:Serilog.Sinks.LogEmAll, Version=0.0.6.0, Culture=neutral, processorArchitecture=MSIL"
|
||||||
"ScatterAssemblies"
|
"ScatterAssemblies"
|
||||||
{
|
{
|
||||||
"_F7E2C539F320C197877C5D7DCDFB0121"
|
|
||||||
{
|
|
||||||
"Name" = "8:Serilog.Sinks.LogEmAll.dll"
|
|
||||||
"Attributes" = "3:512"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
"SourcePath" = "8:Serilog.Sinks.LogEmAll.dll"
|
"SourcePath" = "8:Serilog.Sinks.LogEmAll.dll"
|
||||||
"TargetName" = "8:"
|
"TargetName" = "8:"
|
||||||
@@ -1137,15 +1132,15 @@
|
|||||||
{
|
{
|
||||||
"Name" = "8:Microsoft Visual Studio"
|
"Name" = "8:Microsoft Visual Studio"
|
||||||
"ProductName" = "8:DatEmAll"
|
"ProductName" = "8:DatEmAll"
|
||||||
"ProductCode" = "8:{94BBCB8D-BA38-4663-963D-8199BC3E8463}"
|
"ProductCode" = "8:{486242D0-F682-4998-9A1A-B6F034CBB076}"
|
||||||
"PackageCode" = "8:{0D673E27-28FE-4326-845C-13F250A1B68D}"
|
"PackageCode" = "8:{425ED666-E1A0-4994-8482-5CDB0512CCFA}"
|
||||||
"UpgradeCode" = "8:{D6625DD2-B677-4B12-9943-9B5CB2E2C6B8}"
|
"UpgradeCode" = "8:{D6625DD2-B677-4B12-9943-9B5CB2E2C6B8}"
|
||||||
"AspNetVersion" = "8:"
|
"AspNetVersion" = "8:"
|
||||||
"RestartWWWService" = "11:FALSE"
|
"RestartWWWService" = "11:FALSE"
|
||||||
"RemovePreviousVersions" = "11:FALSE"
|
"RemovePreviousVersions" = "11:FALSE"
|
||||||
"DetectNewerInstalledVersion" = "11:TRUE"
|
"DetectNewerInstalledVersion" = "11:TRUE"
|
||||||
"InstallAllUsers" = "11:FALSE"
|
"InstallAllUsers" = "11:FALSE"
|
||||||
"ProductVersion" = "8:0.0.4"
|
"ProductVersion" = "8:0.0.5"
|
||||||
"Manufacturer" = "8:DatEmAll"
|
"Manufacturer" = "8:DatEmAll"
|
||||||
"ARPHELPTELEPHONE" = "8:"
|
"ARPHELPTELEPHONE" = "8:"
|
||||||
"ARPHELPLINK" = "8:"
|
"ARPHELPLINK" = "8:"
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<ReleaseName>DatEmAll</ReleaseName>
|
<ReleaseName>DatEmAll</ReleaseName>
|
||||||
<ReleaseVersion>0.0.4</ReleaseVersion>
|
<ReleaseVersion>0.0.5</ReleaseVersion>
|
||||||
<ReleasePortableName>DatEmAll-Portable</ReleasePortableName>
|
<ReleasePortableName>DatEmAll-Portable</ReleasePortableName>
|
||||||
<ReleaseInstallerName>DatEmAll-Installer</ReleaseInstallerName>
|
<ReleaseInstallerName>DatEmAll-Installer</ReleaseInstallerName>
|
||||||
<ReleasePackageName>DatEmAll-Package</ReleasePackageName>
|
<ReleasePackageName>DatEmAll-Package</ReleasePackageName>
|
||||||
|
|||||||
@@ -107,7 +107,7 @@ namespace DatEmAll
|
|||||||
private readonly string _libVersion = FileVersionInfo.GetVersionInfo(Assembly.GetExecutingAssembly().Location).ProductVersion;
|
private readonly string _libVersion = FileVersionInfo.GetVersionInfo(Assembly.GetExecutingAssembly().Location).ProductVersion;
|
||||||
private readonly string _libCopyright = FileVersionInfo.GetVersionInfo(Assembly.GetExecutingAssembly().Location).LegalCopyright;
|
private readonly string _libCopyright = FileVersionInfo.GetVersionInfo(Assembly.GetExecutingAssembly().Location).LegalCopyright;
|
||||||
private bool _appIsRegistered = false;
|
private bool _appIsRegistered = false;
|
||||||
private string _currentAppVersion = "0.0.4";
|
private string _currentAppVersion = "0.0.5";
|
||||||
private string _commandSwitch = "-builddat";
|
private string _commandSwitch = "-builddat";
|
||||||
private string _dateTimeFormatted = DateTime.Now.ToString("yyyyMMdd_HHmmss");
|
private string _dateTimeFormatted = DateTime.Now.ToString("yyyyMMdd_HHmmss");
|
||||||
private ListStringLog _logLines = new ListStringLog();
|
private ListStringLog _logLines = new ListStringLog();
|
||||||
|
|||||||
@@ -50,8 +50,8 @@
|
|||||||
<Reference Include="Serilog.Sinks.Console, Version=4.1.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
|
<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>
|
<HintPath>..\packages\Serilog.Sinks.Console.4.1.0\lib\net45\Serilog.Sinks.Console.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Serilog.Sinks.LogEmAll, Version=0.0.6.0, Culture=neutral, processorArchitecture=MSIL">
|
<Reference Include="Serilog.Sinks.LogEmAll, Version=0.0.8.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\Serilog.Sinks.LogEmAll.0.0.7\lib\net461\Serilog.Sinks.LogEmAll.dll</HintPath>
|
<HintPath>..\packages\Serilog.Sinks.LogEmAll.0.0.8\lib\net461\Serilog.Sinks.LogEmAll.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="System" />
|
<Reference Include="System" />
|
||||||
<Reference Include="System.Core" />
|
<Reference Include="System.Core" />
|
||||||
|
|||||||
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
|||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("0.0.4")]
|
[assembly: AssemblyVersion("0.0.5")]
|
||||||
[assembly: AssemblyFileVersion("0.0.4")]
|
[assembly: AssemblyFileVersion("0.0.5")]
|
||||||
|
|||||||
@@ -2,5 +2,5 @@
|
|||||||
<packages>
|
<packages>
|
||||||
<package id="Serilog" version="2.12.0" targetFramework="net48" />
|
<package id="Serilog" version="2.12.0" targetFramework="net48" />
|
||||||
<package id="Serilog.Sinks.Console" version="4.1.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>
|
</packages>
|
||||||
Reference in New Issue
Block a user