Skip to content
This repository has been archived by the owner on Jul 28, 2021. It is now read-only.

Commit

Permalink
Added NuGet package info. (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
PureKrome authored Jul 28, 2018
1 parent 79bb760 commit 49b4ef8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/Yahoo.Yui.Compressor/Yahoo.Yui.Compressor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net452</TargetFrameworks>
<PackageId>YUICompressor.NET</PackageId>
<Version>0.0.0</Version>
<Authors>Pure Krome and freeranger</Authors>
<Company>World-Domination Technologies Pty. Ltd.</Company>
<Product>YUICompressor.NET</Product>
<Summary>Minify and/or Combine JavaScript and/or Cascading Style Sheets.</Summary>
<Description>This library can minify and/or bundle any Javascript and/or Cascading Style Sheets.

This is a direct .NET port of the original Yahoo! UI Library: YUI Compressor.</Description>
<Copyright>2008</Copyright>
<PackageLicenseUrl>https://github.com/YUICompressor-NET/YUICompressor.NET/blob/master/LICENSE.txt</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/YUICompressor-NET/YUICompressor.NET</PackageProjectUrl>
<PackageIconUrl>http://i.imgur.com/bR4Yf.jpg</PackageIconUrl>
<RepositoryUrl>https://github.com/YUICompressor-NET/YUICompressor.NET</RepositoryUrl>
<RepositoryType>.NET C#</RepositoryType>
<PackageTags>compression compressor minification obfuscation minify bundle bundler combine javascript js CSS cascading-style-sheets</PackageTags>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 49b4ef8

Please sign in to comment.