Parcourir la source

release/2.5.0

Lith il y a 4 mois
Parent
commit
42ddb269ba
2 fichiers modifiés avec 2 ajouts et 3 suppressions
  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