Skip to content

Commit

Permalink
fix(readme): correct package name (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-chew authored Aug 4, 2022
1 parent 686d34b commit fb4ea88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws-encryption-sdk-net/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ The AWS Encryption SDK is available on [NuGet](https://www.nuget.org/) and can r

Using the dotnet CLI:
```shell
dotnet add <your-project-name>.csproj package AWSEncryptionSDK
dotnet add <your-project-name>.csproj package AWS.EncryptionSDK
```

Alternatively, you may directly modify the `.csproj` and add the AWS Encryption SDK to `PackageReference` `ItemGroup`:
```xml
<PackageReference Include="AWSEncryptionSDK" />
<PackageReference Include="AWS.EncryptionSDK" />
```

The AWS Encryption SDK targets both [.NET/.NET Core](https://docs.microsoft.com/en-us/dotnet/core/introduction) 3.1 and newer on all platforms, and [.NET Framework](https://docs.microsoft.com/en-us/dotnet/framework/) 4.5.2 and newer on Windows only.
Expand Down

0 comments on commit fb4ea88

Please sign in to comment.