Skip to content

Commit bc2d532

Browse files
committed
Issue #9 Increase Version Number
1 parent 15a4a52 commit bc2d532

2 files changed

Lines changed: 15 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
# CHANGELOG #
22

3+
## 2.4.2 ##
4+
5+
* [See Changes](https://github.com/bytefish/PostgreSQLCopyHelper/compare/2.3.0...2.4.2)
6+
7+
Added the following methods for improved ``DateTime`` and ``DateTimeOffset`` mappings, see [Issue #9]():
8+
9+
* ``MapTimeStampTz`` (for ``DateTimeOffset``, ``DateTimeOffset?``)
10+
* ``MapTimeTz``
11+
312
## 2.4.1 ##
413

14+
* [See Changes](https://github.com/bytefish/PostgreSQLCopyHelper/compare/2.3.0...2.4.1)
15+
516
* Reference Npgsql 4.0.4, see Issue #38.
617

718
## 2.4.0 ##

PostgreSQLCopyHelper/PostgreSQLCopyHelper/PostgreSQLCopyHelper/PostgreSQLCopyHelper.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
<PackageTags>postgresql, bulk insert</PackageTags>
1010
<RepositoryUrl>git://github.com/bytefish/PostgreSQLCopyHelper</RepositoryUrl>
1111
<PackageProjectUrl>https://github.com/bytefish/PostgreSQLCopyHelper</PackageProjectUrl>
12-
<PackageLicenseUrl>https://opensource.org/licenses/MIT</PackageLicenseUrl>
12+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1313
<Copyright>Copyright © 2019 Philipp Wagner</Copyright>
1414
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
15-
<AssemblyVersion>2.4.1.0</AssemblyVersion>
16-
<FileVersion>2.4.1.0</FileVersion>
15+
<AssemblyVersion>2.4.2.0</AssemblyVersion>
16+
<FileVersion>2.4.2.0</FileVersion>
1717
<RepositoryType>git</RepositoryType>
18-
<Version>2.4.1</Version>
18+
<Version>2.4.2</Version>
1919
<IncludeSource>True</IncludeSource>
2020
<IncludeSymbols>True</IncludeSymbols>
2121
</PropertyGroup>

0 commit comments

Comments
 (0)