Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CodeKicker.BBCode/CodeKicker.BBCode.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@
<EmbeddedResource Include="Messages.resx">
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="CodeKicker.BBCode.nuspec" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
17 changes: 17 additions & 0 deletions CodeKicker.BBCode/CodeKicker.BBCode.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0"?>
<package >
<metadata>
<id>$id$</id>
<version>$version$</version>
<title>$title$</title>
<authors>$author$</authors>
<owners>$author$</owners>
<licenseUrl>https://github.com/Pablissimo/CodeKicker.BBCode-Mod/blob/master/LICENCE</licenseUrl>
<projectUrl>https://github.com/Pablissimo/CodeKicker.BBCode-Mod</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
<releaseNotes>Latest version released to CodeKicker.BBCode-Mod repository.</releaseNotes>
<copyright>The MIT License (MIT)</copyright>
<tags>bbcode codekicker parser</tags>
</metadata>
</package>
2 changes: 1 addition & 1 deletion CodeKicker.BBCode/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyDescription("This is our BBCode-implementation at http://codekicker.de/. It is extremely stable as ist has been tested with Microsoft Pex. Is is also quite performant.")]
[assembly: AssemblyCompany("http://codekicker.de/")]
[assembly: AssemblyProduct("CodeKicker.BBCode")]
[assembly: AssemblyCopyright("In order to use this library, we require a link to http://codekicker.de/ from you. Licensed unter the Creative Commons Attribution 3.0 Licence: http://creativecommons.org/licenses/by/3.0/.")]
[assembly: AssemblyCopyright("The MIT License (MIT)")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
Expand Down