From 9b4585469a5a87531219c4ad0b86439f292703bd Mon Sep 17 00:00:00 2001 From: Adam Davidson Date: Mon, 22 Jan 2018 16:46:02 +0000 Subject: [PATCH] Update assembly name to Kaitai.Struct.Runtime. Update default namespace to Kaitai. Generate XML documentation for project nuget. --- Properties/AssemblyInfo.cs | 2 +- kaitai_struct_runtime_csharp.csproj | 5 +++-- kaitai_struct_runtime_csharp.nuspec | 5 ++++- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index ea22170..eb0def8 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -5,7 +5,7 @@ using System.Runtime.CompilerServices; // 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("KaitaiStruct.Runtime.CSharp")] +[assembly: AssemblyTitle("Kaitai.Struct.Runtime")] [assembly: AssemblyDescription("This library implements Kaitai Struct API for C#.")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Kaitai Project")] diff --git a/kaitai_struct_runtime_csharp.csproj b/kaitai_struct_runtime_csharp.csproj index fa4915c..1ae4432 100644 --- a/kaitai_struct_runtime_csharp.csproj +++ b/kaitai_struct_runtime_csharp.csproj @@ -5,8 +5,8 @@ AnyCPU {8339A750-C407-4CE8-8E31-51CB2EFD3A4B} Library - KaitaiStruct - KaitaiStruct.Runtime.CSharp + Kaitai + Kaitai.Struct.Runtime v4.5 @@ -26,6 +26,7 @@ prompt 4 false + bin\Release\Kaitai.Struct.Runtime.xml diff --git a/kaitai_struct_runtime_csharp.nuspec b/kaitai_struct_runtime_csharp.nuspec index ea06631..0a4c1c0 100644 --- a/kaitai_struct_runtime_csharp.nuspec +++ b/kaitai_struct_runtime_csharp.nuspec @@ -11,7 +11,10 @@ https://avatars2.githubusercontent.com/u/17322584?s=280&v=4 false $description$ - Initial NuGet release. + + Changed default namespace to Katai. + Changed assembly name to Kaitai.Struct.Runtime. + $copyright$ Kaitai Struct File-Format Binary Protocols