Browse Source

[Release] Vitorm release/2.0.0

Lith 10 tháng trước cách đây
mục cha
commit
0a006a9bb1

+ 1 - 0
README.md

@@ -394,6 +394,7 @@ namespace App
 
 # Comparison of performance with other ORMs
 > Through benchmarks, there may be slight variations depending on the database source, for reference only.
+> code address: [Program.cs](https://github.com/VitormLib/Vitorm/tree/master/test/Vitorm.Data.Benchmark)    
 
 ## SqlServer 
 | Method | queryJoin | take | runner                 | Mean         | Error     | StdDev    |

+ 1 - 1
src/Vitorm.Data/Vitorm.Data.csproj

@@ -6,7 +6,7 @@
 
     <PropertyGroup>
         <TargetFramework>netstandard2.0</TargetFramework>
-        <Version>2.0.0-preview</Version>
+        <Version>2.0.0</Version>
         <LangVersion>9.0</LangVersion>
     </PropertyGroup>
 

+ 1 - 1
src/Vitorm.MySql/Vitorm.MySql.csproj

@@ -6,7 +6,7 @@
 
     <PropertyGroup>
         <TargetFramework>netstandard2.0</TargetFramework>
-        <Version>2.0.0-preview</Version>
+        <Version>2.0.0</Version>
         <LangVersion>9.0</LangVersion>
     </PropertyGroup>
 

+ 1 - 1
src/Vitorm.SqlServer/Vitorm.SqlServer.csproj

@@ -6,7 +6,7 @@
 
     <PropertyGroup>
         <TargetFramework>netstandard2.0</TargetFramework>
-        <Version>2.0.0-preview</Version>
+        <Version>2.0.0</Version>
         <LangVersion>9.0</LangVersion>
     </PropertyGroup>
 

+ 1 - 1
src/Vitorm.Sqlite/Vitorm.Sqlite.csproj

@@ -6,7 +6,7 @@
 
     <PropertyGroup>
         <TargetFramework>netstandard2.0</TargetFramework>
-        <Version>2.0.0-preview</Version>
+        <Version>2.0.0</Version>
         <LangVersion>9.0</LangVersion>
     </PropertyGroup>
 

+ 1 - 1
src/Vitorm/Vitorm.csproj

@@ -6,7 +6,7 @@
 
     <PropertyGroup>
         <TargetFramework>netstandard2.0</TargetFramework>
-        <Version>2.0.0-preview</Version>
+        <Version>2.0.0</Version>
         <LangVersion>9.0</LangVersion>
     </PropertyGroup>
 

+ 2 - 2
test/Vitorm.Data.MsTest/Vitorm.Data.MsTest.csproj

@@ -16,8 +16,8 @@
 
         <PackageReference Include="Vit.Core" Version="2.2.0" />
 
-        <PackageReference Include="Vitorm.ClickHouse" Version="2.0.0-preview" />
-        <PackageReference Include="Vitorm.ElasticSearch"  Version="2.0.0-preview"/>
+        <PackageReference Include="Vitorm.ClickHouse" Version="2.0.0" />
+        <PackageReference Include="Vitorm.ElasticSearch"  Version="2.0.0"/>
     </ItemGroup>
 
     <ItemGroup>