Skip to content
This repository was archived by the owner on Nov 8, 2018. It is now read-only.

Commit a214f56

Browse files
committed
Set version to 1.0.0
1 parent 26a8d4e commit a214f56

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

Deployment/Bootstrapper/Bundle.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ You should have received a copy of the GNU Lesser General Public License along w
2121
xmlns:bal="http://schemas.microsoft.com/wix/BalExtension"
2222
xmlns:util="http://schemas.microsoft.com/wix/UtilExtension"
2323
xmlns:netfx="http://schemas.microsoft.com/wix/NetFxExtension">
24-
<Bundle Name="PowerShell Audio" IconSourceFile="Logo.ico" Version="0.9.8" Manufacturer="Jeremy Herbison" UpgradeCode="{7D38656D-6BE6-4972-A9DB-7B4AF7BCC880}">
24+
<Bundle Name="PowerShell Audio" IconSourceFile="Logo.ico" Version="1.0.0" Manufacturer="Jeremy Herbison" UpgradeCode="{7D38656D-6BE6-4972-A9DB-7B4AF7BCC880}">
2525
<BootstrapperApplicationRef Id="WixStandardBootstrapperApplication.HyperlinkSidebarLicense">
2626
<bal:WixStandardBootstrapperApplication LicenseUrl="http://www.gnu.org/licenses/lgpl.html" LogoFile="Logo.png" LogoSideFile="LogoSide.png" ShowVersion="yes" SuppressOptionsUI="yes" />
2727
</BootstrapperApplicationRef>

Deployment/Setup/Product.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You should have received a copy of the GNU Lesser General Public License along w
1818
1919
-->
2020
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
21-
<Product Id="*" Name="PowerShell Audio" Language="1033" Version="0.9.8" Manufacturer="Jeremy Herbison" UpgradeCode="{2597CDCD-6C10-4151-8314-0EEE87AD563D}">
21+
<Product Id="*" Name="PowerShell Audio" Language="1033" Version="1.0.0" Manufacturer="Jeremy Herbison" UpgradeCode="{2597CDCD-6C10-4151-8314-0EEE87AD563D}">
2222
<Package InstallerVersion="405" Compressed="yes" InstallScope="perMachine" />
2323

2424
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />

Deployment/Setup64/Product.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You should have received a copy of the GNU Lesser General Public License along w
1818
1919
-->
2020
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
21-
<Product Id="*" Name="PowerShell Audio (64-bit)" Language="1033" Version="0.9.8" Manufacturer="Jeremy Herbison" UpgradeCode="{70C2487F-D144-4CDF-94DF-FCD85336CCA5}">
21+
<Product Id="*" Name="PowerShell Audio (64-bit)" Language="1033" Version="1.0.0" Manufacturer="Jeremy Herbison" UpgradeCode="{70C2487F-D144-4CDF-94DF-FCD85336CCA5}">
2222
<Package InstallerVersion="405" Compressed="yes" InstallScope="perMachine" />
2323

2424
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />

PowerShellAudio.Commands/PowerShellAudio.Help.pshproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<ModuleObject xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" fVersion="1.1" type="Binary" mclass="Module" useSupports="false">
33
<Name>PowerShellAudio</Name>
4-
<Version>0.9.8</Version>
4+
<Version>1.0.0</Version>
55
<Description>An extensible, multi-format audio conversion and tagging module</Description>
66
<HasManifest>true</HasManifest>
77
<OverridePostCount>false</OverridePostCount>
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)