This repository was archived by the owner on Jul 28, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments