-
Notifications
You must be signed in to change notification settings - Fork 7
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
Rodney Wimberly
committed
Apr 25, 2016
1 parent
4177e50
commit f8e1b63
Showing
2 changed files
with
17 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
NuGet Package 1.2.2 | ||
* Add correct NuGet Dependencies to NuGet Package | ||
* Remove the following dependencies: | ||
* "Common.Logging.WinRT": "3.3.1", | ||
* "Microsoft.IoT.DeviceCore": "1.0.3", | ||
* "Newtonsoft.Json": "8.0.3", | ||
* "Unity": "4.0.1" | ||
* Moved Logging Components out to new package named | ||
* Common.Logging.WinRT.Extras | ||
* Added reference to new package named Common.Logging.WinRT.Extras | ||
* Removed IoC Container | ||
* Moved the logging dependency to DI. Now you can pass in the Logging dependency. | ||
You can use the NoOpLoggerFactoryAdapter to basically disable logging, | ||
Use the DebugOutLoggerFactoryAdapter or SimpleFileLoggerFactoryAdapter or | ||
implement ILoggerFactoryAdapter and ILog to use you own logger. |
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