Skip to content

Commit

Permalink
update Version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Chtau committed Jan 9, 2019
1 parent bd9f6d8 commit 8c0afc5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion OCMApp/OCMApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>0.1.1.0</ApplicationVersion>
<ApplicationVersion>0.1.2.0</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions OCMApp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.1.1.0")]
[assembly: AssemblyFileVersion("0.1.1.0")]
[assembly: AssemblyVersion("0.1.2.0")]
[assembly: AssemblyFileVersion("0.1.2.0")]
2 changes: 1 addition & 1 deletion SetupOCM/Product.wxs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
xmlns:netfx="http://schemas.microsoft.com/wix/NetFxExtension">
<Product Id="*" Name="Open Clipboard Manager" Language="1033" Version="0.1.1" Manufacturer="Christoph Taucher" UpgradeCode="9c9a11d1-734a-4a8a-b2a1-96fbd3c749b6">
<Product Id="*" Name="Open Clipboard Manager" Language="1033" Version="0.1.2" Manufacturer="Christoph Taucher" UpgradeCode="9c9a11d1-734a-4a8a-b2a1-96fbd3c749b6">
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />

<PropertyRef Id="NETFRAMEWORK45" />
Expand Down

0 comments on commit 8c0afc5

Please sign in to comment.