We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a27bbc6 commit cd9bf14Copy full SHA for cd9bf14
src/API.Library/API.Library.csproj
@@ -12,7 +12,7 @@
12
<PackageId>API.Library</PackageId>
13
<Product>API Library</Product>
14
<Copyright>Central Statistics Office, Ireland</Copyright>
15
- <Version>6.1.23</Version>
+ <Version>6.1.24</Version>
16
<Authors>Central Statistics Office, Ireland</Authors>
17
<SignAssembly>False</SignAssembly>
18
<RepositoryUrl>https://github.com/CSOIreland/Server-API-Library</RepositoryUrl>
src/API.Library/Entities/ADO.cs
@@ -102,7 +102,7 @@ public void OpenConnection(string connectionName)
102
catch (Exception e)
103
{
104
Log.Instance.Fatal(e);
105
- connection.Dispose();
+ Dispose();
106
throw;
107
}
108
0 commit comments