Skip to content

Commit 8f5be32

Browse files
chore: bump version to 1.2.2
1 parent 0451dbe commit 8f5be32

2 files changed

Lines changed: 4 additions & 4 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.1</VersionPrefix>
25-
<AssemblyVersion>1.2.1.0</AssemblyVersion>
26-
<FileVersion>1.2.1.0</FileVersion>
24+
<VersionPrefix>1.2.2</VersionPrefix>
25+
<AssemblyVersion>1.2.2.0</AssemblyVersion>
26+
<FileVersion>1.2.2.0</FileVersion>
2727
</PropertyGroup>
2828

2929
</Project>

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.1</OutputName>
5+
<OutputName>SVNPathCopy-1.2.2</OutputName>
66
</PropertyGroup>
77
<ItemGroup>
88
<ProjectReference Include="..\SVNPathCopy.ShellExtension\SVNPathCopy.ShellExtension.csproj"/>

0 commit comments

Comments
 (0)