Skip to content

Commit 497bcfc

Browse files
committed
Release 1.2
This release introduces both x86 and x64 support in form of two binary distributions.
1 parent 738a291 commit 497bcfc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ManagedSpy/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
// Build Number
3030
// Revision
3131
//
32-
[assembly: AssemblyVersion("1.1.0.0")]
33-
[assembly: AssemblyFileVersion("1.1.0.0")]
32+
[assembly: AssemblyVersion("1.2.0.0")]
33+
[assembly: AssemblyFileVersion("1.2.0.0")]

ManagedSpyLib/AssemblyInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ using namespace System::Security::Permissions;
3131
// You can specify all the value or you can default the Revision and Build Numbers
3232
// by using the '*' as shown below:
3333

34-
[assembly:AssemblyVersionAttribute("1.1.*")];
34+
[assembly:AssemblyVersionAttribute("1.2.*")];
3535

3636
[assembly:ComVisible(false)];
3737

0 commit comments

Comments
 (0)