Skip to content

Commit

Permalink
Align assembly version with package version. (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
HydrophobicMinghao authored Jun 19, 2024
1 parent 496d515 commit e39e9b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Microsoft.O365.Security.Native.ETW/AssemblyInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ 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("4.4.0.0")];

[assembly:ComVisible(false)];

Expand Down

0 comments on commit e39e9b7

Please sign in to comment.