-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
48 additions
and
55 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,12 +1,12 @@ | ||
// -------------------------------------------------------------------------------------------------------------------- | ||
// <copyright file="Crypt.cs" company=""> | ||
// | ||
// <copyright file="Crypt.cs" company="Lord Design"> | ||
// © 2017 Lord Design | ||
// </copyright> | ||
// <created>10/22/2012 3:42 PM</created> | ||
// <author>[email protected]</author> | ||
// <summary> | ||
// TODO: Update summary. | ||
// </summary> | ||
// <license type="GPL-3.0"> | ||
// You may use freely and commercially without modification; if you make changes, please share back to the | ||
// community. | ||
// </license> | ||
// <author>Aaron Lord</author> | ||
// -------------------------------------------------------------------------------------------------------------------- | ||
|
||
using System; | ||
|
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 |
---|---|---|
|
@@ -22,7 +22,6 @@ public partial class Logger | |
protected Logger() | ||
{ | ||
} | ||
|
||
} | ||
|
||
#if !NETSTANDARD1_3 | ||
|
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