Skip to content

Commit

Permalink
Update package and assembly info
Browse files Browse the repository at this point in the history
  • Loading branch information
rgregg committed Apr 6, 2017
1 parent f941cb0 commit b08e296
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
20 changes: 8 additions & 12 deletions MarkdownDeep/MarkdownDeep.nuspec
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
<?xml version="1.0"?>
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>MarkdownDeep.NET</id>
<title>MarkdownDeep - .NET Only Edition</title>
<id>MarkdownDeep.RGreggFork</id>
<title>MarkdownDeep - RGregg Fork</title>
<version>1.5</version>
<authors>Topten Software</authors>
<owners>Topten Software</owners>
<licenseUrl>http://www.toptensoftware.com/markdowndeep/license</licenseUrl>
<projectUrl>http://www.toptensoftware.com/markdowndeep/</projectUrl>
<iconUrl>http://www.toptensoftware.com/markdowndeep/nuget_icon.png</iconUrl>
<authors>Topten Software, Ryan Gregg</authors>
<owners>Ryan Gregg</owners>
<licenseUrl>https://github.com/rgregg/markdowndeep#license</licenseUrl>
<projectUrl>https://github.com/rgregg/markdowndeep</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>
MarkdownDeep is a high performance .NET Markdown processor.
MarkdownDeep is a high performance .NET Markdown processor for common markdown formats.
</description>
<summary>
This package contains MarkdownDeep.NET only - it does not include the JavaScript client edition
</summary>
<tags>Markdown MarkdownExtra MarkdownDeep</tags>
<tags>Markdown MarkdownDeep GFM GitHub Flavored Markdown</tags>
</metadata>
<files>
<file src="bin\Release\MarkdownDeep.dll" target="lib\.NetFramework 3.5" />
Expand Down
4 changes: 2 additions & 2 deletions MarkdownDeep/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("MarkdownDeep")]
[assembly: AssemblyTitle("MarkdownDeep - RGregg Fork")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Topten Software")]
[assembly: AssemblyProduct("MarkdownDeep")]
[assembly: AssemblyCopyright("Copyright © 2010-2011 Topten Software")]
[assembly: AssemblyCopyright("Copyright © 2010-2011 Topten Software, 2017 Ryan Gregg")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down

0 comments on commit b08e296

Please sign in to comment.