We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bdf714 commit e1f97cbCopy full SHA for e1f97cb
build/version.props
@@ -1,5 +1,5 @@
1
<Project>
2
<PropertyGroup>
3
- <Version>0.0.2</Version>
+ <Version>1.0.0</Version>
4
</PropertyGroup>
5
</Project>
src/Directory.Build.props
@@ -2,7 +2,7 @@
<Import Project="../build/version.props" />
- <AspNetCoreVersion>3.1.5</AspNetCoreVersion>
+ <AspNetCoreVersion>3.1.0</AspNetCoreVersion>
6
<AwsS3Version>3.3.111.21</AwsS3Version>
7
<AwsSSMVersion>3.3.126.8</AwsSSMVersion>
8
0 commit comments