Skip to content
This repository was archived by the owner on Oct 31, 2025. It is now read-only.

Commit 152dcea

Browse files
committed
version update to v1.3
1 parent 235994e commit 152dcea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/azure-pipelines.artifact.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pr: none
1313
pool:
1414
vmImage: ubuntu-18.04
1515
variables:
16-
Version.MajorMinor: 1.2
16+
Version.MajorMinor: 1.3
1717
Version.Revision: $[counter(variables['Version.MajorMinor'], 0)]
1818
steps:
1919
- bash: "sudo apt install nuget && mkdir ./testrunner && sudo chmod -R 777 ./testrunner && ls"

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
<Owners>LocalStack.NET</Owners>
66
<PackageProjectUrl>https://github.com/localstack-dotnet/localstack-awscli-local</PackageProjectUrl>
77
<PackageIcon>localstack-dotnet-square.png</PackageIcon>
8-
<Version>1.2.0</Version>
8+
<Version>1.3.0</Version>
99
</PropertyGroup>
1010
</Project>

0 commit comments

Comments
 (0)