Bump version to 1.3.5. Changed paths: M /poshsvn/trunk/CHANGELOG.md M /poshsvn/trunk/Version.props Modified: poshsvn/trunk/CHANGELOG.md =================================================================== --- poshsvn/trunk/CHANGELOG.md (rev 3435) +++ poshsvn/trunk/CHANGELOG.md (rev 3436) @@ -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/trunk/Version.props =================================================================== --- poshsvn/trunk/Version.props (rev 3435) +++ poshsvn/trunk/Version.props (rev 3436) @@ -2,7 +2,7 @@ <PropertyGroup> <VersionMajor>1</VersionMajor> <VersionMinor>3</VersionMinor> - <VersionPatch>4</VersionPatch> + <VersionPatch>5</VersionPatch> </PropertyGroup> <PropertyGroup> <Version>$(VersionMajor).$(VersionMinor).$(VersionPatch)</Version>