Skip to content

Commit 71a16f8

Browse files
committed
Work CI-CD
- Add dependency of Logging library in Serial and Stream nuspecs.
1 parent b30fcbb commit 71a16f8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

nanoFramework.Logging.Serial.nuspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ There is also a package with the Stream Logging only and another with the basic
2828
<dependency id="nanoFramework.System.Text" version="1.1.1-preview.35" />
2929
<dependency id="nanoFramework.Windows.Devices.SerialCommunication" version="1.3.4-preview.55" />
3030
<dependency id="nanoFramework.Windows.Storage.Streams" version="1.10.1-preview.28" />
31+
<dependency id="nanoFramework.Logging" version="$version$" />
3132
</dependencies>
3233
</metadata>
3334
<files>

nanoFramework.Logging.Stream.nuspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,12 @@
2121
There is also a package with the Serial Logger only and another with the basic Debug Logger.
2222
</description>
2323
<summary>nanoFramework.Logging.Stream assembly (Stream Logger only) for nanoFramework C# projects</summary>
24-
<tags>nanoFramework C# csharp netmf netnf nanoFramework.Logging.Stream</tags>
24+
<tags>nanoFramework C# csharp netmf netnf logging</tags>
2525
<dependencies>
2626
<dependency id="nanoFramework.CoreLibrary" version="1.10.3-preview.7" />
2727
<dependency id="nanoFramework.System.Text" version="1.1.1-preview.35" />
2828
<dependency id="nanoFramework.System.IO.FileSystem" version="1.0.0-preview.30" />
29+
<dependency id="nanoFramework.Logging" version="$version$" />
2930
</dependencies>
3031
</metadata>
3132
<files>

0 commit comments

Comments
 (0)