@@ -17,26 +17,30 @@ application development.
1717| Github Actions | Windows | [ ![ build-windows] ( https://github.com/localstack-dotnet/localstack-dotnet-client/actions/workflows/build-windows.yml/badge.svg )] ( https://github.com/localstack-dotnet/localstack-dotnet-client/actions/workflows/build-windows.yml ) |
1818| Github Actions | macOS | [ ![ build-macos] ( https://github.com/localstack-dotnet/localstack-dotnet-client/actions/workflows/build-macos.yml/badge.svg )] ( https://github.com/localstack-dotnet/localstack-dotnet-client/actions/workflows/build-macos.yml ) |
1919
20+ ## Packages
21+
22+ | Package | Stable | Nightly |
23+ | ---------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
24+ | LocalStack.Client | [ ![ NuGet] ( https://img.shields.io/nuget/v/LocalStack.Client.svg )] ( https://www.nuget.org/packages/LocalStack.Client/ ) | [ ![ MyGet] ( https://img.shields.io/myget/localstack-dotnet-client/v/LocalStack.Client.svg?label=myget )] ( https://www.myget.org/feed/localstack-dotnet-client/package/nuget/LocalStack.Client ) |
25+ | LocalStack.Client.Extensions | [ ![ NuGet] ( https://img.shields.io/nuget/v/LocalStack.Client.Extensions.svg )] ( https://www.nuget.org/packages/LocalStack.Client.Extensions/ ) | [ ![ MyGet] ( https://img.shields.io/myget/localstack-dotnet-client/v/LocalStack.Client.Extensions.svg?label=myget )] ( https://www.myget.org/feed/localstack-dotnet-client/package/nuget/LocalStack.Client.Extensions ) |
26+
2027## Table of Contents
2128
22- 1 . [ LocalStack .Net Core and .Net Framework Client] ( #localstack-net-core-and-net-framework-client )
23- 2 . [ Continuous Integration] ( #continuous-integration )
24- 3 . [ Supported Platforms] ( #supported-platforms )
25- 4 . [ Why LocalStack.NET Client?] ( #why-localstacknet-client )
26- 5 . [ Prerequisites] ( #prerequisites )
27- 6 . [ Installation] ( #installation )
29+ 1 . [ Supported Platforms] ( #supported-platforms )
30+ 2 . [ Why LocalStack.NET Client?] ( #why-localstacknet-client )
31+ 3 . [ Prerequisites] ( #prerequisites )
32+ 4 . [ Installation] ( #installation )
2833 - [ Recommended: LocalStack.Client.Extensions] ( #recommended-localstackclientextensions )
2934 - [ Base Library: LocalStack.Client] ( #base-library-localstackclient )
30- 7 . [ Packages Overview] ( #packages-overview )
31- 8 . [ Usage] ( #usage )
35+ 5 . [ Usage] ( #usage )
3236 - [ Configuration] ( #configuration )
3337 - [ Integrating with Dependency Injection] ( #integrating-with-dependency-injection )
34- 9 . [ Developing] ( #developing )
38+ 6 . [ Developing] ( #developing )
3539 - [ Building the Project] ( #building-the-project )
3640 - [ Sandbox Applications] ( #sandbox-applications )
3741 - [ Running Tests] ( #running-tests )
38- 10 . [ Changelog] ( #changelog )
39- 11 . [ License] ( #license )
42+ 7 . [ Changelog] ( #changelog )
43+ 8 . [ License] ( #license )
4044
4145## Supported Platforms
4246
@@ -101,13 +105,6 @@ Or use `dotnet cli`
101105dotnet add package LocalStack.Client
102106```
103107
104- ## Packages Overview
105-
106- | Package | Stable | Nightly |
107- | ---------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
108- | LocalStack.Client | [ ![ NuGet] ( https://img.shields.io/nuget/v/LocalStack.Client.svg )] ( https://www.nuget.org/packages/LocalStack.Client/ ) | [ ![ MyGet] ( https://img.shields.io/myget/localstack-dotnet-client/v/LocalStack.Client.svg?label=myget )] ( https://www.myget.org/feed/localstack-dotnet-client/package/nuget/LocalStack.Client ) |
109- | LocalStack.Client.Extensions | [ ![ NuGet] ( https://img.shields.io/nuget/v/LocalStack.Client.Extensions.svg )] ( https://www.nuget.org/packages/LocalStack.Client.Extensions/ ) | [ ![ MyGet] ( https://img.shields.io/myget/localstack-dotnet-client/v/LocalStack.Client.Extensions.svg?label=myget )] ( https://www.myget.org/feed/localstack-dotnet-client/package/nuget/LocalStack.Client.Extensions ) |
110-
111108## Usage
112109
113110` LocalStack.NET ` is a library that provides a wrapper around the [ aws-sdk-net] ( https://github.com/aws/aws-sdk-net ) . This means you can use it in a similar way to the ` AWS SDK for .NET ` and to [ AWSSDK.Extensions.NETCore.Setup] ( https://docs.aws.amazon.com/sdk-for-net/latest/developer-guide/net-dg-config-netcore.html ) with a few differences. For more on how to use the AWS SDK for .NET, see [ Getting Started with the AWS SDK for .NET] ( https://docs.aws.amazon.com/sdk-for-net/v3/developer-guide/net-dg-setup.html ) .
0 commit comments