Skip to content

Commit 5faeec8

Browse files
committed
Issue #59 Create 2.6.1 Release
1 parent b2b4e36 commit 5faeec8

4 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 2.6.1 ##
4+
5+
* [See Changes](https://github.com/PostgreSQLCopyHelper/PostgreSQLCopyHelper/compare/2.6.0...2.6.1)
6+
7+
#### This release:
8+
9+
- Executes asynchronous methods without the ``SynchronizationContext`` to prevent blocking from the UI Thread
10+
311
## 2.6.0 ##
412

513
* [See Changes](https://github.com/PostgreSQLCopyHelper/PostgreSQLCopyHelper/compare/2.5.1...2.6.0)
614

715
#### This release:
16+
817
- Exposes ability to use IAsyncEnumerable
918
- Better support when cancelling `SaveAllAsync`
1019

30.6 KB
Binary file not shown.
52.2 KB
Binary file not shown.

src/PostgreSQLCopyHelper/PostgreSQLCopyHelper.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>net461;netstandard2.0;netstandard2.1</TargetFrameworks>
5-
<Version>2.6.1-alpha2</Version>
5+
<Version>2.6.1</Version>
66
</PropertyGroup>
77

88
<ItemGroup>

0 commit comments

Comments
 (0)