On the '1.3.x' branch: backport r3436. 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:r3436 Modified: poshsvn/branches/1.3.x/CHANGELOG.md =================================================================== --- poshsvn/branches/1.3.x/CHANGELOG.md (rev 3436) +++ poshsvn/branches/1.3.x/CHANGELOG.md (rev 3437) @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +# [1.3.5] + +- Few fixes in the release script. + # [1.3.4] - Attest artifacts with GitHub attestation. Modified: poshsvn/branches/1.3.x/Version.props =================================================================== --- poshsvn/branches/1.3.x/Version.props (rev 3436) +++ poshsvn/branches/1.3.x/Version.props (rev 3437) @@ -2,7 +2,7 @@ <PropertyGroup> <VersionMajor>1</VersionMajor> <VersionMinor>3</VersionMinor> - <VersionPatch>4</VersionPatch> + <VersionPatch>5</VersionPatch> </PropertyGroup> <PropertyGroup> <Version>$(VersionMajor).$(VersionMinor).$(VersionPatch)</Version>