Skip to content

Commit

Permalink
Update CompressedStaticFiles.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
AnderssonPeter committed Nov 14, 2020
1 parent ade242a commit 97aea45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CompressedStaticFiles/CompressedStaticFiles.csproj
Expand Up @@ -5,7 +5,8 @@
<Version>2.0.0</Version>
<Authors>Peter Andersson;Andrey Kudashkin;Mathias Raacke,Arian Kadkhoda</Authors>
<Company>Peter Andersson;Andrey Kudashkin;Mathias Raacke,Arian Kadkhoda</Company>
<Description>This will ensure that you application will serve the smallest files without any server overhead, files need to be compressed and converted to other image formats before deploying.</Description>
<Description>Send compressed static files to the browser without having to compress on demand, also has support for sending more advanced image formats when the browser indicates that i has support for it.
Files need to be compressed and converted to other image formats before deploying.</Description>
<PackageProjectUrl>https://github.com/AnderssonPeter/CompressedStaticFiles</PackageProjectUrl>
<PackageTags>aspnetcore;staticfiles;compression;precompressed;gzip;brotli;zopfli;webp;avif;</PackageTags>
<PackageReleaseNotes>2.0.0
Expand Down

0 comments on commit 97aea45

Please sign in to comment.