diff --git a/src/bindings/csharp/openalpr-net/AssemblyInfo.cpp b/src/bindings/csharp/openalpr-net/AssemblyInfo.cpp index 61560b3..f600e22 100644 --- a/src/bindings/csharp/openalpr-net/AssemblyInfo.cpp +++ b/src/bindings/csharp/openalpr-net/AssemblyInfo.cpp @@ -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)];