This commit is contained in:
Amrutha Srinivasan 2021-08-03 18:52:31 -07:00
Родитель 43cae45da0
Коммит 86e793916b
2 изменённых файлов: 1 добавлений и 2 удалений

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

@ -11,7 +11,7 @@
<Description>
This package performs Image Classification on an input image by using the SqueezeNet Onnx model.
</Description>
<Version>0.0.21</Version>
<Version>0.0.22</Version>
<Authors>CommunityToolkit.Labs</Authors>
<DebugType>Portable</DebugType>
<PackageOutputPath>bin\Package</PackageOutputPath>

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

@ -9,7 +9,6 @@ using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyDescription("")]
[assembly: AssemblyCopyright("Copyright © 2021")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]