We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0451dbe commit 8f5be32Copy full SHA for 8f5be32
2 files changed
Directory.Build.props
@@ -21,9 +21,9 @@
21
22
<!-- Version information -->
23
<PropertyGroup>
24
- <VersionPrefix>1.2.1</VersionPrefix>
25
- <AssemblyVersion>1.2.1.0</AssemblyVersion>
26
- <FileVersion>1.2.1.0</FileVersion>
+ <VersionPrefix>1.2.2</VersionPrefix>
+ <AssemblyVersion>1.2.2.0</AssemblyVersion>
+ <FileVersion>1.2.2.0</FileVersion>
27
</PropertyGroup>
28
29
</Project>
src/SVNPathCopy.Installer/SVNPathCopy.Installer.wixproj
@@ -2,7 +2,7 @@
2
3
<OutputType>Package</OutputType>
4
<InstallerPlatform>x64</InstallerPlatform>
5
- <OutputName>SVNPathCopy-1.2.1</OutputName>
+ <OutputName>SVNPathCopy-1.2.2</OutputName>
6
7
<ItemGroup>
8
<ProjectReference Include="..\SVNPathCopy.ShellExtension\SVNPathCopy.ShellExtension.csproj"/>
0 commit comments