Skip to content

Commit

Permalink
More packaging work
Browse files Browse the repository at this point in the history
  • Loading branch information
Brad Robinson committed Mar 10, 2011
1 parent 59bcf16 commit 00122de
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 16 deletions.
4 changes: 1 addition & 3 deletions MarkdownDeep/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.*")]
//[assembly: AssemblyFileVersion("1.0.*")]

[assembly: AssemblyVersion("1.1.*")]
[assembly: InternalsVisibleTo("MarkdownDeepTests")]
16 changes: 16 additions & 0 deletions MarkdownDeepJS/MarkdownDeep License.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
MarkdownDeep License
====================

MarkdownDeep - <http://www.toptensoftware.com/markdowndeep>
Copyright (C) 2010-2011 Topten Software

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this product except in
compliance with the License. You may obtain a copy of the License at

<http://www.apache.org/licenses/LICENSE-2.0>

Unless required by applicable law or agreed to in writing, software distributed under the License is
distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and limitations under the License.


13 changes: 0 additions & 13 deletions MarkdownDeepJS/MarkdownDeep Quick Reference.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,6 @@
MarkdownDeep Quick Reference
============================

<http://www.toptensoftware.com/markdowndeep>

Copyright © 2010-2011 Topten Software

MarkdownDeep and its associated files are subject to different license terms for commercial vs non-commercial use.
Please refer to the following - <http://www.toptensoftware.com/markdowndeep/license> - for more information.

Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either
express or implied.

Please refer to the web site for latest versions, usage instructions, license terms, to report a bug, etc...


Setting up the Client Side Editor
---------------------------------

Expand Down
1 change: 1 addition & 0 deletions MarkdownDeepJS/MarkdownDeepJS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
<Reference Include="System.Web.Mobile" />
</ItemGroup>
<ItemGroup>
<Content Include="MarkdownDeep License.txt" />
<Content Include="MarkdownDeep Quick Reference.txt" />
<Content Include="dingus_min.html" />
<Content Include="dingus.css" />
Expand Down
1 change: 1 addition & 0 deletions MarkdownDeepJS/MarkdownDeepJS.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Package includes:
<file src="MarkdownDeepLib.min.js" target="Content\Scripts" />
<file src="mdd_*" target="Content\Scripts" />
<file src="MarkdownDeep Quick Reference.txt" target="Content\Scripts" />
<file src="MarkdownDeep License.txt" target="Content\Scripts" />
<file src="..\MarkdownDeep\bin\Release\MarkdownDeep.dll" target="lib\.NetFramework 3.5" />
<file src="..\MarkdownDeep\bin\Release\MarkdownDeep.pdb" target="lib\.NetFramework 3.5" />
</files>
Expand Down
Binary file modified Output/MarkdownDeep.Full.1.1.nupkg
Binary file not shown.
Binary file modified Output/MarkdownDeep.NET.1.1.nupkg
Binary file not shown.

0 comments on commit 00122de

Please sign in to comment.