Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
dlech committed Jul 24, 2014
1 parent 0359d8b commit 42b4bc3
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v0.5.2 (2014-7-24)
-----------------
* Fix issue with DSA authentication failing ~1% of the time because of signature
length less than 40 bytes

v0.5.1 (2014-5-5)
-----------------
* Fix issue with public key info not loading in Entry Settings on Mono
Expand Down
2 changes: 1 addition & 1 deletion KeeAgent.sln
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Global
$3.inheritsSet = VisualStudio
$3.inheritsScope = text/plain
$3.scope = text/plain
version = 0.5.1.0
version = 0.5.2.0
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
2 changes: 1 addition & 1 deletion KeeAgent/KeeAgent.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</Prerequisites>
</PlgxConfiguration>
<PlgxToolDir>$(MSBuildProjectDirectory)\..\KeePassPluginDevTools\PlgxTools\bin\Release\</PlgxToolDir>
<ReleaseVersion>0.5.1.0</ReleaseVersion>
<ReleaseVersion>0.5.2.0</ReleaseVersion>
</PropertyGroup>
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand Down
4 changes: 2 additions & 2 deletions KeeAgent/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion ("0.5.1.0")]
[assembly: AssemblyFileVersion ("0.5.1.0")]
[assembly: AssemblyVersion ("0.5.2.0")]
[assembly: AssemblyFileVersion ("0.5.2.0")]
2 changes: 1 addition & 1 deletion KeeAgentTestProject/KeeAgentTestProject.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<RootNamespace>KeeAgentTestProject</RootNamespace>
<AssemblyName>KeeAgentTestProject</AssemblyName>
<FileAlignment>512</FileAlignment>
<ReleaseVersion>0.5.1.0</ReleaseVersion>
<ReleaseVersion>0.5.2.0</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>
Expand Down

0 comments on commit 42b4bc3

Please sign in to comment.