Changed debugtype to embedded (#6)

* Changed debugtype to embedded

* Bump version

Co-authored-by: Amrutha Srinivasan <amsrin@microsoft.com>
This commit is contained in:
amrutha95 2021-08-05 09:47:13 -07:00 коммит произвёл GitHub
Родитель 74db9c80b9
Коммит c503c9c3cc
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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" />