Skip to content
This repository was archived by the owner on Nov 8, 2020. It is now read-only.

Commit 6b59458

Browse files
committed
Upgrading version to 2.0-rc2.
1 parent cddd4e4 commit 6b59458

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<TargetFrameworks>netcoreapp2.2;netcoreapp3.0</TargetFrameworks>
44
<LangVersion>latest</LangVersion>
5-
<Version>2.0-rc1</Version>
5+
<Version>2.0-rc2</Version>
66
<PackageProjectUrl>https://github.com/RayTale/Ray</PackageProjectUrl>
77
<RepositoryUrl>https://github.com/RayTale/Ray.git</RepositoryUrl>
88
<LICENSE>https://github.com/RayTale/Ray/blob/master/LICENSE</LICENSE>

src/Ray.Storage.PostgreSQL/Ray.Storage.PostgreSQL.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<ItemGroup>
33
<PackageReference Include="Dapper" Version="2.0.4" />
4-
<PackageReference Include="Npgsql" Version="4.0.9" />
4+
<PackageReference Include="Npgsql" Version="4.0.10" />
55
</ItemGroup>
66

77
<ItemGroup>

0 commit comments

Comments
 (0)