Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
deanhume committed Sep 9, 2024
1 parent 66eedcb commit ffcdc84
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ If you want to minify individual files you can do:

C:\>HtmlMinifier.exe "C:\Folder\file1.html" "C:\Folder\file2.html"

If you'd like to find out how to use this with MSBUILD and your next publish, please follow this [link.](http://deanhume.com/Home/BlogPost/a-simple-html-minifier-for-asp-net/2097)
If you'd like to find out how to use this with MSBUILD and your next publish, please follow this [link.](https://deanhume.com/a-simple-html-minifier-for-asp-net/)

## License

Expand Down
Binary file modified Tool/HtmlMinifier.exe
Binary file not shown.
6 changes: 3 additions & 3 deletions ViewMinifier/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("HtmlMinifier")]
[assembly: AssemblyDescription("A simple command line tool to minify your HTML, Razor views & Web Forms views")]
[assembly: AssemblyDescription("A simple command line tool to minify your HTML, Razor views & Web Forms views.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("HtmlMinifier")]
Expand All @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.9.2.0")]
[assembly: AssemblyFileVersion("1.9.2.0")]
[assembly: AssemblyVersion("1.9.3.0")]
[assembly: AssemblyFileVersion("1.9.3.0")]

0 comments on commit ffcdc84

Please sign in to comment.