Release notes

This commit is contained in:
User 2018-01-18 14:45:53 +01:00
parent ac2de4fcfa
commit 0d8bda717d
3 changed files with 19 additions and 21 deletions

View file

@ -70,7 +70,7 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
//
[assembly: AssemblyVersion("3.0.0.5")]
[assembly: AssemblyVersion("3.0.0.6")]
//
// In order to sign your assembly you must specify a key to use. Refer to the
@ -100,4 +100,4 @@ using System.Runtime.InteropServices;
[assembly: AssemblyDelaySign(false)]
//[assembly: AssemblyKeyName("")]
[assembly: ComVisibleAttribute(false)]
[assembly: AssemblyFileVersionAttribute("3.0.0.5")]
[assembly: AssemblyFileVersionAttribute("3.0.0.6")]