Skip to content

blachniet/flot-nuget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flot nuget

Flot as a NuGet package.

Installation

To install flot, run the following command in the Package Manager Console. You can see the package on the NuGet Gallery.

PM> Install-Package flot

Issues

Building the Package

Requirements

Steps

  1. Set the flot version to download in build.ps1 ($source = "http://www.flotcharts.org/downloads/flot-0.8.3.zip")
  2. Update the version and release notes in flot.nuspec
  3. Execute .\build.ps1

License