We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93e3ff7 commit c0c302fCopy full SHA for c0c302f
.gitignore
@@ -360,4 +360,6 @@ MigrationBackup/
360
.ionide/
361
362
# Fody - auto-generated XML schema
363
-FodyWeavers.xsd
+FodyWeavers.xsd
364
+
365
+nanoFramework.MessagePack.nuspec
nanoFramework.MessagePack/Properties/AssemblyInfo.cs
@@ -6,7 +6,7 @@
6
// set of attributes. Change these attribute values to modify the information
7
// associated with an assembly.
8
[assembly: AssemblyTitle("CSharp.TestApplication")]
9
-[assembly: AssemblyDescription("")]
+[assembly: AssemblyDescription("nanoFramework MessagePack serealizer/deserializer library")]
10
[assembly: AssemblyConfiguration("")]
11
[assembly: AssemblyCompany("")]
12
[assembly: AssemblyProduct("CSharp.TestApplication")]
0 commit comments