Skip to content

Commit

Permalink
Update version to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ltrzesniewski committed Nov 20, 2016
1 parent 5edf653 commit fadcd6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/PCRE.NET.Wrapper/AssemblyInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ using namespace System::Security::Permissions;
[assembly:AssemblyCultureAttribute(L"")];


[assembly:AssemblyVersionAttribute("0.6.1.0")];
[assembly:AssemblyVersionAttribute("0.6.2.0")];
[assembly:ComVisible(false)];
[assembly:CLSCompliantAttribute(true)];
4 changes: 2 additions & 2 deletions src/PCRE.NET/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.6.1.0")]
[assembly: AssemblyFileVersion("0.6.1.0")]
[assembly: AssemblyVersion("0.6.2.0")]
[assembly: AssemblyFileVersion("0.6.2.0")]

[assembly:InternalsVisibleTo("PCRE.NET.Tests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100f155bb9aacf1d75e12075cf2dc0119341b318c8c322be0320af5d7a6ed6e24a33be604d0fbbd617092c8efb4890a4d02373b2c581ef82c5f811fb99013336e82fa3dbe4dcaea611c9d408e6143eb96ba00eaf8623b54dfea69160157df1cce3b86cd940d526c7ecf779651b896040ea391849732c06193593e5dcbbf514b24a2")]

0 comments on commit fadcd6d

Please sign in to comment.