Update assembly name to Kaitai.Struct.Runtime.

Update default namespace to Kaitai.
Generate XML documentation for project nuget.
This commit is contained in:
Adam Davidson 2018-01-22 16:46:02 +00:00
parent 0456f06046
commit 9b4585469a
3 changed files with 8 additions and 4 deletions

View File

@ -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")]

View File

@ -5,8 +5,8 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{8339A750-C407-4CE8-8E31-51CB2EFD3A4B}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>KaitaiStruct</RootNamespace>
<AssemblyName>KaitaiStruct.Runtime.CSharp</AssemblyName>
<RootNamespace>Kaitai</RootNamespace>
<AssemblyName>Kaitai.Struct.Runtime</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@ -26,6 +26,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
<DocumentationFile>bin\Release\Kaitai.Struct.Runtime.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />

View File

@ -11,7 +11,10 @@
<iconUrl>https://avatars2.githubusercontent.com/u/17322584?s=280&amp;v=4</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
<releaseNotes>Initial NuGet release.</releaseNotes>
<releaseNotes>
Changed default namespace to Katai.
Changed assembly name to Kaitai.Struct.Runtime.
</releaseNotes>
<copyright>$copyright$</copyright>
<tags>Kaitai Struct File-Format Binary Protocols</tags>
</metadata>