Skip to content

Commit

Permalink
Project: release 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Feb 7, 2017
1 parent 647682d commit 7c6b809
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ManagedSpy/HelpAbout.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions ManagedSpy/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("1.2.1.0")]
[assembly: AssemblyFileVersion("1.2.1.0")]
[assembly: AssemblyVersion("1.2.2.0")]
[assembly: AssemblyFileVersion("1.2.2.0")]
2 changes: 1 addition & 1 deletion ManagedSpyLib/AssemblyInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ using namespace System::Security::Permissions;
[assembly:AssemblyTrademarkAttribute("")];
[assembly:AssemblyCultureAttribute("")];

[assembly:AssemblyVersionAttribute("1.2.1.0")];
[assembly:AssemblyVersionAttribute("1.2.2.0")];

[assembly:ComVisible(false)];

Expand Down
2 changes: 1 addition & 1 deletion scripts/Prepare-Release.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
param (
$Solution = "$PSScriptRoot/../ManagedSpy.sln",
$ReleaseDir = "$PSScriptRoot/../releases",
$Version = '1.2.1',
$Version = '1.2.2',
$msbuild = 'msbuild'
)

Expand Down

0 comments on commit 7c6b809

Please sign in to comment.