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

Commit 49b4ef8

Browse files
authored
Added NuGet package info. (#35)
1 parent 79bb760 commit 49b4ef8

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/Yahoo.Yui.Compressor/Yahoo.Yui.Compressor.csproj

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;net452</TargetFrameworks>
5+
<PackageId>YUICompressor.NET</PackageId>
6+
<Version>0.0.0</Version>
7+
<Authors>Pure Krome and freeranger</Authors>
8+
<Company>World-Domination Technologies Pty. Ltd.</Company>
9+
<Product>YUICompressor.NET</Product>
10+
<Summary>Minify and/or Combine JavaScript and/or Cascading Style Sheets.</Summary>
11+
<Description>This library can minify and/or bundle any Javascript and/or Cascading Style Sheets.
12+
13+
This is a direct .NET port of the original Yahoo! UI Library: YUI Compressor.</Description>
14+
<Copyright>2008</Copyright>
15+
<PackageLicenseUrl>https://github.com/YUICompressor-NET/YUICompressor.NET/blob/master/LICENSE.txt</PackageLicenseUrl>
16+
<PackageProjectUrl>https://github.com/YUICompressor-NET/YUICompressor.NET</PackageProjectUrl>
17+
<PackageIconUrl>http://i.imgur.com/bR4Yf.jpg</PackageIconUrl>
18+
<RepositoryUrl>https://github.com/YUICompressor-NET/YUICompressor.NET</RepositoryUrl>
19+
<RepositoryType>.NET C#</RepositoryType>
20+
<PackageTags>compression compressor minification obfuscation minify bundle bundler combine javascript js CSS cascading-style-sheets</PackageTags>
521
</PropertyGroup>
622

723
<ItemGroup>

0 commit comments

Comments
 (0)