diff --git a/.gitignore b/.gitignore
index 67acbf4..b8435d2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -251,3 +251,4 @@ paket-files/
# JetBrains Rider
.idea/
*.sln.iml
+/nuget.exe
diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs
index 8305cc6..ea22170 100644
--- a/Properties/AssemblyInfo.cs
+++ b/Properties/AssemblyInfo.cs
@@ -4,20 +4,16 @@
// Information about this assembly is defined by the following attributes.
// Change them to the values specific to your project.
-[assembly: AssemblyTitle("kaitai_struct_runtime_csharp")]
-[assembly: AssemblyDescription("")]
+// NOTE: These attributes are used in the kaitai_struct_runtime_csharp.nuspec NuGet package config file.
+[assembly: AssemblyTitle("KaitaiStruct.Runtime.CSharp")]
+[assembly: AssemblyDescription("This library implements Kaitai Struct API for C#.")]
[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("")]
-[assembly: AssemblyCopyright("Kaitai Project")]
+[assembly: AssemblyCompany("Kaitai Project")]
+[assembly: AssemblyProduct("Kaitai Struct Runtime")]
+[assembly: AssemblyCopyright("Copyright © Kaitai Project 2016-2018")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
-
-// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
-// The form "{Major}.{Minor}.*" will automatically update the build and revision,
-// and "{Major}.{Minor}.{Build}.*" will update just the revision.
-
-[assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("0.7.0.0")]
// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
diff --git a/kaitai_struct_runtime_csharp.csproj b/kaitai_struct_runtime_csharp.csproj
index 4fca35b..fa4915c 100644
--- a/kaitai_struct_runtime_csharp.csproj
+++ b/kaitai_struct_runtime_csharp.csproj
@@ -1,12 +1,12 @@
-
+
- Debug
+ Release
AnyCPU
{8339A750-C407-4CE8-8E31-51CB2EFD3A4B}
Library
- kaitai_struct_runtime_csharp
- kaitai_struct_runtime_csharp
+ KaitaiStruct
+ KaitaiStruct.Runtime.CSharp
v4.5
@@ -35,5 +35,8 @@
+
+
+
\ No newline at end of file
diff --git a/kaitai_struct_runtime_csharp.nuspec b/kaitai_struct_runtime_csharp.nuspec
new file mode 100644
index 0000000..ea06631
--- /dev/null
+++ b/kaitai_struct_runtime_csharp.nuspec
@@ -0,0 +1,18 @@
+
+
+
+ $id$
+ $version$
+ $title$
+ $author$
+ $author$
+ https://github.com/kaitai-io/kaitai_struct_csharp_runtime/blob/master/LICENSE
+ http://kaitai.io/
+ https://avatars2.githubusercontent.com/u/17322584?s=280&v=4
+ false
+ $description$
+ Initial NuGet release.
+ $copyright$
+ Kaitai Struct File-Format Binary Protocols
+
+
\ No newline at end of file