22
33# nUpdate - .NET Update Solution
44
5- [ ![ Release] ( https://img.shields.io/badge/release-v3.3-blue.svg )] ( https://github.com/ProgTrade/nUpdate/releases )
6- [ ![ NuGet] ( https://img.shields.io/badge/nuget%20nUpdate.ProvideTAP-v3.3-red.svg )] ( https://www.nuget.org/packages/nUpdate.ProvideTAP/ )
7- [ ![ NuGet] ( https://img.shields.io/badge/nuget%20nUpdate.WithoutTAP-v3.3-red.svg )] ( https://www.nuget.org/packages/nUpdate.WithoutTAP/ )
5+ [ ![ Release] ( https://img.shields.io/badge/release-v3.3.1 -blue.svg )] ( https://github.com/ProgTrade/nUpdate/releases )
6+ [ ![ NuGet] ( https://img.shields.io/badge/nuget%20nUpdate.ProvideTAP-v3.3.1 -red.svg )] ( https://www.nuget.org/packages/nUpdate.ProvideTAP/ )
7+ [ ![ NuGet] ( https://img.shields.io/badge/nuget%20nUpdate.WithoutTAP-v3.3.1 -red.svg )] ( https://www.nuget.org/packages/nUpdate.WithoutTAP/ )
88[ ![ Issues] ( https://img.shields.io/github/issues/ProgTrade/nUpdate.svg )] ( https://github.com/ProgTrade/nUpdate/issues )
99[ ![ GitHub license] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( https://raw.githubusercontent.com/ProgTrade/nUpdate/master/LICENSE )
1010[ ![ Donate] ( https://img.shields.io/badge/Donate-PayPal-green.svg )] ( https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=dominic%2ebeger%40hotmail%2ede&lc=DE&item_name=nUpdate&no_note=0¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest )
@@ -41,7 +41,7 @@ You can get the necessary libraries and applications from the current [releases]
4141If you want to use nUpdate with the Taskbased Asynchronous Pattern including ` async ` and ` await ` , then install this package:
4242
4343```
44- PM> Install-Package nUpdate.ProvideTAP -Version 3.3.0
44+ PM> Install-Package nUpdate.ProvideTAP -Version 3.3.1
4545```
4646
4747##### Trouble installing nUpdate.ProvideTAP?
@@ -53,7 +53,7 @@ It may be that Visual Studio shows you a warning like `The primary reference "nU
5353Otherwise, if you want to use the Eventbased Asynchronous Pattern, make sure to install this package:
5454
5555```
56- PM> Install-Package nUpdate.WithoutTAP -Version 3.3.0
56+ PM> Install-Package nUpdate.WithoutTAP -Version 3.3.1
5757```
5858
5959## Web
0 commit comments