We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a296597 commit 4c67737Copy full SHA for 4c67737
src/Directory.Build.props
@@ -23,7 +23,7 @@
23
<Using Include="System.Collections" />
24
</ItemGroup>
25
<PropertyGroup>
26
- <Infra_Version>1.0.0</Infra_Version>
+ <Infra_Version>1.0.1</Infra_Version>
27
<Shared_Version>1.0.0</Shared_Version>
28
<System_Text_RegularExpressions_Version>4.3.1</System_Text_RegularExpressions_Version>
29
<System_Net_Http_Version>4.3.4</System_Net_Http_Version>
src/Infrastructures/Directory.Build.props
@@ -3,7 +3,7 @@
3
4
<VersionMajor>1</VersionMajor>
5
<VersionMinor>0</VersionMinor>
6
- <VersionPatch>0</VersionPatch>
+ <VersionPatch>1</VersionPatch>
7
<VersionQuality></VersionQuality>
8
<VersionPrefix>$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix>
9
</PropertyGroup>
0 commit comments