-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NuGet v1.1.0, fixes and enhancements
- Loading branch information
Showing
166 changed files
with
2,328 additions
and
440 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file modified
BIN
+620 Bytes
(130%)
LoggingModule/bin/Release/netstandard2.0/LoggingModule.pdb
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd"> | ||
<metadata> | ||
<id>SyslogLogging</id> | ||
<version>1.1.0</version> | ||
<authors>Joel Christner</authors> | ||
<owners>Joel Christner</owners> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<licenseUrl>https://github.com/jchristn/LoggingModule/blob/master/LICENSE.TXT</licenseUrl> | ||
<projectUrl>https://github.com/jchristn/LoggingModule</projectUrl> | ||
<iconUrl>https://raw.githubusercontent.com/jchristn/loggingmodule/master/assets/logo.ico</iconUrl> | ||
<description>Simple C# class library for logging to syslog and to the console</description> | ||
<releaseNotes>Significant simplification of both constructors and methods.</releaseNotes> | ||
<copyright>(c)2019 Joel Christner</copyright> | ||
<tags>syslog logging console</tags> | ||
<repository type="Github" url="https://github.com/jchristn/LoggingModule" /> | ||
<dependencies> | ||
<group targetFramework=".NETFramework4.5.2" /> | ||
<group targetFramework=".NETStandard2.0" /> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="C:\Code\Misc\SyslogLogging\LoggingModule\bin\Debug\net452\LoggingModule.dll" target="lib\net452\LoggingModule.dll" /> | ||
<file src="C:\Code\Misc\SyslogLogging\LoggingModule\bin\Debug\netstandard2.0\LoggingModule.dll" target="lib\netstandard2.0\LoggingModule.dll" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
LoggingModule/obj/Debug/net452/LoggingModule.AssemblyInfoInputs.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
df2cec30eebbc3e89ad52af61e62b4a5005f3bbf | ||
ec16aa033b148e2a4aa8c917069849ab3488f285 |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
LoggingModule/obj/Debug/netstandard2.0/LoggingModule.AssemblyInfoInputs.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
df2cec30eebbc3e89ad52af61e62b4a5005f3bbf | ||
ec16aa033b148e2a4aa8c917069849ab3488f285 |
Binary file modified
BIN
+0 Bytes
(100%)
LoggingModule/obj/Debug/netstandard2.0/LoggingModule.assets.cache
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": 1, | ||
"dgSpecHash": "4kG2vRy0PedB2FtziSiw5fggvAb9dovR4AAWTchI+ioQz4vg4VtQ2UC1ytukyv0JFjL2+ltyCikSdip8DwN5uQ==", | ||
"dgSpecHash": "no6vbWDOU5EXc3c1NUJK11+w507EHw8yIVN5i9+/6lCXYqXIzrO1nbfawsuKO0WjU4q8jXU6iLXLHHyxfxAaRQ==", | ||
"success": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd"> | ||
<metadata> | ||
<id>SyslogLogging</id> | ||
<version>1.1.0</version> | ||
<authors>Joel Christner</authors> | ||
<owners>Joel Christner</owners> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<licenseUrl>https://github.com/jchristn/LoggingModule/blob/master/LICENSE.TXT</licenseUrl> | ||
<projectUrl>https://github.com/jchristn/LoggingModule</projectUrl> | ||
<iconUrl>https://raw.githubusercontent.com/jchristn/loggingmodule/master/assets/logo.ico</iconUrl> | ||
<description>Simple C# class library for logging to syslog and to the console</description> | ||
<releaseNotes>Significant simplification of both constructors and methods.</releaseNotes> | ||
<copyright>(c)2019 Joel Christner</copyright> | ||
<tags>syslog logging console log logger udp event</tags> | ||
<repository type="Github" url="https://github.com/jchristn/LoggingModule" /> | ||
<dependencies> | ||
<group targetFramework=".NETFramework4.5.2" /> | ||
<group targetFramework=".NETStandard2.0" /> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="C:\Code\Misc\SyslogLogging\LoggingModule\bin\Release\net452\LoggingModule.dll" target="lib\net452\LoggingModule.dll" /> | ||
<file src="C:\Code\Misc\SyslogLogging\LoggingModule\bin\Release\netstandard2.0\LoggingModule.dll" target="lib\netstandard2.0\LoggingModule.dll" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
LoggingModule/obj/Release/net452/LoggingModule.AssemblyInfoInputs.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
ce643718d5485f19445992696b91814cca07584f | ||
5abaa4a4cef9baa1a769b9037f11e3d9d9b4b450 |
Binary file modified
BIN
+0 Bytes
(100%)
LoggingModule/obj/Release/net452/LoggingModule.assets.cache
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
LoggingModule/obj/Release/netstandard2.0/LoggingModule.AssemblyInfoInputs.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
ce643718d5485f19445992696b91814cca07584f | ||
5abaa4a4cef9baa1a769b9037f11e3d9d9b4b450 |
Binary file modified
BIN
+0 Bytes
(100%)
LoggingModule/obj/Release/netstandard2.0/LoggingModule.assets.cache
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+620 Bytes
(130%)
LoggingModule/obj/Release/netstandard2.0/LoggingModule.pdb
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.