Skip to content

Commit

Permalink
Merge pull request #51 from Ordisoftware/dev
Browse files Browse the repository at this point in the history
Fix PessahLenght
  • Loading branch information
Ordisoftware authored Apr 28, 2019
2 parents 72539a5 + f24fe45 commit cb97f9a
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Project/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<setting name="TorahEventRemindPessahD1" serializeAs="String">
<value>True</value>
</setting>
<setting name="TorahEventRemindPessahD8" serializeAs="String">
<setting name="TorahEventRemindPessahD7" serializeAs="String">
<value>False</value>
</setting>
<setting name="TorahEventRemindChavouotDiet" serializeAs="String">
Expand Down
4 changes: 2 additions & 2 deletions Project/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// Vous pouvez spécifier toutes les valeurs ou indiquer les numéros de build et de révision par défaut
// en utilisant '*', comme indiqué ci-dessous :
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.6.0.0")]
[assembly: AssemblyFileVersion("1.6.0.0")]
[assembly: AssemblyVersion("1.7.0.0")]
[assembly: AssemblyFileVersion("1.7.0.0")]
6 changes: 3 additions & 3 deletions Project/Properties/Settings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Project/Properties/Settings.settings
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<Setting Name="TorahEventRemindPessahD1" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
</Setting>
<Setting Name="TorahEventRemindPessahD8" Type="System.Boolean" Scope="User">
<Setting Name="TorahEventRemindPessahD7" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="TorahEventRemindChavouotDiet" Type="System.Boolean" Scope="User">
Expand Down
2 changes: 1 addition & 1 deletion Project/Source/Classes/TorahCelebrations.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ static public class TorahCelebrations
/// <summary>
/// The pessah length.
/// </summary>
static public readonly int PessahLenght = 7 + 1;
static public readonly int PessahLenght = 7;

/// <summary>
/// The chavouot length.
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ These are Pesa'h or Easter which is the liberation of illusions, Shavuot or Week

## Changelog

#### 2019.04.25 - Version 1.7

- Fix pessah lenght.

#### 2019.04.08 - Version 1.6

- Fix tray icon.
Expand Down
2 changes: 1 addition & 1 deletion Setup/OrdisoftwareHebrewCalendarSetup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#define MyAppName "Hebrew Calendar"
#define MyAppNameNoSpace "HebrewCalendar"
#define MyAppVersion "1.6"
#define MyAppVersion "1.7"
#define MyAppPublisher "Ordisoftware"
#define MyAppURL "http://www.ordisoftware.com/projects/hebrew-calendar"
#define MyAppExeName "Ordisoftware.HebrewCalendar.exe"
Expand Down

0 comments on commit cb97f9a

Please sign in to comment.