Skip to content

Commit 94956ce

Browse files
authored
feat: bump version and prepare for release (#711)
1 parent 3da0c2e commit 94956ce

File tree

3 files changed

+28
-10
lines changed

3 files changed

+28
-10
lines changed

DynamoDbEncryption/icon.png

7.41 KB
Loading

DynamoDbEncryption/runtimes/net/DynamoDbEncryption.csproj

Lines changed: 27 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,34 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<RootNamespace>AWS Cryptography DynamoDb Encryption</RootNamespace>
4+
<OutputType>Library</OutputType>
5+
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
6+
<IsPackable>true</IsPackable>
7+
8+
<Version>3.2.0</Version>
9+
10+
<AssemblyName>AWS.Cryptography.DbEncryptionSDK.DynamoDb</AssemblyName>
11+
<PackageId>AWS.Cryptography.DbEncryptionSDK.DynamoDb</PackageId>
12+
<Title>AWSDatabaseEncryptionSDKDynamoDB</Title>
13+
14+
<Description>The AWS Database Encryption SDK for DyanamoDB in .NET abstracts client-side encryption for Amazon DynamoDB operations. It uses cryptographic best practices to protect the data keys that protect your data.</Description>
15+
<Authors>Amazon Web Services</Authors>
16+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
17+
<RepositoryUrl>https://github.com/aws/aws-database-encryption-sdk-dynamodb</RepositoryUrl>
18+
<PackageIcon>icon.png</PackageIcon>
19+
<PackageReadmeFile>README.md</PackageReadmeFile>
20+
<PackageTags>AWS;Amazon;KMS;Encryption;Cryptography;DynamoDB</PackageTags>
21+
522
<ImplicitUsings>enable</ImplicitUsings>
623
<Nullable>disable</Nullable>
724
<LangVersion>10</LangVersion>
825
<TargetFrameworks>net6.0;net48</TargetFrameworks>
926
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
27+
<!--
28+
Ignore errors from generated code. Ideally this would be scoped to just the relevant files.
29+
CS0105: duplicate namespace, CS0618: obsolete members
30+
-->
31+
<NoWarn>CS0105,CS0618</NoWarn>
1032
</PropertyGroup>
1133

1234
<ItemGroup>
@@ -27,13 +49,9 @@
2749
<Compile Include="ImplementationFromDafny.cs"/>
2850
</ItemGroup>
2951

30-
<!--
31-
TODO .NET assemblies are expected to have an ICON.
32-
This MUST be replaced before launch.
33-
-->
34-
<!-- <ItemGroup>
35-
<None Include="..\icon.png" Pack="true" PackagePath="" />
36-
<None Include="..\README.md" Pack="true" PackagePath="" />
37-
</ItemGroup> -->
52+
<ItemGroup>
53+
<None Include="..\..\icon.png" Pack="true" PackagePath="" />
54+
<None Include="..\..\README.md" Pack="true" PackagePath="" />
55+
</ItemGroup>
3856

3957
</Project>

project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
projectJavaVersion=3.1.2
1+
projectJavaVersion=3.2.0
22
mplDependencyJavaVersion=1.0.0
33
dafnyRuntimeJavaVersion=4.2.0
44
smithyDafnyJavaConversionVersion=0.1

0 commit comments

Comments
 (0)