We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 738a291 commit 497bcfcCopy full SHA for 497bcfc
ManagedSpy/Properties/AssemblyInfo.cs
@@ -29,5 +29,5 @@
29
// Build Number
30
// Revision
31
//
32
-[assembly: AssemblyVersion("1.1.0.0")]
33
-[assembly: AssemblyFileVersion("1.1.0.0")]
+[assembly: AssemblyVersion("1.2.0.0")]
+[assembly: AssemblyFileVersion("1.2.0.0")]
ManagedSpyLib/AssemblyInfo.cpp
@@ -31,7 +31,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:
34
-[assembly:AssemblyVersionAttribute("1.1.*")];
+[assembly:AssemblyVersionAttribute("1.2.*")];
35
36
[assembly:ComVisible(false)];
37
0 commit comments