assembly version updated to v5.0 for release

This commit is contained in:
Shreyas Zare
2020-07-04 18:15:26 +05:30
parent bbe042997c
commit 56110b6a2e
6 changed files with 119 additions and 24 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("4.1.0.0")]
[assembly: AssemblyFileVersion("4.1.0.0")]
[assembly: AssemblyVersion("5.0.0.0")]
[assembly: AssemblyFileVersion("5.0.0.0")]