Skip to content

Commit c0c302f

Browse files
committed
NuGet create settings
1 parent 93e3ff7 commit c0c302f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,4 +360,6 @@ MigrationBackup/
360360
.ionide/
361361

362362
# Fody - auto-generated XML schema
363-
FodyWeavers.xsd
363+
FodyWeavers.xsd
364+
365+
nanoFramework.MessagePack.nuspec

nanoFramework.MessagePack/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// set of attributes. Change these attribute values to modify the information
77
// associated with an assembly.
88
[assembly: AssemblyTitle("CSharp.TestApplication")]
9-
[assembly: AssemblyDescription("")]
9+
[assembly: AssemblyDescription("nanoFramework MessagePack serealizer/deserializer library")]
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("")]
1212
[assembly: AssemblyProduct("CSharp.TestApplication")]

0 commit comments

Comments
 (0)