Skip to content

Commit e1f97cb

Browse files
committedJul 17, 2020
release version 1.0.0
1 parent 5bdf714 commit e1f97cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎build/version.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>0.0.2</Version>
3+
<Version>1.0.0</Version>
44
</PropertyGroup>
55
</Project>

‎src/Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Import Project="../build/version.props" />
33

44
<PropertyGroup>
5-
<AspNetCoreVersion>3.1.5</AspNetCoreVersion>
5+
<AspNetCoreVersion>3.1.0</AspNetCoreVersion>
66
<AwsS3Version>3.3.111.21</AwsS3Version>
77
<AwsSSMVersion>3.3.126.8</AwsSSMVersion>
88
</PropertyGroup>

0 commit comments

Comments
 (0)
Please sign in to comment.