Skip to content

Commit 3bd2994

Browse files
0.0.0.20230101
1 parent d7d8c6c commit 3bd2994

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
||Android|||||[![NuGet version](https://img.shields.io/nuget/v/NcnnDotNet.Xamarin.svg)](https://www.nuget.org/packages/NcnnDotNet.Xamarin)|
1515
||iOS|-||-||[![NuGet version](https://img.shields.io/nuget/v/NcnnDotNet.Xamarin.svg)](https://www.nuget.org/packages/NcnnDotNet.Xamarin)|
1616

17+
|Package|Description|Nuget|
18+
|---|---|---|
19+
|NcnnDotNet.Extensions.Drawing|GDI+ Extensions|[![NuGet version](https://img.shields.io/nuget/v/NcnnDotNet.Extensions.Drawing.svg)](https://www.nuget.org/packages/NcnnDotNet.Extensions.Drawing)|
20+
1721
## Demo
1822

1923
#### YoloV3 on Xamarin.Android, iOS and UWP

nuget/Publish.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ Param([Parameter(
1111

1212
$PublishTargets = ( "NcnnDotNet",
1313
"NcnnDotNet.GPU",
14-
"NcnnDotNet.Xamarin"
14+
"NcnnDotNet.Xamarin",
15+
"NcnnDotNet.Extensions.Drawing"
1516
)
1617

1718
$Token = $env:NcnnDotNetNugetToken

0 commit comments

Comments
 (0)