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 b999dc3 commit bbd6d0aCopy full SHA for bbd6d0a
src/PostSharp.LicenseServer/Lease.ashx.cs
@@ -60,7 +60,7 @@ public void ProcessRequest(HttpContext context)
60
if ( string.IsNullOrEmpty( versionString ) )
61
{
62
// Versions < 5.0 do not include version in the request.
63
- version = new Version( 2, 0, 0 );
+ version = new Version( 4, 9, 9 );
64
}
65
else
66
0 commit comments