added shortcuts to standard formats as static properties of ImageFormat and AudioFormat.

namely,
ImageFormat.Jpeg
ImageFormat.Png
ImageFormat.Bmp
AudioFormat.Wav
This commit is contained in:
morkt
2015-08-14 06:05:15 +04:00
parent 7fb26371e3
commit a9ffd7cccc
3 changed files with 21 additions and 2 deletions

View File

@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// 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.1.4.8")]
[assembly: AssemblyFileVersion ("1.1.4.8")]
[assembly: AssemblyVersion ("1.1.5.8")]
[assembly: AssemblyFileVersion ("1.1.5.8")]