Skip to content

Commit 4ae1361

Browse files
authored
Merge pull request #114 from DataAction/add-icon
Add icon.png
2 parents a1013b2 + dac823b commit 4ae1361

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# AdoNetCore.AseClient - a .NET Core DB Provider for SAP ASE
1+
# ![icon](icon.png "icon") AdoNetCore.AseClient
2+
3+
A .NET Core DB Provider for SAP ASE
24

35
[![CodeFactor](https://www.codefactor.io/repository/github/dataaction/adonetcore.aseclient/badge)](https://www.codefactor.io/repository/github/dataaction/adonetcore.aseclient)
46
[![Join the chat at https://gitter.im/DataAction/AdoNetCore.AseClient](https://badges.gitter.im/DataAction/AdoNetCore.AseClient.svg)](https://gitter.im/DataAction/AdoNetCore.AseClient?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
@@ -45,7 +47,7 @@ The latest stable release of the AdoNetCore.AseClient is [available on NuGet](ht
4547
* AseErrorCollection
4648
* AseException
4749
* AseInfoMessageEventArgs
48-
* AseInfoMessageEventHandler
50+
* AseInfoMessageEventHandler
4951
* AseParameter
5052
* AseParameterCollection
5153
* AseRowUpdatedEventArgs - .NET Core 2.0+
@@ -107,7 +109,7 @@ Open a connection (pooled) and invoke AseCommand.ExecuteReader(...) once, readin
107109

108110
We perform these tests for .NET Core 1.1, .NET Core 2.0, and .NET Standard 4.6 using the `AdoNetCore.AseClient`. For comparison, we also perform these tests on .NET Standard 4.6 using the `Sybase.Data.AseClient` from SAP.
109111

110-
### Environment
112+
### Environment
111113
The goal of the benchmarking is not to establish the absolute performance of the driver or the ASE Server, but to show its equivalence as a substitute. As such, the test client and database server have been held constant in all tests.
112114

113115
#### Server:

build/common.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<FileVersion>$(VersionPrefix)</FileVersion>
77
<Authors>dataaction</Authors>
88
<PackageTags>Sybase ASE Adaptive SAP AseClient DbProvider</PackageTags>
9+
<PackageIconUrl>https://raw.githubusercontent.com/DataAction/AdoNetCore.AseClient/master/icon.png</PackageIconUrl>
910
<PackageProjectUrl>https://github.com/DataAction/AdoNetCore.AseClient</PackageProjectUrl>
1011
<PackageLicenseUrl>https://raw.githubusercontent.com/DataAction/AdoNetCore.AseClient/master/LICENSE</PackageLicenseUrl>
1112
<PackageReleaseNotes>Refer to GitHub - https://github.com/DataAction/AdoNetCore.AseClient/releases/tag/0.14.0</PackageReleaseNotes>

icon.png

7.59 KB
Loading

0 commit comments

Comments
 (0)