Skip to content

Commit d04b44e

Browse files
committed
Bump version
1 parent ff97458 commit d04b44e

File tree

3 files changed

+41
-41
lines changed

3 files changed

+41
-41
lines changed

src/PublicHoliday/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("3.0.0.0")]
36-
[assembly: AssemblyFileVersion("3.0.0.0")]
35+
[assembly: AssemblyVersion("3.1.0.0")]
36+
[assembly: AssemblyFileVersion("3.1.0.0")]
3737

3838
// Visibility of project of test
3939
[assembly: InternalsVisibleTo("PublicHolidayTests")]

src/PublicHoliday/PublicHoliday.csproj

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -22,43 +22,43 @@
2222
2.5.0: US 2021 Juneteenth added
2323
2.6.0: New Zealand Matariki dates added for next 30 years
2424
2.7.0: Add Denmark (thanks @Halling69), add Canada Truth&Reconciliation from 2021 (thanks @mattandwhatnot), change Japan Emperors Day (thanks @zimathon)
25-
2.8.0: Add Canada Governement Quebec Closing Day , improve HolidayCalculator (thanks @Hrothval)
26-
2.9.0: Add Localized String for class Holiday, Adding cache for Easter for performance framework 4.0+/andard1.3+ (thanks @Hrothval) Added RomanianPublicHoliday (thanks @mihaigliga21)
27-
2.10.0: Add in HolidayCalculator PreviousWorkingDay/NextWorkingDay with x open day, Add eCachingHolidays with default to false in IPublicHolidays/PublicHolidayBase, Add in IsWorkingDay in ublicHolidays, Add target .NET 5.0 (thanks @Hrothval)
28-
2.11.0: Add Estonia (thanks @Kaupo) Add USAFederalReserveHoliday (thanks @AndrewPecha). Add calizationString for France and US. Adjust framework for code section, CanadaQuebecGovClosingDay djustholiday name for past year CanadaDay and NationalPatriotDay, HolidayCalculator reviousWorkingDay/extWorkingDay option ignore same day, IPublicHolidays/PublicHolidayBase add eviousWorkingDayNotSameDay and NextWorkingDayNotSameDay, USAPublicHoliday add holiday name and andardization (thanks @Hrothval)
29-
2.12.0: Fix DutchPublicHoliday LiberationDay (thanks @sergiu05)
30-
2.13.0: Fix ANZAC/Easter Monday conflict (thanks @seancallinan )
31-
2.14.0: #66 Add holiday names for USAFederalReserveHoliday
32-
2.15.0: #67 Fix spelling Switzerland Pfingsten
33-
2.16.0 #69 Add Lithuania (thanks @aursad)
34-
2.16.2 #72 Add state funeral of Queen Elizabeth II, UK, Canada, Australia, New Zealand (thanks eancallinan )
35-
2.17.0 #73 NZ provincial holidays added (thanks @seancallinan ) #74 Germany holiday error
36-
2.18.0 #77 South african public holidays fixes (thanks @FifoTheHein ) #78 Added polish diacritics thanks@konradbartecki )
37-
2.19.0 #79 Added Turkey (thanks @HakanUcaar )
38-
2.20.0 Added UK special holiday for Coronation, 2023
39-
2.21.0 #81 Added Slovenian holidays (thanks @KlemenS189 )
40-
2.22.0: #82 South Africa Christmas dates moved (thanks @ FifoTheHein )
41-
2.23.0: #83 Add Finland holidays (thanks @vergi40 )
42-
2.24.0: Ireland adds St Brigid's day from 2023
43-
2.25.0: Australia + New Zealand- King's Birthday added (Queen's Birthday retained for backwards API mpatibility/historic dates), Denmark remove General Prayer Day from 2024 (thanks @Jesper Nysteen)
44-
2.26.0: Add Greece holidays
45-
2.27.0: Fix issues with Turkey Holidays (thanks @ahmet-cetinkaya )
46-
2.28.0: #94 #96 Conditional holidays in Denmark (day after Ascension) and Netherlands (Liberation Day tionally only in Lustrum years) -Thanks @SeanSEmerson, @swannet)
47-
2.29.0: Womans Day in Mecklenburg-Vorpommern since 2023, added Serbian holidays (thanks @Reo1980, lekseiKrasilnikov)
48-
2.30.0: #102 Add Montenegro holidays (thanks @anovik); add netstandard2.1 target, no other changes
49-
2.31.0: #103 Add missing holidays for Brandenburg (thanks @Cryma); #104 Germany: Assumption in Bavaria hanks @mkrso )
50-
2.32.0: #107 Serbia orthodox easter (thanks @anovik); #108 UK boxing day rules (thanks @spetsen)
51-
2.33.0: #113 #112 Ireland holidays fix weekend rules (thanks @Bjornsen016)
52-
2.34.0: #114 South Africa - Special holiday - 2023 Rugby World Cup Win (thanks @FifoTheHein)
53-
2.35.0: #115 Fixed Japanese Equinox Day calculation (thanks @Makaopior )
54-
2.36.0: #116 Fixed Japanese Vernal and Autumnal Equinox days (thanks @Makaopior )
55-
2.37.0: #120 Add Brazil holidays (thanks @rsegecin ), Netherlands add Good Friday (thanks @wdnijdam )
56-
2.38.0: #122 Update Switzerland Holiday with Cantons (thanks @tossnet), Add NYSE holidays (thanks @stephenherrick )
57-
2.39.0: #125 Fix Turkey Ramadan and FeastOfSacrifices holidays (thanks @hasankaplan-github), #128 Update Switzerland Holiday (thanks @tossnet),; #131 Update France holiday with overseas territories (thanks @tossnet); #132 Add Portugal Holiday (thanks @greybird); #133 South Africa 2024 election day (thanks @FifoTheHein)
58-
2.40.0: #135 Bavarian Assumption date is conditional
59-
2.41.0: #136 Denmark additional optional holidays (thanks @hanshb)
60-
3.0.0: #138 Remove Japanese character from method name due to MsBuild error- breaking change (thanks @vilinet @wollac11 ); #139 add business days calculations
61-
3.1.0: #141 Issue with Greeneryday in Japan in 2025
25+
2.8.0: Add Canada Governement Quebec Closing Day , improve HolidayCalculator (thanks @Hrothval)
26+
2.9.0: Add Localized String for class Holiday, Adding cache for Easter for performance framework 4.0+/andard1.3+ (thanks @Hrothval) Added RomanianPublicHoliday (thanks @mihaigliga21)
27+
2.10.0: Add in HolidayCalculator PreviousWorkingDay/NextWorkingDay with x open day, Add eCachingHolidays with default to false in IPublicHolidays/PublicHolidayBase, Add in IsWorkingDay in ublicHolidays, Add target .NET 5.0 (thanks @Hrothval)
28+
2.11.0: Add Estonia (thanks @Kaupo) Add USAFederalReserveHoliday (thanks @AndrewPecha). Add calizationString for France and US. Adjust framework for code section, CanadaQuebecGovClosingDay djustholiday name for past year CanadaDay and NationalPatriotDay, HolidayCalculator reviousWorkingDay/extWorkingDay option ignore same day, IPublicHolidays/PublicHolidayBase add eviousWorkingDayNotSameDay and NextWorkingDayNotSameDay, USAPublicHoliday add holiday name and andardization (thanks @Hrothval)
29+
2.12.0: Fix DutchPublicHoliday LiberationDay (thanks @sergiu05)
30+
2.13.0: Fix ANZAC/Easter Monday conflict (thanks @seancallinan )
31+
2.14.0: #66 Add holiday names for USAFederalReserveHoliday
32+
2.15.0: #67 Fix spelling Switzerland Pfingsten
33+
2.16.0 #69 Add Lithuania (thanks @aursad)
34+
2.16.2 #72 Add state funeral of Queen Elizabeth II, UK, Canada, Australia, New Zealand (thanks eancallinan )
35+
2.17.0 #73 NZ provincial holidays added (thanks @seancallinan ) #74 Germany holiday error
36+
2.18.0 #77 South african public holidays fixes (thanks @FifoTheHein ) #78 Added polish diacritics thanks@konradbartecki )
37+
2.19.0 #79 Added Turkey (thanks @HakanUcaar )
38+
2.20.0 Added UK special holiday for Coronation, 2023
39+
2.21.0 #81 Added Slovenian holidays (thanks @KlemenS189 )
40+
2.22.0: #82 South Africa Christmas dates moved (thanks @ FifoTheHein )
41+
2.23.0: #83 Add Finland holidays (thanks @vergi40 )
42+
2.24.0: Ireland adds St Brigid's day from 2023
43+
2.25.0: Australia + New Zealand- King's Birthday added (Queen's Birthday retained for backwards API mpatibility/historic dates), Denmark remove General Prayer Day from 2024 (thanks @Jesper Nysteen)
44+
2.26.0: Add Greece holidays
45+
2.27.0: Fix issues with Turkey Holidays (thanks @ahmet-cetinkaya )
46+
2.28.0: #94 #96 Conditional holidays in Denmark (day after Ascension) and Netherlands (Liberation Day tionally only in Lustrum years) -Thanks @SeanSEmerson, @swannet)
47+
2.29.0: Womans Day in Mecklenburg-Vorpommern since 2023, added Serbian holidays (thanks @Reo1980, lekseiKrasilnikov)
48+
2.30.0: #102 Add Montenegro holidays (thanks @anovik); add netstandard2.1 target, no other changes
49+
2.31.0: #103 Add missing holidays for Brandenburg (thanks @Cryma); #104 Germany: Assumption in Bavaria hanks @mkrso )
50+
2.32.0: #107 Serbia orthodox easter (thanks @anovik); #108 UK boxing day rules (thanks @spetsen)
51+
2.33.0: #113 #112 Ireland holidays fix weekend rules (thanks @Bjornsen016)
52+
2.34.0: #114 South Africa - Special holiday - 2023 Rugby World Cup Win (thanks @FifoTheHein)
53+
2.35.0: #115 Fixed Japanese Equinox Day calculation (thanks @Makaopior )
54+
2.36.0: #116 Fixed Japanese Vernal and Autumnal Equinox days (thanks @Makaopior )
55+
2.37.0: #120 Add Brazil holidays (thanks @rsegecin ), Netherlands add Good Friday (thanks @wdnijdam )
56+
2.38.0: #122 Update Switzerland Holiday with Cantons (thanks @tossnet), Add NYSE holidays (thanks @stephenherrick )
57+
2.39.0: #125 Fix Turkey Ramadan and FeastOfSacrifices holidays (thanks @hasankaplan-github), #128 Update Switzerland Holiday (thanks @tossnet),; #131 Update France holiday with overseas territories (thanks @tossnet); #132 Add Portugal Holiday (thanks @greybird); #133 South Africa 2024 election day (thanks @FifoTheHein)
58+
2.40.0: #135 Bavarian Assumption date is conditional
59+
2.41.0: #136 Denmark additional optional holidays (thanks @hanshb)
60+
3.0.0: #138 Remove Japanese character from method name due to MsBuild error- breaking change (thanks @vilinet @wollac11 ); #139 add business days calculations
61+
3.1.0: #141 Issue with Greeneryday in Japan in 2025
6262
</PackageReleaseNotes>
6363
<PackageProjectUrl>https://github.com/martinjw/Holiday</PackageProjectUrl>
6464
<PackageLicenseUrl></PackageLicenseUrl>
@@ -74,7 +74,7 @@
7474
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
7575
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
7676
<GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute>
77-
<Version>3.0.0</Version>
77+
<Version>3.1.0</Version>
7878

7979
<PackageLicenseExpression>MIT</PackageLicenseExpression>
8080
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>

tests/PublicHolidayTests/PublicHolidayTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</ItemGroup>
2121

2222
<ItemGroup>
23-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
23+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
2424
<PackageReference Include="MSTest.TestAdapter" Version="3.6.3" />
2525
<PackageReference Include="MSTest.TestFramework" Version="3.6.3" />
2626
</ItemGroup>

0 commit comments

Comments
 (0)