Skip to content

Commit

Permalink
Jc Version Up
Browse files Browse the repository at this point in the history
  • Loading branch information
279328316 committed Jul 14, 2020
1 parent 9a14e0b commit 20998f3
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Jc.Core.Base/Jc.Core.Base.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.1.2.5</Version>
<Version>1.1.2.6</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>简单好用的.net开源Orm框架
https://github.com/279328316/JcCore</Description>
Expand Down
2 changes: 1 addition & 1 deletion Jc.Core.MsSql/Jc.Core.MsSql.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackageReleaseNotes>Jc.Core .net 开源Orm框架 For MsSql
简单好用的.net开源Orm框架
author:[email protected]</PackageReleaseNotes>
<Version>1.1.2.5</Version>
<Version>1.1.2.6</Version>
<AssemblyVersion>1.0.0.1</AssemblyVersion>
<FileVersion>1.0.0.1</FileVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand Down
2 changes: 1 addition & 1 deletion Jc.Core.MySql/Jc.Core.MySql.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
author:[email protected]</PackageReleaseNotes>
<AssemblyVersion>1.0.0.1</AssemblyVersion>
<FileVersion>1.0.0.1</FileVersion>
<Version>1.1.2.5</Version>
<Version>1.1.2.6</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
2 changes: 1 addition & 1 deletion Jc.Core.PostgreSql/Jc.Core.PostgreSql.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.1.2.5</Version>
<Version>1.1.2.6</Version>
<Description>Jc.Core .net 开源Orm框架 For PostgreSql
简单好用的.net开源Orm框架</Description>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand Down
2 changes: 1 addition & 1 deletion Jc.Core.Sqlite/Jc.Core.Sqlite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
author:[email protected]</PackageReleaseNotes>
<AssemblyVersion>1.0.0.1</AssemblyVersion>
<FileVersion>1.0.0.1</FileVersion>
<Version>1.1.2.5</Version>
<Version>1.1.2.6</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
7 changes: 2 additions & 5 deletions Jc.Core/Jc.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ author:[email protected]</PackageReleaseNotes>
https://github.com/279328316/JcCore</Description>
<AssemblyVersion>1.0.0.1</AssemblyVersion>
<FileVersion>1.0.0.1</FileVersion>
<Version>1.1.2.5</Version>
<Version>1.1.2.6</Version>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
</PropertyGroup>

Expand All @@ -31,6 +31,7 @@ https://github.com/279328316/JcCore</Description>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Jc.Core.Base" Version="1.1.2.6" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="2.1.1" />
<PackageReference Include="Microsoft.Extensions.Caching.Redis" Version="2.1.1" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="3.0.0" />
Expand All @@ -42,8 +43,4 @@ https://github.com/279328316/JcCore</Description>
<PackageReference Include="System.Text.Encoding.CodePages" Version="4.5.1" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Jc.Core.Base\Jc.Core.Base.csproj" />
</ItemGroup>

</Project>

0 comments on commit 20998f3

Please sign in to comment.