You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DistillNET/DistillNET/DistillNET.nuspec
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,10 @@
2
2
<package >
3
3
<metadata>
4
4
<id>DistillNET</id>
5
-
<version>1.0.4</version>
5
+
<version>1.1.4</version>
6
6
<title>DistillNET</title>
7
7
<authors>TechnikEmpire</authors>
8
-
<releaseNotes>Bug fix release resolving an issue failing to commit transactions.</releaseNotes>
8
+
<releaseNotes>Modified in memory connection string, as well as filter lookup API, to enable threaded reads. Connections are now created on read (pooled) to comply with one transaction per connection.</releaseNotes>
0 commit comments