Skip to content

Commit b8e0638

Browse files
committed
Updated README.md
1 parent fe9e996 commit b8e0638

1 file changed

Lines changed: 33 additions & 2 deletions

File tree

README.md

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,33 @@
1-
# utPLSQL-dotnet-api
2-
dotnet API for running utPLSQL v3+ unit tests from .net applications
1+
# utPLSQL .NET API
2+
.NET API for running utPLSQL v3+ unit tests from .NET applications
3+
4+
## Releases
5+
Releases are published to nuGet: https://www.nuget.org/packages/utPLSQL.Api/
6+
7+
## Issues
8+
9+
Please file your bug reports, enhancement requests, questions and other support requests within [Github's issue tracker](https://help.github.com/articles/about-issues/).
10+
11+
* [Questions](https://github.com/utPLSQL/utPLSQL-dotnet-api/issues?q=is%3Aissue+label%3Aquestion)
12+
* [Open enhancements](https://github.com/utPLSQL/utPLSQL-dotnet-api/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement)
13+
* [Open bugs](https://github.com/utPLSQL/utPLSQL-dotnet-api/issues?q=is%3Aopen+is%3Aissue+label%3Abug)
14+
* [Submit new issue](https://github.com/utPLSQL/utPLSQL-dotnet-api/issues/new)
15+
16+
## How to Contribute
17+
18+
1. Describe your idea by [submitting an issue](https://github.com/utPLSQL/utPLSQL-dotnet-api/issues/new)
19+
2. [Fork the utPLSQL-PLSQL-Developer respository](https://github.com/utPLSQL/utPLSQL-dotnet-api/fork)
20+
3. [Create a branch](https://help.github.com/articles/creating-and-deleting-branches-within-your-repository/), commit and publish your changes and enhancements
21+
4. [Create a pull request](https://help.github.com/articles/creating-a-pull-request/)
22+
23+
## How to Build
24+
25+
1. Open the utPLSQL.Api.sln solution in Visual Studio
26+
2. Build the solution
27+
28+
## License
29+
30+
utPLSQL .NET API is licensed under the Apache License, Version 2.0.
31+
You may obtain a copy of the License at <http://www.apache.org/licenses/LICENSE-2.0>.
32+
33+

0 commit comments

Comments
 (0)