Skip to content

Commit

Permalink
feat(version): updated installer to 2.8.3
Browse files Browse the repository at this point in the history
New 2.8.3 installer with DP2 version 1.14.17-p1 embedded.
  • Loading branch information
NPavie committed Jan 29, 2024
1 parent 7b6950b commit f7c215a
Show file tree
Hide file tree
Showing 11 changed files with 890 additions and 957 deletions.
6 changes: 3 additions & 3 deletions Common/DaisyAddinLib/Controls/EnumControl.resx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Expand Down 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.2.0, Culture=neutral, PublicKeyToken=b32eb409b38936d8</value>
<value>Daisy.SaveAsDAISY.Forms.Controls.BaseUserControl, DaisyAddinLib, Version=2.8.3.0, Culture=neutral, PublicKeyToken=b32eb409b38936d8</value>
</data>
</root>
</root>
6 changes: 3 additions & 3 deletions Common/DaisyAddinLib/Controls/StrUserControl.resx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Expand Down 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.2.0, Culture=neutral, PublicKeyToken=b32eb409b38936d8</value>
<value>Daisy.SaveAsDAISY.Forms.Controls.BaseUserControl, DaisyAddinLib, Version=2.8.3.0, Culture=neutral, PublicKeyToken=b32eb409b38936d8</value>
</data>
</root>
</root>
6 changes: 3 additions & 3 deletions Common/DaisyAddinLib/ConversionParametersForm.resx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Expand Down Expand Up @@ -852,7 +852,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.2.0, Culture=neutral, PublicKeyToken=b32eb409b38936d8</value>
<value>Daisy.SaveAsDAISY.Forms.Controls.PathControl, DaisyAddinLib, Version=2.8.3.0, Culture=neutral, PublicKeyToken=b32eb409b38936d8</value>
</data>
<data name="&gt;&gt;DestinationControl.Parent" xml:space="preserve">
<value>$this</value>
Expand Down Expand Up @@ -902,4 +902,4 @@ your document with the Word Accessibility Checker.
<data name="&gt;&gt;$this.Type" xml:space="preserve">
<value>System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
</root>
</root>
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.2.0")]
[assembly: AssemblyFileVersion("2.8.2.0")]
[assembly: AssemblyVersion("2.8.3.0")]
[assembly: AssemblyFileVersion("2.8.3.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,12 @@ public Daisy3ToMp3(IConversionEventsHandler eventsHandler) : base(eventsHandler)
"1",
false,
"Possible values: \r\n" +
" - Type 1: This produces a folder structure that is four levels deep." +
" - Type 1: This produces a folder structure that is four levels deep.\r\n" +
" At the top level there can be up to 8 folders." +
" Each of these folders can have up to 20 sub-folders." +
" The sub-folders can have up to 999 sub-sub-folders, each of which can contain up to 999 MP3 files.\r\n" +
" - Type 2: This produces a folder structure that is two levels deep. On the top level there can be up to 999 folders, and each of these folders can have up to 999 MP3 files."
" - Type 2: This produces a folder structure that is two levels deep.\r\n" +
" On the top level there can be up to 999 folders, and each of these folders can have up to 999 MP3 files."
)
},
{
Expand All @@ -57,7 +58,7 @@ public Daisy3ToMp3(IConversionEventsHandler eventsHandler) : base(eventsHandler)
false,
"The folder level corresponding with the book, expressed as a 0-based number.\r\n\r\n" +
"Value `0` means that top-level folders correspond with top-level sections of the book.\r\n" +
"Value `1` means that the book is contained in a single top-level folder (if it is not too big) with sub " +
"Value `1` means that the book is contained in a single top-level folder (if it is not too big) with sub" +
"- folders that correspond with top-level sections of the book.\r\n" +
"Must be a non-negative integer value, less than or equal to 3 for type 1 players, and less than or equal to 1 for type 2 players."
)
Expand Down
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.2.0")]
[assembly: AssemblyFileVersion("2.8.2.0")]
[assembly: AssemblyVersion("2.8.3.0")]
[assembly: AssemblyFileVersion("2.8.3.0")]
4 changes: 2 additions & 2 deletions 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.2.0")]
[assembly: AssemblyFileVersion("2.8.2.0")]
[assembly: AssemblyVersion("2.8.3.0")]
[assembly: AssemblyFileVersion("2.8.3.0")]
Loading

0 comments on commit f7c215a

Please sign in to comment.