Skip to content

Commit

Permalink
Merge pull request #3 from Reptarsrage/develop
Browse files Browse the repository at this point in the history
2.0.2
  • Loading branch information
Reptarsrage committed Feb 21, 2018
2 parents 6f69cac + 6d70ee1 commit bbe6ca2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Installer/Product.wxs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="{B17E5109-B7FE-48C4-B7E5-DFD1EC99DECB}" Name="PokemonGenerator" Language="1033" Version="2.0.1" Manufacturer="JustinR" UpgradeCode="0a224662-b4ff-45df-833f-0d92427d991c">
<Product Id="{B17E5109-B7FE-48C4-B7E5-DFD1EC99DECB}" Name="PokemonGenerator" Language="1033" Version="2.0.2" Manufacturer="JustinR" UpgradeCode="0a224662-b4ff-45df-833f-0d92427d991c">
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" Manufacturer="JustinR" Comments="Pokemon Generator" />
<CustomAction Id="PreventDowngrading" Error="Newer version already installed." />
<Upgrade Id="0a224662-b4ff-45df-833f-0d92427d991c">
<UpgradeVersion Maximum="2.0.1" Property="OLDPRODUCTFOUND" OnlyDetect="no" IncludeMinimum="yes" IncludeMaximum="no" Language="1033" />
<UpgradeVersion Minimum="2.0.1" Property="NEWPRODUCTFOUND" OnlyDetect="yes" IncludeMinimum="no" Language="1033" />
<UpgradeVersion Maximum="2.0.2" Property="OLDPRODUCTFOUND" OnlyDetect="no" IncludeMinimum="yes" IncludeMaximum="no" Language="1033" />
<UpgradeVersion Minimum="2.0.2" Property="NEWPRODUCTFOUND" OnlyDetect="yes" IncludeMinimum="no" Language="1033" />
</Upgrade>
<Property Id="ARPHELPLINK" Value="https://github.com/reptarsrage" />
<Property Id="ARPCOMMENTS" Value="Pokemon Generator" />
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
version: 2.0.1.{build}-{branch}
skip_tags: true
version: 2.0.2.{build}-{branch}
image: Visual Studio 2017
clone_depth: 1

Expand Down Expand Up @@ -41,6 +40,7 @@ deploy:
release: Pokemon Generator v$(appveyor_build_version)
description: 'Appveyor auto-generated release'
provider: GitHub
tag: $(APPVEYOR_REPO_TAG_NAME)
auth_token:
secure: zQGJD6fs/xhZgf/3Rkagg765kNLqIsJ9ouxG/XUNknwalfz/jb8wp7+ZpTRzYhEp
artifact: Setup_x64,Setup_x86
Expand Down

0 comments on commit bbe6ca2

Please sign in to comment.