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

Commit

Permalink
Incremented versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jherby2k committed Dec 4, 2014
1 parent 53d4a26 commit 14f97f2
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Deployment/Bootstrapper/Bundle.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ You should have received a copy of the GNU Lesser General Public License along w
xmlns:bal="http://schemas.microsoft.com/wix/BalExtension"
xmlns:util="http://schemas.microsoft.com/wix/UtilExtension"
xmlns:netfx="http://schemas.microsoft.com/wix/NetFxExtension">
<Bundle Name="PowerShell Audio" IconSourceFile="Logo.ico" Version="0.9.7" Manufacturer="Jeremy Herbison" UpgradeCode="{7D38656D-6BE6-4972-A9DB-7B4AF7BCC880}">
<Bundle Name="PowerShell Audio" IconSourceFile="Logo.ico" Version="0.9.8" Manufacturer="Jeremy Herbison" UpgradeCode="{7D38656D-6BE6-4972-A9DB-7B4AF7BCC880}">
<BootstrapperApplicationRef Id="WixStandardBootstrapperApplication.HyperlinkSidebarLicense">
<bal:WixStandardBootstrapperApplication LicenseUrl="http://www.gnu.org/licenses/lgpl.html" LogoFile="Logo.png" LogoSideFile="LogoSide.png" ShowVersion="yes" SuppressOptionsUI="yes" />
</BootstrapperApplicationRef>
Expand Down
2 changes: 1 addition & 1 deletion Deployment/Setup/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ You should have received a copy of the GNU Lesser General Public License along w
-->
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="*" Name="PowerShell Audio" Language="1033" Version="0.9.7" Manufacturer="Jeremy Herbison" UpgradeCode="{2597CDCD-6C10-4151-8314-0EEE87AD563D}">
<Product Id="*" Name="PowerShell Audio" Language="1033" Version="0.9.8" Manufacturer="Jeremy Herbison" UpgradeCode="{2597CDCD-6C10-4151-8314-0EEE87AD563D}">
<Package InstallerVersion="405" Compressed="yes" InstallScope="perMachine" />

<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />
Expand Down
2 changes: 1 addition & 1 deletion Deployment/Setup64/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ You should have received a copy of the GNU Lesser General Public License along w
-->
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="*" Name="PowerShell Audio (64-bit)" Language="1033" Version="0.9.7" Manufacturer="Jeremy Herbison" UpgradeCode="{70C2487F-D144-4CDF-94DF-FCD85336CCA5}">
<Product Id="*" Name="PowerShell Audio (64-bit)" Language="1033" Version="0.9.8" Manufacturer="Jeremy Herbison" UpgradeCode="{70C2487F-D144-4CDF-94DF-FCD85336CCA5}">
<Package InstallerVersion="405" Compressed="yes" InstallScope="perMachine" />

<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
// 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("1.1.1.0")]
[assembly: AssemblyFileVersion("1.1.1.0")]
[assembly: AssemblyVersion("1.1.2.0")]
[assembly: AssemblyFileVersion("1.1.2.0")]

// Mark this assembly as CLS compliant:
[assembly: CLSCompliant(true)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
// 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("1.0.4.0")]
[assembly: AssemblyFileVersion("1.0.4.0")]
[assembly: AssemblyVersion("1.0.5.0")]
[assembly: AssemblyFileVersion("1.0.5.0")]

// Mark this assembly as CLS compliant:
[assembly: CLSCompliant(true)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
// 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("1.2.1.0")]
[assembly: AssemblyFileVersion("1.2.1.0")]
[assembly: AssemblyVersion("1.2.2.0")]
[assembly: AssemblyFileVersion("1.2.2.0")]

// Mark this assembly as CLS compliant:
[assembly: CLSCompliant(true)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
// 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("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]

// Mark this assembly as CLS compliant:
[assembly: CLSCompliant(true)]
Expand Down
2 changes: 1 addition & 1 deletion PowerShellAudio.Commands/PowerShellAudio.Help.pshproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<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">
<Name>PowerShellAudio</Name>
<Version>0.9.7</Version>
<Version>0.9.8</Version>
<Description>An extensible, multi-format audio conversion and tagging module</Description>
<HasManifest>true</HasManifest>
<OverridePostCount>false</OverridePostCount>
Expand Down
Binary file modified PowerShellAudio.Commands/PowerShellAudio.psd1
Binary file not shown.

0 comments on commit 14f97f2

Please sign in to comment.