Skip to content

Commit

Permalink
Update assembly name to Kaitai.Struct.Runtime.
Browse files Browse the repository at this point in the history
Update default namespace to Kaitai.
Generate XML documentation for project nuget.
  • Loading branch information
Arlorean committed Jan 22, 2018
1 parent 0456f06 commit 9b45854
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// 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")]
Expand Down
5 changes: 3 additions & 2 deletions kaitai_struct_runtime_csharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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' ">
Expand All @@ -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" />
Expand Down
5 changes: 4 additions & 1 deletion kaitai_struct_runtime_csharp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 9b45854

Please sign in to comment.