Skip to content

Commit 1c06c43

Browse files
committed
NuGet v1.1.0, fixes and enhancements
1 parent ea2a31a commit 1c06c43

166 files changed

Lines changed: 2328 additions & 440 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.vs/SyslogLogging/v15/.suo

-17 KB
Binary file not shown.
1.48 MB
Binary file not shown.
0 Bytes
Binary file not shown.
1.63 MB
Binary file not shown.

LoggingModule/LoggingModule.cs

Lines changed: 305 additions & 130 deletions
Large diffs are not rendered by default.

LoggingModule/LoggingModule.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;net452</TargetFrameworks>
55
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
6-
<Version>1.0.12</Version>
6+
<Version>1.1.0</Version>
77
<Authors>Joel Christner</Authors>
88
<PackageId>SyslogLogging</PackageId>
99
<Product>SyslogLogging</Product>
1010
<Description>Simple C# class library for logging to syslog and to the console</Description>
1111
<Copyright>(c)2019 Joel Christner</Copyright>
12-
<PackageTags>syslog logging console</PackageTags>
12+
<PackageTags>syslog logging console log logger udp event</PackageTags>
1313
<PackageProjectUrl>https://github.com/jchristn/LoggingModule</PackageProjectUrl>
1414
<RepositoryUrl>https://github.com/jchristn/LoggingModule</RepositoryUrl>
1515
<RepositoryType>Github</RepositoryType>
1616
<PackageLicenseUrl>https://github.com/jchristn/LoggingModule/blob/master/LICENSE.TXT</PackageLicenseUrl>
17-
<PackageReleaseNotes>Fixed blocking issue on console send</PackageReleaseNotes>
17+
<PackageReleaseNotes>Significant simplification of both constructors and methods.</PackageReleaseNotes>
1818
<PackageIconUrl>https://raw.githubusercontent.com/jchristn/loggingmodule/master/assets/logo.ico</PackageIconUrl>
1919
</PropertyGroup>
2020

12.2 KB
Binary file not shown.
512 Bytes
Binary file not shown.
752 Bytes
Binary file not shown.

LoggingModule/bin/Debug/netstandard2.0/LoggingModule.deps.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"targets": {
88
".NETStandard,Version=v2.0": {},
99
".NETStandard,Version=v2.0/": {
10-
"LoggingModule/1.0.12": {
10+
"LoggingModule/1.1.0": {
1111
"dependencies": {
1212
"NETStandard.Library": "2.0.3"
1313
},
@@ -24,7 +24,7 @@
2424
}
2525
},
2626
"libraries": {
27-
"LoggingModule/1.0.12": {
27+
"LoggingModule/1.1.0": {
2828
"type": "project",
2929
"serviceable": false,
3030
"sha512": ""

0 commit comments

Comments
 (0)