Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit db1e137

Browse files
committed
Upgrade to Npgsql 2.2.1
1 parent 068a4e3 commit db1e137

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+34
-9
lines changed

NuGet/ServiceStack.OrmLite.PostgreSQL/servicestack.ormlite.postgresql.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<language>en-US</language>
1919
<copyright>ServiceStack 2013 and contributors</copyright>
2020
<dependencies>
21-
<dependency id="Npgsql" version="2.2.0" />
21+
<dependency id="Npgsql" version="2.2.1" />
2222
<dependency id="ServiceStack.OrmLite" version="4.0" />
2323
</dependencies>
2424
</metadata>

src/ServiceStack.OrmLite.PostgreSQL.Tests/ServiceStack.OrmLite.PostgreSQL.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@
4646
<ItemGroup>
4747
<Reference Include="Mono.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
4848
<SpecificVersion>False</SpecificVersion>
49-
<HintPath>..\packages\Npgsql.2.2.0\lib\net40\Mono.Security.dll</HintPath>
49+
<HintPath>..\packages\Npgsql.2.2.1\lib\net40\Mono.Security.dll</HintPath>
5050
</Reference>
51-
<Reference Include="Npgsql, Version=2.2.0.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">
51+
<Reference Include="Npgsql, Version=2.2.1.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">
5252
<SpecificVersion>False</SpecificVersion>
53-
<HintPath>..\packages\Npgsql.2.2.0\lib\net40\Npgsql.dll</HintPath>
53+
<HintPath>..\packages\Npgsql.2.2.1\lib\net40\Npgsql.dll</HintPath>
5454
</Reference>
5555
<Reference Include="ServiceStack.Common">
5656
<HintPath>..\..\lib\ServiceStack.Common.dll</HintPath>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Npgsql" version="2.2.0" targetFramework="net40" />
3+
<package id="Npgsql" version="2.2.1" targetFramework="net40" />
44
</packages>

src/ServiceStack.OrmLite.PostgreSQL/ServiceStack.OrmLite.PostgreSQL.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@
4545
<ItemGroup>
4646
<Reference Include="Mono.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
4747
<SpecificVersion>False</SpecificVersion>
48-
<HintPath>..\packages\Npgsql.2.2.0\lib\net40\Mono.Security.dll</HintPath>
48+
<HintPath>..\packages\Npgsql.2.2.1\lib\net40\Mono.Security.dll</HintPath>
4949
</Reference>
50-
<Reference Include="Npgsql, Version=2.2.0.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">
50+
<Reference Include="Npgsql, Version=2.2.1.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">
5151
<SpecificVersion>False</SpecificVersion>
52-
<HintPath>..\packages\Npgsql.2.2.0\lib\net40\Npgsql.dll</HintPath>
52+
<HintPath>..\packages\Npgsql.2.2.1\lib\net40\Npgsql.dll</HintPath>
5353
</Reference>
5454
<Reference Include="ServiceStack.Common">
5555
<HintPath>..\..\lib\ServiceStack.Common.dll</HintPath>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Npgsql" version="2.2.0" targetFramework="net40" />
3+
<package id="Npgsql" version="2.2.1" targetFramework="net40" />
44
</packages>

src/ServiceStack.OrmLite/OrmLiteReadExtensions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
using System.Text;
1919
using ServiceStack.Logging;
2020
using System.Linq;
21+
using ServiceStack.Text;
2122

2223
namespace ServiceStack.OrmLite
2324
{
-398 KB
Binary file not shown.
-343 KB
Binary file not shown.
-344 KB
Binary file not shown.
-344 KB
Binary file not shown.

0 commit comments

Comments
 (0)