Skip to content

Commit

Permalink
Release NuGet Package 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodney Wimberly committed Apr 25, 2016
1 parent 4177e50 commit f8e1b63
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions NuGetPackage/ReleaseNotes.txt
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.
4 changes: 2 additions & 2 deletions NuGetPackage/nRF24L01P.NuGetPackage.nuproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<ProjectReference Include="..\nRF24L01P\nRF24L01P.csproj" />
</ItemGroup>
<ItemGroup>
<Content Include="Microsoft.IoT.DeviceCore.1.0.3.nupkg" />
<Content Include="ReleaseNotes.txt" />
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>da010ec6-e51a-47c5-95df-885a1903087e</ProjectGuid>
Expand All @@ -33,7 +33,7 @@
<Import Project="$(NuProjPath)\NuProj.props" Condition="Exists('$(NuProjPath)\NuProj.props')" />
<PropertyGroup Label="Configuration">
<Id>Windows.Devices.Radios.nRF24L01P</Id>
<Version>1.2.1</Version>
<Version>1.2.2</Version>
<Title>nRF24L01P</Title>
<Authors>Rodney Wimberly</Authors>
<Owners>Rodney Wimberly</Owners>
Expand Down

0 comments on commit f8e1b63

Please sign in to comment.