Skip to content

Commit

Permalink
* add readme to NuGet
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurHub committed Jan 18, 2014
1 parent 6b27a59 commit eb8ae7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
19 changes: 2 additions & 17 deletions Build/HtmlRenderer.WinForms.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,7 @@ Features and Benefits
* Extendable and configurable.
* Powerful Demo application to explore and learn the library.</description>
<summary>The rich formatting power of HTML in your .NET applications using simple controls or static rendering code with 100% managed C# code.</summary>
<releaseNotes>* Add GDI+ text rendering support
* Add GDI+ static rendering methods in HtmlRender
* Add RenderToImage on existing image to act as background
* Add support for synchronous image loading, used by HtmlRender.
* Add SelectedText, SelectedHtml to get selected text/html.
* Improve HtmlRender documentation
* Handle relative URLs in downloaded stylesheet.
* Fix html attributes case sensitivity
* Fix element height not respected
* Fix index out of range exception in table layout (thx Kublia)
* Fix error with empty lines and RTL
* Fix floating point values handling
* Fix mm and cm units factor
* Fix table width not respected and incorrect unit handling
* Fix table columns width incorrect unit handling
* Handle when all table cells width is provided but smaller than set table width
</releaseNotes>
<releaseNotes>See http://htmlrenderer.codeplex.com/releases.</releaseNotes>
<tags>html, renderer, control</tags>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Windows.Forms" targetFramework="" />
Expand All @@ -60,5 +44,6 @@ Features and Benefits
<file src="Release\Bins\net40\HtmlRenderer.pdb" target="lib\net40-client\HtmlRenderer.pdb" />
<file src="Release\Bins\net45\HtmlRenderer.dll" target="lib\net45\HtmlRenderer.dll" />
<file src="Release\Bins\net45\HtmlRenderer.pdb" target="lib\net45\HtmlRenderer.pdb" />
<file src="readme.txt" target="" />
</files>
</package>
2 changes: 2 additions & 0 deletions Build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<!--Execute all steps of the build-->
<Target Name="Run">


<Message Importance="high" Text="====================== Clean build output..."/>
<RemoveDir Directories="$(OutputRoot)" ContinueOnError="true"/>
<RemoveDir Directories="$(OutputRoot)" ContinueOnError="true"/>
Expand Down Expand Up @@ -121,6 +122,7 @@

<!--Create NuGet package-->
<Target Name="CreatePackage">
<Copy SourceFiles="readme.txt" DestinationFolder="$(OutputRoot)"/>
<Exec Command="nuget.exe pack HtmlRenderer.WinForms.nuspec -Version $(Version) -OutputDirectory $(OutputRoot)" />
</Target>

Expand Down

0 comments on commit eb8ae7a

Please sign in to comment.