Skip to content

Commit b043704

Browse files
committed
u
1 parent 1260903 commit b043704

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

SmartSql/SmartSql.csproj

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>netstandard1.4</TargetFramework>
4+
<TargetFramework>netstandard1.3</TargetFramework>
55
<Authors>Ahoo Wang</Authors>
66
<Company>Ahoo Wang</Company>
77
<Description>SmartSql = Dapper + MyBatis + Cache(Memory | Redis) + ZooKeeper + R/W Splitting + ......</Description>
@@ -10,12 +10,11 @@
1010
<PackageProjectUrl>https://github.com/Ahoo-Wang/SmartSql</PackageProjectUrl>
1111
<RepositoryUrl>https://github.com/Ahoo-Wang/SmartSql</RepositoryUrl>
1212
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
13-
<Version>2.0.1</Version>
14-
<AssemblyVersion>2.0.1.0</AssemblyVersion>
15-
<FileVersion>2.0.1.0</FileVersion>
13+
<Version>2.0.4</Version>
14+
<AssemblyVersion>2.0.4.0</AssemblyVersion>
15+
<FileVersion>2.0.4.0</FileVersion>
1616
<PackageTags>SmartSql Dapper MyBatis Cache(Memory | Redis) ZooKeeper R/W Splitting</PackageTags>
17-
<PackageReleaseNotes>1. remove SmartSql Logging
18-
2. add Microsoft.Extensions.Logging</PackageReleaseNotes>
17+
<PackageReleaseNotes></PackageReleaseNotes>
1918
</PropertyGroup>
2019

2120
<ItemGroup>

0 commit comments

Comments
 (0)