mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 19:52:50 +08:00
Set assembly version for .NET binding. See 3c72717578
This commit is contained in:
@@ -31,7 +31,9 @@ using namespace System::Security::Permissions;
|
||||
// You can specify all the value or you can default the Revision and Build Numbers
|
||||
// by using the '*' as shown below:
|
||||
|
||||
[assembly:AssemblyVersionAttribute("1.0.*")];
|
||||
[assembly: AssemblyVersionAttribute("2.0.1")]
|
||||
[assembly: AssemblyFileVersionAttribute("2.0.1")]
|
||||
[assembly: AssemblyInformationalVersionAttribute("2.0.1")]
|
||||
|
||||
[assembly:ComVisible(false)];
|
||||
|
||||
|
Reference in New Issue
Block a user