Updating version numbers/ReleaseNotes
This commit is contained in:
parent
3b80d5668c
commit
8b2baa8bbc
4 changed files with 10 additions and 4 deletions
|
@ -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("2.45.0.*")]
|
||||
[assembly: AssemblyVersion("2.45.1.*")]
|
||||
|
||||
//
|
||||
// In order to sign your assembly you must specify a key to use. Refer to the
|
||||
|
@ -99,6 +99,5 @@ using System.Runtime.InteropServices;
|
|||
//
|
||||
[assembly: AssemblyDelaySign(false)]
|
||||
//[assembly: AssemblyKeyName("")]
|
||||
[assembly: AssemblyKeyFile("..\\..\\Resource\\test.snk")]
|
||||
[assembly: ComVisibleAttribute(false)]
|
||||
[assembly: AssemblyFileVersionAttribute("2.45.0.0")]
|
||||
[assembly: AssemblyFileVersionAttribute("2.45.1.0")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue