Skip to content

Commit 6a2b41a

Browse files
committed
apply versioning changes
1 parent 2fb68a6 commit 6a2b41a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.autover/d9aeb53a-0808-4514-bdd1-e276ac532059.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"Projects": [
33
{
44
"Name": "Amazon.Lambda.DynamoDBEvents.SDK.Convertor",
5-
"Type": "Patch",
5+
"Type": "Major",
66
"ChangelogMessages": [
77
"Implement DynamoDBEvents SDK Convertor package for DynamoDBEvent images to DynamoDBv2.Document"
88
]

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ The available projects are:
8686
* Amazon.Lambda.ConnectEvents
8787
* Amazon.Lambda.Core
8888
* Amazon.Lambda.DynamoDBEvents
89+
* Amazon.Lambda.DynamoDBEvents.SDK.Convertor
8990
* Amazon.Lambda.KafkaEvents
9091
* Amazon.Lambda.KinesisAnalyticsEvents
9192
* Amazon.Lambda.KinesisEvents

Libraries/src/Amazon.Lambda.DynamoDBEvents.SDK.Convertor/Amazon.Lambda.DynamoDBEvents.SDK.Convertor.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<AssemblyName>Amazon.Lambda.DynamoDBEvents.SDK.Convertor</AssemblyName>
1010
<PackageId>Amazon.Lambda.DynamoDBEvents.SDK.Convertor</PackageId>
1111
<PackageTags>AWS;Amazon;Lambda</PackageTags>
12-
<Version>1.0.0</Version>
12+
<Version>0.0.1</Version>
1313
</PropertyGroup>
1414
<ItemGroup>
1515
<None Include="README.md" Pack="true" PackagePath="\" />

0 commit comments

Comments
 (0)