This repository was archived by the owner on Nov 8, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ You should have received a copy of the GNU Lesser General Public License along w
21
21
xmlns : bal =" http://schemas.microsoft.com/wix/BalExtension"
22
22
xmlns : util =" http://schemas.microsoft.com/wix/UtilExtension"
23
23
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}" >
25
25
<BootstrapperApplicationRef Id =" WixStandardBootstrapperApplication.HyperlinkSidebarLicense" >
26
26
<bal : WixStandardBootstrapperApplication LicenseUrl =" http://www.gnu.org/licenses/lgpl.html" LogoFile =" Logo.png" LogoSideFile =" LogoSide.png" ShowVersion =" yes" SuppressOptionsUI =" yes" />
27
27
</BootstrapperApplicationRef >
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ You should have received a copy of the GNU Lesser General Public License along w
18
18
19
19
-->
20
20
<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}" >
22
22
<Package InstallerVersion =" 405" Compressed =" yes" InstallScope =" perMachine" />
23
23
24
24
<MajorUpgrade DowngradeErrorMessage =" A newer version of [ProductName] is already installed." />
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ You should have received a copy of the GNU Lesser General Public License along w
18
18
19
19
-->
20
20
<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}" >
22
22
<Package InstallerVersion =" 405" Compressed =" yes" InstallScope =" perMachine" />
23
23
24
24
<MajorUpgrade DowngradeErrorMessage =" A newer version of [ProductName] is already installed." />
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<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" >
3
3
<Name >PowerShellAudio</Name >
4
- <Version >0.9.8 </Version >
4
+ <Version >1.0.0 </Version >
5
5
<Description >An extensible, multi-format audio conversion and tagging module</Description >
6
6
<HasManifest >true</HasManifest >
7
7
<OverridePostCount >false</OverridePostCount >
You can’t perform that action at this time.
0 commit comments