File tree Expand file tree Collapse file tree 2 files changed +30
-1
lines changed
Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2021 Afshin Arani
3+ Copyright (c) 2021-2023 Afshin Arani
4+ Copyright (c) 2021-2023 NodeEffect Ltd (nodeffect.com)
45
56Permission is hereby granted, free of charge, to any person obtaining a copy
67of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1+ NOnion
2+ -------------------------------
3+ [ ![ Build Status] ( https://github.com/nblockchain/NOnion/actions/workflows/CI.yml/badge.svg?branch=master&event=push )] ( https://github.com/nblockchain/NOnion/actions/workflows/CI.yml )
4+
5+ _ Unofficial_ work in progress .NET TOR client library (implemented in F#)
6+
7+ - [ How do I add this to my project?] ( #how-do-i-add-this-to-my-project )
8+ - [ Contributing] ( #contributing )
9+ - [ Contributors] ( https://github.com/nblockchain/NOnion/graphs/contributors )
10+ - [ License] ( https://github.com/nblockchain/NOnion/blob/master/LICENSE )
11+
12+ # How do I add this to my project?
13+
14+ Install via NuGet:
15+
16+ ## .NET CLI
17+ ```
18+ > dotnet add package NOnion
19+ ```
20+
21+ ## VS Package Manager
22+ ```
23+ > Install-Package NOnion
24+ ```
25+
26+ # Contributing
27+
28+ Don't underestimate the power of your contribution - even a small pull request can make a big difference in a small project, so submit yours today!
You can’t perform that action at this time.
0 commit comments