Skip to content

Commit

Permalink
FTP: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandru-petre committed Sep 23, 2024
1 parent ecded9f commit 936e981
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Activities/FTP/FTP.build.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<Copyright>© UiPath</Copyright>
<VersionBuild>$([System.DateTime]::UtcNow.ToString("yy"))$([System.DateTime]::UtcNow.DayOfYear.ToString("F0"))</VersionBuild>
<VersionRevision>$([System.DateTime]::UtcNow.TimeOfDay.TotalMinutes.ToString("F0"))</VersionRevision>
<VersionPrefix Condition="'$(Configuration)' == 'Release'">2.4.0</VersionPrefix>
<VersionPrefix Condition="'$(Configuration)' == 'Debug'">2.4.$(VersionBuild)-dev.$(VersionRevision)</VersionPrefix>
<AssemblyVersion Condition="'$(Configuration)' == 'Debug' and '$(VersionPrefix)' != '' ">2.4.$(VersionBuild).$(VersionRevision)</AssemblyVersion>
<VersionPrefix Condition="'$(Configuration)' == 'Release'">2.5.0</VersionPrefix>
<VersionPrefix Condition="'$(Configuration)' == 'Debug'">2.5.$(VersionBuild)-dev.$(VersionRevision)</VersionPrefix>
<AssemblyVersion Condition="'$(Configuration)' == 'Debug' and '$(VersionPrefix)' != '' ">2.5.$(VersionBuild).$(VersionRevision)</AssemblyVersion>
<SolutionDir>$(MSBuildThisFileDirectory)</SolutionDir>
</PropertyGroup>
<PropertyGroup Condition="'$(IsTestProject)' != 'true'">
Expand Down

0 comments on commit 936e981

Please sign in to comment.