Skip to content

Commit

Permalink
bump version to 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomatossilva committed Jan 22, 2019
1 parent 0e781ae commit 9c8c84f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Changelog
===================
v5.4.0
- Added extensions to DateTimeOffset (the are proxy to the DateTime existing ones)

v5.3.1
- Fixed 2 columbian holidays on the same date - Thanks @canro91

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ DateTime Extensions


This project is a merge of several common DateTime operations in the form of
extensions to System.DateTime, including natural date difference text (precise and human rounded),
extensions to System.DateTime and System.DateTimeOffset, including natural date difference text (precise and human rounded),
holidays and working days calculations on several culture locales.

Feedback will be much appreciated.
Expand All @@ -28,6 +28,7 @@ The following major features are currently implemented:
+ Time of day
+ General "goto" dates
+ Supports SourceLink for debugging
+ Extensions to both DateTime and DateTimeOffset (the Date portion)


### Working Days Calculations
Expand Down
4 changes: 1 addition & 3 deletions src/DateTimeExtensions/DateTimeExtensions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<VersionPrefix>5.3.1</VersionPrefix>
<AssemblyVersion>5.3.1.0</AssemblyVersion>
<FileVersion>5.3.1.0</FileVersion>
<VersionPrefix>5.4.0</VersionPrefix>
<PackageIconUrl>https://github.com/joaomatossilva/DateTimeExtensions/raw/master/assets/datetimeextensions-60-logo.png</PackageIconUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
Expand Down

0 comments on commit 9c8c84f

Please sign in to comment.