diff --git a/LICENSE b/LICENSE.txt
similarity index 100%
rename from LICENSE
rename to LICENSE.txt
diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs
deleted file mode 100644
index eb0def8..0000000
--- a/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,23 +0,0 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-
-// Information about this assembly is defined by the following attributes.
-// Change them to the values specific to your project.
-
-// NOTE: These attributes are used in the kaitai_struct_runtime_csharp.nuspec NuGet package config file.
-[assembly: AssemblyTitle("Kaitai.Struct.Runtime")]
-[assembly: AssemblyDescription("This library implements Kaitai Struct API for C#.")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("Kaitai Project")]
-[assembly: AssemblyProduct("Kaitai Struct Runtime")]
-[assembly: AssemblyCopyright("Copyright © Kaitai Project 2016-2018")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
-[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.
-
-//[assembly: AssemblyDelaySign(false)]
-//[assembly: AssemblyKeyFile("")]
-
diff --git a/icon.png b/icon.png
new file mode 100644
index 0000000..537771f
Binary files /dev/null and b/icon.png differ
diff --git a/kaitai_struct_runtime_csharp.csproj b/kaitai_struct_runtime_csharp.csproj
index 1ae4432..5670c7b 100644
--- a/kaitai_struct_runtime_csharp.csproj
+++ b/kaitai_struct_runtime_csharp.csproj
@@ -1,43 +1,36 @@
-
-
+
+
- Release
- AnyCPU
- {8339A750-C407-4CE8-8E31-51CB2EFD3A4B}
- Library
- Kaitai
- Kaitai.Struct.Runtime
- v4.5
-
-
- true
- full
- false
- bin\Debug
- DEBUG;
- prompt
- 4
- false
+ netstandard1.3;net4.5
+ true
+ 1701;1702;CS1591
-
- full
- true
- bin\Release
- prompt
- 4
- false
- bin\Release\Kaitai.Struct.Runtime.xml
+
+
+ KaitaiStruct.Runtime.CSharp
+
+ Kaitai Project
+ This library implements Kaitai Struct API for C#.
+ Kaitai Struct Runtime
+ Copyright © Kaitai Project 2016-2019
+ Kaitai.Struct.Runtime
+ Kaitai
+ http://kaitai.io/
+ https://github.com/kaitai-io/kaitai_struct_csharp_runtime
+ Kaitai Struct File-Format Binary Protocols
+ LICENSE.txt
+ icon.png
+
+ 0.8.0.0
+ 0.8.0.0
+ 0.8.0.0
+
+
+
-
-
-
-
-
-
-
-
-
+
+
-
-
\ No newline at end of file
+
+
diff --git a/kaitai_struct_runtime_csharp.nuspec b/kaitai_struct_runtime_csharp.nuspec
deleted file mode 100644
index e7687e4..0000000
--- a/kaitai_struct_runtime_csharp.nuspec
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
- $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$
-
- Changed default namespace to Kaitai.
- Changed assembly name to Kaitai.Struct.Runtime.
-
- $copyright$
- Kaitai Struct File-Format Binary Protocols
-
-
\ No newline at end of file