Skip to content

Commit 97d9aae

Browse files
chore: bump version to 1.2.4
1 parent ff1c335 commit 97d9aae

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Directory.Build.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121

2222
<!-- Version information -->
2323
<PropertyGroup>
24-
<VersionPrefix>1.2.3</VersionPrefix>
25-
<AssemblyVersion>1.2.3.0</AssemblyVersion>
26-
<FileVersion>1.2.3.0</FileVersion>
24+
<VersionPrefix>1.2.4</VersionPrefix>
25+
<AssemblyVersion>1.2.4.0</AssemblyVersion>
26+
<FileVersion>1.2.4.0</FileVersion>
2727
</PropertyGroup>
2828

2929
</Project>

src/SVNPathCopy.Installer/Package.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<!-- Product definition -->
2323
<Package Name="SVN Path Copy"
2424
Manufacturer="Moritz Reis"
25-
Version="1.2.3.0"
25+
Version="1.2.4.0"
2626
UpgradeCode="ED4DD0F3-E4E3-4F8A-AD97-7B76FC3E0966"
2727
Scope="perMachine"
2828
Language="1033"

src/SVNPathCopy.Installer/SVNPathCopy.Installer.wixproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<OutputType>Package</OutputType>
44
<InstallerPlatform>x64</InstallerPlatform>
5-
<OutputName>SVNPathCopy-1.2.3</OutputName>
5+
<OutputName>SVNPathCopy-1.2.4</OutputName>
66
</PropertyGroup>
77
<ItemGroup>
88
<ProjectReference Include="..\SVNPathCopy.ShellExtension\SVNPathCopy.ShellExtension.csproj"/>

0 commit comments

Comments
 (0)