Changed debugtype to embedded (#6)
* Changed debugtype to embedded * Bump version Co-authored-by: Amrutha Srinivasan <amsrin@microsoft.com>
This commit is contained in:
Родитель
74db9c80b9
Коммит
c503c9c3cc
|
@ -14,7 +14,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<DebugType>Portable</DebugType>
|
||||
<DebugType>Embedded</DebugType>
|
||||
<PackageOutputPath>bin\Package</PackageOutputPath>
|
||||
<AllowedOutputExtensionsInPackageBuildOutputFolder>.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
|
||||
<PublishRepositoryUrl>true</PublishRepositoryUrl>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<Description>
|
||||
This package performs Image Classification on an input image by using the SqueezeNet Onnx model.
|
||||
</Description>
|
||||
<Version>0.0.23</Version>
|
||||
<Version>0.0.24</Version>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Properties\IntelligentAPI_ImageClassifier.rd.xml" />
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<Description>
|
||||
This package performs Object Detection on an input image by using the YOLOv4 Onnx model.
|
||||
</Description>
|
||||
<Version>0.0.9</Version>
|
||||
<Version>0.0.10</Version>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Properties\IntelligentAPI_ObjectDetector.rd.xml" />
|
||||
|
|
Загрузка…
Ссылка в новой задаче