Skip to content

Commit 88e5210

Browse files
Update Readme
1 parent a82d7fb commit 88e5210

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,22 @@
33
[![CD](https://github.com/ThunderDesign/ThunderDesign.Net-PCL.Threading/actions/workflows/CD.yml/badge.svg)](https://github.com/ThunderDesign/ThunderDesign.Net-PCL.Threading/actions/workflows/CD.yml)
44
[![Nuget](https://img.shields.io/nuget/v/ThunderDesign.Net-PCL.Threading)](https://www.nuget.org/packages/ThunderDesign.Net-PCL.Threading)
55
[![License](https://img.shields.io/github/license/ThunderDesign/ThunderDesign.Net-PCL.Threading)](https://github.com/ThunderDesign/ThunderDesign.Net-PCL.Threading/blob/main/LICENSE)
6+
[![Net](https://img.shields.io/badge/.net%20standard-2.0-blue)](https://github.com/ThunderDesign/ThunderDesign.Net-PCL.Threading/blob/main/README.md)
67

78
A combination of generic Thread-Safe objects for .Net development.
89

910
----
1011

11-
A simple C# repository containing a few basic useful Thread-Safe Objects. Highlights include:
12+
A simple C# repository containing a few basic useful Thread-Safe Objects.
13+
### Highlights include:
1214

1315
- Collections
1416
- ObservableDictionaryThreadSafe
1517
- ObservableCollectionThreadSafe
1618
- DictionaryThreadSafe
1719
- SortedListThreadSafe
1820
- ListThreadSafe
21+
- QueueThreadSafe
1922
- DataCollections
2023
- ObservableDataDictionary
2124
- ObservableDataCollection
@@ -29,3 +32,18 @@ A simple C# repository containing a few basic useful Thread-Safe Objects. Highli
2932
- ObjectExtention
3033
- HelperClasses
3134
- ThreadHelper
35+
36+
----
37+
38+
## Installation
39+
40+
Grab the latest [ThunderDesign.Net-PCL.Threading NuGet](https://www.nuget.org/packages/ThunderDesign.Net-PCL.Threading) package and install in your solution.
41+
42+
> Install-Package ThunderDesign.Net-PCL.Threading
43+
44+
Use the `-version` option to specify an [older version](https://www.nuget.org/packages/ThunderDesign.Net-PCL.Threading#versions-tab) to install.
45+
46+
## Please Contribute!
47+
48+
This is an open source project that welcomes contributions/suggestions/bug reports from those who use it. If you have any ideas on how to improve the library, please [post an issue here on GitHub](https://github.com/ThunderDesign/ThunderDesign.Net-PCL.Threading/issues). Please check out the [How to Contribute](https://github.com/ThunderDesign/ThunderDesign.Net-PCL.Threading/blob/main/.github/CONTRIBUTING.md).
49+

0 commit comments

Comments
 (0)