Browse Source

release/2.5.0

Lith 4 months ago
parent
commit
42ddb269ba
2 changed files with 2 additions and 3 deletions
  1. 2 2
      src/Versions.props
  2. 0 1
      src/Vitorm.PostgreSQL/DataProvider.cs

+ 2 - 2
src/Versions.props

@@ -1,7 +1,7 @@
 <Project>
     <PropertyGroup>
-        <Version>2.4.0-develop</Version>
-        <Vitorm_Version>[2.4.0, 2.5.0)</Vitorm_Version>
+        <Version>2.5.0</Version>
+        <Vitorm_Version>[2.5.0, 2.6.0)</Vitorm_Version>
     </PropertyGroup>
 
     <PropertyGroup>

+ 0 - 1
src/Vitorm.PostgreSQL/DataProvider.cs

@@ -1,6 +1,5 @@
 using System.Collections.Generic;
 
-using Vitorm.DataProvider;
 using Vitorm.Sql;
 
 namespace Vitorm.PostgreSQL