Updated
This commit is contained in:
@@ -13,8 +13,8 @@
|
||||
<Copyright>EonaCat (Jeroen Saey)</Copyright>
|
||||
<PackageTags>EonaCat;Logger;EonaCatLogger;Log;Writer;Jeroen;Saey</PackageTags>
|
||||
<PackageIconUrl />
|
||||
<Version>1.6.5</Version>
|
||||
<FileVersion>1.6.5</FileVersion>
|
||||
<Version>1.6.6</Version>
|
||||
<FileVersion>1.6.6</FileVersion>
|
||||
<PackageReadmeFile>README.md</PackageReadmeFile>
|
||||
<GenerateDocumentationFile>True</GenerateDocumentationFile>
|
||||
<PackageLicenseFile>LICENSE</PackageLicenseFile>
|
||||
@@ -25,7 +25,7 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<EVRevisionFormat>1.6.5+{chash:10}.{c:ymd}</EVRevisionFormat>
|
||||
<EVRevisionFormat>1.6.6+{chash:10}.{c:ymd}</EVRevisionFormat>
|
||||
<EVDefault>true</EVDefault>
|
||||
<EVInfo>true</EVInfo>
|
||||
<EVTagMatch>v[0-9]*</EVTagMatch>
|
||||
|
||||
@@ -33,6 +33,11 @@ namespace EonaCat.Logger
|
||||
target.MaskedKeywords = source.MaskedKeywords;
|
||||
target.IncludeCorrelationId = source.IncludeCorrelationId;
|
||||
target.EnableCategoryRouting = source.EnableCategoryRouting;
|
||||
target.Category = source.Category;
|
||||
target.LogDirectory = source.LogDirectory;
|
||||
target.BatchSize = source.BatchSize;
|
||||
target.Settings = source.Settings;
|
||||
target.LoggerSettings = source.LoggerSettings;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user