On the '1.3.x' branch: backport 3413: * Bump version to 1.3.1. Changed paths: M /poshsvn/branches/1.3.x M /poshsvn/branches/1.3.x/CHANGELOG.md M /poshsvn/branches/1.3.x/Version.props Property changes on: poshsvn/branches/1.3.x ___________________________________________________________________ Modified: svn:mergeinfo Merged /poshsvn/trunk:r3408-3409,3412-3413 Modified: poshsvn/branches/1.3.x/CHANGELOG.md =================================================================== --- poshsvn/branches/1.3.x/CHANGELOG.md (rev 3413) +++ poshsvn/branches/1.3.x/CHANGELOG.md (rev 3414) @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +# [1.3.1] + +- Release improvements. + # [1.3.0] - Clear the progress after each operation. Modified: poshsvn/branches/1.3.x/Version.props =================================================================== --- poshsvn/branches/1.3.x/Version.props (rev 3413) +++ poshsvn/branches/1.3.x/Version.props (rev 3414) @@ -2,7 +2,7 @@ <PropertyGroup> <VersionMajor>1</VersionMajor> <VersionMinor>3</VersionMinor> - <VersionPatch>0</VersionPatch> + <VersionPatch>1</VersionPatch> </PropertyGroup> <PropertyGroup> <Version>$(VersionMajor).$(VersionMinor).$(VersionPatch)</Version>