Skip to content

Commit e5c84fa

Browse files
committed
chore: Shared_Version upgrade to 0.9.9.7
1 parent 5c37fdd commit e5c84fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ServerApi/common.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<PropertyGroup>
1919
<Infra_Version>0.9.9.2</Infra_Version>
20-
<Shared_Version>0.9.9.6</Shared_Version>
20+
<Shared_Version>0.9.9.7</Shared_Version>
2121
<System_ComponentModel_Annotations_Version>5.0.0</System_ComponentModel_Annotations_Version>
2222
<System_Text_Json_Version>6.0.5</System_Text_Json_Version>
2323
<System_Threading_Channels_Version>6.0.0</System_Threading_Channels_Version>

src/ServerApi/version_service.props

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

0 commit comments

Comments
 (0)