Bump version to 1.3.0. Changed paths: M /poshsvn/trunk/CHANGELOG.md M /poshsvn/trunk/Version.props Modified: poshsvn/trunk/CHANGELOG.md =================================================================== --- poshsvn/trunk/CHANGELOG.md (rev 3406) +++ poshsvn/trunk/CHANGELOG.md (rev 3407) @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +# [1.3.0] + +- Clear the progress after each operation. +- Minor fixes in the property cmdlets. +- Build and package improvements. + - Include version to the output name. + - Sign installer. + # [1.2.0] - Added -StopOnCopy argument to the svn-log cmdlet (r3389). Modified: poshsvn/trunk/Version.props =================================================================== --- poshsvn/trunk/Version.props (rev 3406) +++ poshsvn/trunk/Version.props (rev 3407) @@ -1,7 +1,7 @@ <Project> <PropertyGroup> <VersionMajor>1</VersionMajor> - <VersionMinor>2</VersionMinor> + <VersionMinor>3</VersionMinor> <VersionPatch>0</VersionPatch> </PropertyGroup> <PropertyGroup>