Skip to content

Commit

Permalink
version change to 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NPavie committed Nov 14, 2024
1 parent f1d3445 commit 42ae04d
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Common/DaisyAddinLib/Controls/EnumControl.resx
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,6 @@
<value>EnumControl</value>
</data>
<data name="&gt;&gt;$this.Type" xml:space="preserve">
<value>Daisy.SaveAsDAISY.Forms.Controls.BaseUserControl, DaisyAddinLib, Version=2.8.7.0, Culture=neutral, PublicKeyToken=b32eb409b38936d8</value>
<value>Daisy.SaveAsDAISY.Forms.Controls.BaseUserControl, DaisyAddinLib, Version=2.9.0.0, Culture=neutral, PublicKeyToken=b32eb409b38936d8</value>
</data>
</root>
2 changes: 1 addition & 1 deletion Common/DaisyAddinLib/Controls/StrUserControl.resx
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,6 @@
<value>StrUserControl</value>
</data>
<data name="&gt;&gt;$this.Type" xml:space="preserve">
<value>Daisy.SaveAsDAISY.Forms.Controls.BaseUserControl, DaisyAddinLib, Version=2.8.7.0, Culture=neutral, PublicKeyToken=b32eb409b38936d8</value>
<value>Daisy.SaveAsDAISY.Forms.Controls.BaseUserControl, DaisyAddinLib, Version=2.9.0.0, Culture=neutral, PublicKeyToken=b32eb409b38936d8</value>
</data>
</root>
2 changes: 1 addition & 1 deletion Common/DaisyAddinLib/ConversionParametersForm.resx
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,7 @@ your document with the Word Accessibility Checker.
<value>DestinationControl</value>
</data>
<data name="&gt;&gt;DestinationControl.Type" xml:space="preserve">
<value>Daisy.SaveAsDAISY.Forms.Controls.PathControl, DaisyAddinLib, Version=2.8.7.0, Culture=neutral, PublicKeyToken=b32eb409b38936d8</value>
<value>Daisy.SaveAsDAISY.Forms.Controls.PathControl, DaisyAddinLib, Version=2.9.0.0, Culture=neutral, PublicKeyToken=b32eb409b38936d8</value>
</data>
<data name="&gt;&gt;DestinationControl.Parent" xml:space="preserve">
<value>$this</value>
Expand Down
4 changes: 2 additions & 2 deletions Common/DaisyAddinLib/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@
//
// Vous pouvez spécifier toutes les valeurs ou indiquer les numéros de révision et de build par défaut
// en utilisant '*', comme indiqué ci-dessous :
[assembly: AssemblyVersion("2.8.7.0")]
[assembly: AssemblyFileVersion("2.8.7.0")]
[assembly: AssemblyVersion("2.9.0.0")]
[assembly: AssemblyFileVersion("2.9.0.0")]
4 changes: 2 additions & 2 deletions Common/DaisyConverterLib/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@
// Numéro de build
// Révision
//
[assembly: AssemblyVersion("2.8.7.0")]
[assembly: AssemblyFileVersion("2.8.7.0")]
[assembly: AssemblyVersion("2.9.0.0")]
[assembly: AssemblyFileVersion("2.9.0.0")]
4 changes: 2 additions & 2 deletions Installer/CustomActionAddin/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("2.8.7.0")]
[assembly: AssemblyFileVersion("2.8.7.0")]
[assembly: AssemblyVersion("2.9.0.0")]
[assembly: AssemblyFileVersion("2.9.0.0")]
6 changes: 3 additions & 3 deletions Installer/DaisyAddinForWordSetup/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
-->

<!-- Preprocessor variables, update following your addin assemblies version -->
<?define AddinVersion = "2.8.7.0" ?>
<?define AddinVersion = "2.9.0.0" ?>

<!-- DO NOT touch this code -->
<?define UpgradeCode = "81FEF910-4CDE-43B9-8E7B-9F7D34A14765"?>
Expand All @@ -24,13 +24,13 @@
<?endif ?>

<!--Change this ID for update -->
<Product Id="78B437E9-0607-4346-8C15-1119B529817A"
<Product Id="C0639E24-E1E8-4539-9F34-428B3FC66A3B"
Name="SaveAsDAISY add-in version $(var.AddinVersion)"
Language="1033" Version="$(var.AddinVersion)"
Manufacturer="DAISY Consortium"
UpgradeCode="$(var.UpgradeCode)">
<!--Change this ID for update -->
<Package Id="C0A423E8-0E1A-421F-9013-276AF3E2809C"
<Package Id="20261AF2-0BC2-4EC2-9E8B-43E2BA7EC03D"
Compressed="yes"
InstallPrivileges="limited"
InstallerVersion="200" />
Expand Down
4 changes: 2 additions & 2 deletions Installer/SaveAsDAISYInstaller/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,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("2.8.7.0")]
[assembly: AssemblyFileVersion("2.8.7.0")]
[assembly: AssemblyVersion("2.9.0.0")]
[assembly: AssemblyFileVersion("2.9.0.0")]
2 changes: 1 addition & 1 deletion Installer/SaveAsDAISYInstaller/SaveAsDAISYInstaller.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>2.8.7.%2a</ApplicationVersion>
<ApplicationVersion>2.9.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions WordAddIn/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
// You can specify all the value or you can default the Revision and Build Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("2.8.7.0")]
[assembly: AssemblyVersion("2.9.0.0")]

//
// In order to sign your assembly you must specify a key to use. Refer to the
Expand All @@ -49,4 +49,4 @@
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile("")]
[assembly: AssemblyKeyName("")]
[assembly: AssemblyFileVersion("2.8.7.0")]
[assembly: AssemblyFileVersion("2.9.0.0")]
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ param(
[switch]$nobuild = $false
)

$currentVersion = "2.8.7"
$currentVersion = "2.9.0"
$wixProductPath = Join-Path $PSScriptRoot "Installer\DaisyAddinForWordSetup\Product.wxs"

# Create the wix directory tree for a path
Expand Down

0 comments on commit 42ae04d

Please sign in to comment.