From 86e793916b140fa4552b24ec556e8b9e1c332f5d Mon Sep 17 00:00:00 2001 From: Amrutha Srinivasan Date: Tue, 3 Aug 2021 18:52:31 -0700 Subject: [PATCH] Removed assembly description --- ImageClassifier/IntelligentAPI_ImageClassifier.csproj | 2 +- ImageClassifier/Properties/AssemblyInfo.cs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ImageClassifier/IntelligentAPI_ImageClassifier.csproj b/ImageClassifier/IntelligentAPI_ImageClassifier.csproj index a995c19..9cb35b0 100644 --- a/ImageClassifier/IntelligentAPI_ImageClassifier.csproj +++ b/ImageClassifier/IntelligentAPI_ImageClassifier.csproj @@ -11,7 +11,7 @@ This package performs Image Classification on an input image by using the SqueezeNet Onnx model. - 0.0.21 + 0.0.22 CommunityToolkit.Labs Portable bin\Package diff --git a/ImageClassifier/Properties/AssemblyInfo.cs b/ImageClassifier/Properties/AssemblyInfo.cs index 0155a90..283ba69 100644 --- a/ImageClassifier/Properties/AssemblyInfo.cs +++ b/ImageClassifier/Properties/AssemblyInfo.cs @@ -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("")]