Skip to content

Commit

Permalink
version update to 2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NPavie committed Dec 19, 2024
1 parent f03bf5c commit 212d28b
Show file tree
Hide file tree
Showing 13 changed files with 88 additions and 86 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.9.0.0, Culture=neutral, PublicKeyToken=b32eb409b38936d8</value>
<value>Daisy.SaveAsDAISY.Forms.Controls.BaseUserControl, DaisyAddinLib, Version=2.9.1.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.9.0.0, Culture=neutral, PublicKeyToken=b32eb409b38936d8</value>
<value>Daisy.SaveAsDAISY.Forms.Controls.BaseUserControl, DaisyAddinLib, Version=2.9.1.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.9.0.0, Culture=neutral, PublicKeyToken=b32eb409b38936d8</value>
<value>Daisy.SaveAsDAISY.Forms.Controls.PathControl, DaisyAddinLib, Version=2.9.1.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.9.0.0")]
[assembly: AssemblyFileVersion("2.9.0.0")]
[assembly: AssemblyVersion("2.9.1.0")]
[assembly: AssemblyFileVersion("2.9.1.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.9.0.0")]
[assembly: AssemblyFileVersion("2.9.0.0")]
[assembly: AssemblyVersion("2.9.1.0")]
[assembly: AssemblyFileVersion("2.9.1.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.9.0.0")]
[assembly: AssemblyFileVersion("2.9.0.0")]
[assembly: AssemblyVersion("2.9.1.0")]
[assembly: AssemblyFileVersion("2.9.1.0")]
142 changes: 72 additions & 70 deletions Installer/DaisyAddinForWordSetup/Product.wxs

Large diffs are not rendered by default.

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.9.0.0")]
[assembly: AssemblyFileVersion("2.9.0.0")]
[assembly: AssemblyVersion("2.9.1.0")]
[assembly: AssemblyFileVersion("2.9.1.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.9.0.%2a</ApplicationVersion>
<ApplicationVersion>2.9.1.%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.9.0.0")]
[assembly: AssemblyVersion("2.9.1.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.9.0.0")]
[assembly: AssemblyFileVersion("2.9.1.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.9.0"
$currentVersion = "2.9.1"
$wixProductPath = Join-Path $PSScriptRoot "Installer\DaisyAddinForWordSetup\Product.wxs"

# Create the wix directory tree for a path
Expand Down
2 changes: 1 addition & 1 deletion resources/daisy-pipeline/etc/releaseDescriptor.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<releaseDescriptor href="http://daisy.github.io/pipeline-assembly/releases/1.14.20" version="1.14.20" time="2024-11-12T12:12:08Z">
<releaseDescriptor href="http://daisy.github.io/pipeline-assembly/releases/1.14.20" version="1.14.20" time="2024-12-19T13:34:08Z">
<artifact href="https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.0.11/logback-classic-1.0.11.jar" id="ch.qos.logback/logback-classic/1.0.11" extract="false" deployPath="system/common/ch.qos.logback.logback-classic-1.0.11.jar" version="1.0.11" artifactId="logback-classic" groupId="ch.qos.logback" classifier="" overwrite-path="true"/>
<artifact href="https://repo1.maven.org/maven2/ch/qos/logback/logback-core/1.0.11/logback-core-1.0.11.jar" id="ch.qos.logback/logback-core/1.0.11" extract="false" deployPath="system/common/ch.qos.logback.logback-core-1.0.11.jar" version="1.0.11" artifactId="logback-core" groupId="ch.qos.logback" classifier="" overwrite-path="true"/>
<artifact href="https://repo1.maven.org/maven2/com/google/guava/guava/24.1.1-android/guava-24.1.1-android.jar" id="com.google.guava/guava/24.1.1-android" extract="false" deployPath="system/common/com.google.guava.guava-24.1.1-android.jar" version="24.1.1-android" artifactId="guava" groupId="com.google.guava" classifier="" overwrite-path="true"/>
Expand Down
Binary file not shown.

0 comments on commit 212d28b

Please sign in to comment.