Skip to content

Commit

Permalink
Up package version
Browse files Browse the repository at this point in the history
  • Loading branch information
senseibaka committed Nov 18, 2018
1 parent 79a7326 commit 82a0df8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/common.props
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<Project>
<PropertyGroup>
<TargetFrameworks>netcoreapp1.0;netcoreapp1.1;netcoreapp2.0;netcoreapp2.1;net46;netstandard2.0</TargetFrameworks>
<VersionPrefix>0.13.0</VersionPrefix>
<VersionPrefix>0.13.1</VersionPrefix>
<AssemblyVersion>0.11.0.0</AssemblyVersion>
<FileVersion>$(VersionPrefix)</FileVersion>
<Authors>dataaction</Authors>
<PackageTags>Sybase ASE Adaptive SAP AseClient DbProvider</PackageTags>
<PackageProjectUrl>https://github.com/DataAction/AdoNetCore.AseClient</PackageProjectUrl>
<PackageLicenseUrl>https://raw.githubusercontent.com/DataAction/AdoNetCore.AseClient/master/LICENSE</PackageLicenseUrl>
<PackageReleaseNotes>Refer to GitHub - https://github.com/DataAction/AdoNetCore.AseClient/releases/tag/0.12.0</PackageReleaseNotes>
<PackageReleaseNotes>Refer to GitHub - https://github.com/DataAction/AdoNetCore.AseClient/releases/tag/0.13.1</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)' == 'net46'">
<DefineConstants>$(DefineConstants);NET_FRAMEWORK</DefineConstants>
Expand Down

0 comments on commit 82a0df8

Please sign in to comment.