Skip to content

Commit

Permalink
nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
Victoria French committed Feb 6, 2013
1 parent ebf768e commit f9f8253
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
Binary file added nuget/Defunctr.1.0.0.nupkg
Binary file not shown.
24 changes: 24 additions & 0 deletions nuget/Defunctr.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Defunctr</id>
<version>1.0.0</version>
<title>Defunctr</title>
<authors>Victoria French</authors>
<owners>Victoria French</owners>
<projectUrl>http://github.com/victoriafrench/defunctr</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Defunctr is a module for Modernizr that will detect the current browser using feature detection. It will then append browser informational classes to the head element of the page, giving the designer the ability to override CSS styles without using older browser hacks. Changing the browsers compatability mode will cause the correct classes to be applied and changing a user-agent will have not effect on the class generation.</description>
<summary>Defunctr is a module for Modernizr that will append browser versioning information into the head element of your web pages using feature detection.</summary>
<releaseNotes>Initial Release.</releaseNotes>
<copyright>2012 Victoria French</copyright>
<tags>Modernizr, Browser Detection, HTML5, Shiv</tags>
<dependencies>
<dependency id="Modernizr" version="2.6.2" />
</dependencies>
</metadata>
<files>
<file src="..\src\defunctr-1.0.js" target="content\Scripts\Vendor\Defunctr\defunctr-1.0.js" />
<file src="..\src\defunctr-1.0.min.js" target="content\Scripts\Vendor\Defunctr\defunctr-1.0.min.js" />
</files>
</package>

0 comments on commit f9f8253

Please sign in to comment.