Skip to content

Commit ea0cc86

Browse files
committed
1.0.3.0 Update
1 parent ece68ad commit ea0cc86

3 files changed

Lines changed: 89 additions & 88 deletions

File tree

ImageCompressor/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.0.2")]
36-
[assembly: AssemblyFileVersion("1.0.0.2")]
35+
[assembly: AssemblyVersion("1.0.3.0")]
36+
[assembly: AssemblyFileVersion("1.0.3.0")]

ImageCompressor/Properties/Resources.Designer.cs

Lines changed: 83 additions & 84 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ImageCompressor/Properties/Resources.resx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,11 @@ A simple tool that allows you to compress images without losing quality.
127127
This application supports the JPG and PNG image formats.
128128

129129
Uses the following library:
130-
Jpegoptim v1.3.0 Copyright (c) Timo Kokkonen, 1996,2013.
130+
Guetzli v1.0.1 Copyright (c) 1996-2013, Google and the Contributing Authors.
131+
Guetzli is a JPEG encoder that aims for excellent compression density at high visual quality.
132+
Jpegoptim v1.3.0 Copyright (c) 1996-2013, Timo Kokkonen and the Contributing Authors.
131133
https://sourceforge.net/projects/jpegoptim/
132-
optipng 0.7.6 Copyright (C) 2001-2016 Cosmin Truta and the Contributing Authors.
134+
optipng 0.7.6 Copyright (C) 2001-2016, Cosmin Truta and the Contributing Authors.
133135
https://sourceforge.net/projects/optipng/</value>
134136
</data>
135137
</root>

0 commit comments

Comments
 (0)