We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c37fdd commit e5c84faCopy full SHA for e5c84fa
src/ServerApi/common.props
@@ -17,7 +17,7 @@
17
18
<PropertyGroup>
19
<Infra_Version>0.9.9.2</Infra_Version>
20
- <Shared_Version>0.9.9.6</Shared_Version>
+ <Shared_Version>0.9.9.7</Shared_Version>
21
<System_ComponentModel_Annotations_Version>5.0.0</System_ComponentModel_Annotations_Version>
22
<System_Text_Json_Version>6.0.5</System_Text_Json_Version>
23
<System_Threading_Channels_Version>6.0.0</System_Threading_Channels_Version>
src/ServerApi/version_service.props
@@ -3,7 +3,7 @@
3
<VersionMajor>0</VersionMajor>
4
<VersionMinor>9</VersionMinor>
5
<VersionPatch>9</VersionPatch>
6
- <VersionQuality>6</VersionQuality>
+ <VersionQuality>7</VersionQuality>
7
<VersionPrefix>$(VersionMajor).$(VersionMinor).$(VersionPatch).$(VersionQuality)</VersionPrefix>
8
</PropertyGroup>
9
</Project>
0 commit comments