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

Commit

Permalink
Upgrading version to 2.0-rc2.
Browse files Browse the repository at this point in the history
  • Loading branch information
u-less committed Sep 25, 2019
1 parent cddd4e4 commit 6b59458
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFrameworks>netcoreapp2.2;netcoreapp3.0</TargetFrameworks>
<LangVersion>latest</LangVersion>
<Version>2.0-rc1</Version>
<Version>2.0-rc2</Version>
<PackageProjectUrl>https://github.com/RayTale/Ray</PackageProjectUrl>
<RepositoryUrl>https://github.com/RayTale/Ray.git</RepositoryUrl>
<LICENSE>https://github.com/RayTale/Ray/blob/master/LICENSE</LICENSE>
Expand Down
2 changes: 1 addition & 1 deletion src/Ray.Storage.PostgreSQL/Ray.Storage.PostgreSQL.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<PackageReference Include="Dapper" Version="2.0.4" />
<PackageReference Include="Npgsql" Version="4.0.9" />
<PackageReference Include="Npgsql" Version="4.0.10" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 6b59458

Please sign in to comment.