Skip to content

Commit 4c67737

Browse files
committed
chore: infra bump version to 1.0.0
1 parent a296597 commit 4c67737

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<Using Include="System.Collections" />
2424
</ItemGroup>
2525
<PropertyGroup>
26-
<Infra_Version>1.0.0</Infra_Version>
26+
<Infra_Version>1.0.1</Infra_Version>
2727
<Shared_Version>1.0.0</Shared_Version>
2828
<System_Text_RegularExpressions_Version>4.3.1</System_Text_RegularExpressions_Version>
2929
<System_Net_Http_Version>4.3.4</System_Net_Http_Version>

src/Infrastructures/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<VersionMajor>1</VersionMajor>
55
<VersionMinor>0</VersionMinor>
6-
<VersionPatch>0</VersionPatch>
6+
<VersionPatch>1</VersionPatch>
77
<VersionQuality></VersionQuality>
88
<VersionPrefix>$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix>
99
</PropertyGroup>

0 commit comments

Comments
 (0)