Skip to content

Commit

Permalink
Merge pull request #193 from ngvtien/master
Browse files Browse the repository at this point in the history
Up package build version to 0.19.0
  • Loading branch information
valente500 authored Sep 2, 2020
2 parents 12d9954 + 4a3beb4 commit 089ca42
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,15 +1,15 @@
<Project>
<PropertyGroup>
<TargetFrameworks>netcoreapp1.0;netcoreapp1.1;netcoreapp2.0;netcoreapp2.1;netcoreapp2.2;net46;netstandard2.0</TargetFrameworks>
<VersionPrefix>0.18.0</VersionPrefix>
<VersionPrefix>0.19.0</VersionPrefix>
<AssemblyVersion>0.11.0.0</AssemblyVersion>
<FileVersion>$(VersionPrefix)</FileVersion>
<Authors>dataaction</Authors>
<PackageTags>Sybase ASE Adaptive SAP AseClient DbProvider</PackageTags>
<PackageIcon>icon.png</PackageIcon>
<PackageProjectUrl>https://github.com/DataAction/AdoNetCore.AseClient</PackageProjectUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageReleaseNotes>Refer to GitHub - https://github.com/DataAction/AdoNetCore.AseClient/releases/tag/0.18.0</PackageReleaseNotes>
<PackageReleaseNotes>Refer to GitHub - https://github.com/DataAction/AdoNetCore.AseClient/releases/tag/0.19.0</PackageReleaseNotes>
<RepositoryUrl>https://github.com/DataAction/AdoNetCore.AseClient</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
Expand Down

0 comments on commit 089ca42

Please sign in to comment.