|
24 | 24 | <CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies> |
25 | 25 | <Nullable>enable</Nullable> |
26 | 26 | <PlatformTarget>AnyCPU</PlatformTarget> |
27 | | - <Version>1.0.156</Version> |
28 | | - <InformationalVersion Condition="'$(Configuration)'=='Release'">1.0.156 -- Release Build</InformationalVersion> |
29 | | - <InformationalVersion Condition="'$(Configuration)'!='Release'">1.0.156 -- Debug Build</InformationalVersion> |
| 27 | + <Version>1.0.157</Version> |
| 28 | + <InformationalVersion Condition="'$(Configuration)'=='Release'">1.0.157 -- Release Build</InformationalVersion> |
| 29 | + <InformationalVersion Condition="'$(Configuration)'!='Release'">1.0.157 -- Debug Build</InformationalVersion> |
30 | 30 | <Configurations>Debug;Release;Development</Configurations> |
31 | 31 | <Platforms>AnyCPU</Platforms> |
32 | 32 | </PropertyGroup> |
|
62 | 62 | <PackageReference Include="System.Diagnostics.PerformanceCounter" Version="8.0.0" /> |
63 | 63 |
|
64 | 64 | <ProjectReference Include="..\..\..\common\src\Gemstone\Gemstone.Common.csproj" Condition="'$(Configuration)'=='Development'" /> |
65 | | - <PackageReference Include="Gemstone.Common" Version="1.0.156" Condition="'$(Configuration)'!='Development'" /> |
| 65 | + <PackageReference Include="Gemstone.Common" Version="1.0.157" Condition="'$(Configuration)'!='Development'" /> |
66 | 66 |
|
67 | 67 | <ProjectReference Include="..\..\..\threading\src\Gemstone.Threading\Gemstone.Threading.csproj" Condition="'$(Configuration)'=='Development'" /> |
68 | | - <PackageReference Include="Gemstone.Threading" Version="1.0.156" Condition="'$(Configuration)'!='Development'" /> |
| 68 | + <PackageReference Include="Gemstone.Threading" Version="1.0.157" Condition="'$(Configuration)'!='Development'" /> |
69 | 69 |
|
70 | 70 | <ProjectReference Include="..\..\..\configuration\src\Gemstone.Configuration\Gemstone.Configuration.csproj" Condition="'$(Configuration)'=='Development'" /> |
71 | | - <PackageReference Include="Gemstone.Configuration" Version="1.0.156" Condition="'$(Configuration)'!='Development'" /> |
| 71 | + <PackageReference Include="Gemstone.Configuration" Version="1.0.157" Condition="'$(Configuration)'!='Development'" /> |
72 | 72 | </ItemGroup> |
73 | 73 |
|
74 | 74 | <Import Sdk="Microsoft.NET.Sdk" Project="Sdk.targets" /> |
|
0 commit comments