Skip to content

Commit df20c13

Browse files
committed
Add code of conduct and update README with NuGet badge
1 parent acfcc6d commit df20c13

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
lines changed

.gitignore

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
.idea
22
.vs
3-
obj/
4-
bin/
3+
**/bin/**/*
4+
**/obj
5+
**/.AssemblyAttributes
6+
coverage
7+
nuget-packages
8+
.DS_Store
9+
monero-lws-csharp.sln.DotSettings.user

CODE_OF_CONDUCT.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
# Code for Conduct
3+
4+
We follow the [Ruby Community's Code of Conduct](https://www.ruby-lang.org/en/conduct/) to ensure a safe, respectful, and productive environment for all participants.
5+
6+
If you experience or witness any violations of this Code of Conduct, please reach out to us in our [Matrix room](https://matrix.to/#/#btcpay-monero:matrix.org) so we can address the issue promptly.

Monero.Lws.IntegrationTests/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ services:
2323
- lws
2424

2525
node_1:
26-
image: btcpayserver/monero:0.18.4.2
26+
image: btcpayserver/monero:0.18.4.3
2727
container_name: node_1
2828
command: [
2929
"monerod",
@@ -53,7 +53,7 @@ services:
5353
- "18089:18089"
5454

5555
node_2:
56-
image: btcpayserver/monero:0.18.4.2
56+
image: btcpayserver/monero:0.18.4.3
5757
container_name: node_2
5858
command: [
5959
"monerod",

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/84cf2fb05ddb4824bff5758696db0f42)](https://app.codacy.com/gh/btcpay-monero/monero-lws-csharp/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
55
[![Codacy Badge](https://app.codacy.com/project/badge/Coverage/84cf2fb05ddb4824bff5758696db0f42)](https://app.codacy.com/gh/btcpay-monero/monero-lws-csharp/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_coverage)
66
[![Matrix rooms](https://img.shields.io/badge/%F0%9F%92%AC%20Matrix-%23btcpay--monero-blue)](https://matrix.to/#/#btcpay-monero:matrix.org)
7+
[![Nuget](https://img.shields.io/nuget/v/MoneroLwsNet.svg)](https://www.nuget.org/packages/MoneroLwsNet)
78
</div>
89

910
# Monero LWS C# Bindings
1011

11-
Library for interacting with Monero Light Wallet Server.
12+
Library for interacting with [Monero Light Wallet Server](https://github.com/vtnerd/monero-lws).
1213

1314
## Code formatting
1415

0 commit comments

Comments
 (0)