Skip to content

Commit

Permalink
Updated gemstone/web version to 1.0.122
Browse files Browse the repository at this point in the history
  • Loading branch information
gsfbuildbot committed Jul 28, 2024
1 parent d947659 commit 486cd34
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions src/Gemstone.Web.Razor/Gemstone.Web.Razor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
<RazorLangVersion>3.0</RazorLangVersion>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<Nullable>enable</Nullable>
<Version>1.0.121</Version>
<InformationalVersion Condition="'$(Configuration)'=='Release'">1.0.121 -- Release Build</InformationalVersion>
<InformationalVersion Condition="'$(Configuration)'!='Release'">1.0.121 -- Debug Build</InformationalVersion>
<Version>1.0.122</Version>
<InformationalVersion Condition="'$(Configuration)'=='Release'">1.0.122 -- Release Build</InformationalVersion>
<InformationalVersion Condition="'$(Configuration)'!='Release'">1.0.122 -- Debug Build</InformationalVersion>
<Configurations>Debug;Release;Development</Configurations>
</PropertyGroup>

Expand Down
8 changes: 4 additions & 4 deletions src/Gemstone.Web/Gemstone.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<Nullable>enable</Nullable>
<PlatformTarget>AnyCPU</PlatformTarget>
<Version>1.0.121</Version>
<InformationalVersion Condition="'$(Configuration)'=='Release'">1.0.121 -- Release Build</InformationalVersion>
<InformationalVersion Condition="'$(Configuration)'!='Release'">1.0.121 -- Debug Build</InformationalVersion>
<Version>1.0.122</Version>
<InformationalVersion Condition="'$(Configuration)'=='Release'">1.0.122 -- Release Build</InformationalVersion>
<InformationalVersion Condition="'$(Configuration)'!='Release'">1.0.122 -- Debug Build</InformationalVersion>
<Configurations>Debug;Release;Development</Configurations>
<GenerateEmbeddedFilesManifest>true</GenerateEmbeddedFilesManifest>
</PropertyGroup>
Expand Down Expand Up @@ -64,7 +64,7 @@

<ItemGroup>
<ProjectReference Include="..\..\..\common\src\Gemstone\Gemstone.Common.csproj" Condition="'$(Configuration)'=='Development'" />
<PackageReference Include="Gemstone.Common" Version="1.0.121" Condition="'$(Configuration)'!='Development'" />
<PackageReference Include="Gemstone.Common" Version="1.0.122" Condition="'$(Configuration)'!='Development'" />

<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
Expand Down

0 comments on commit 486cd34

Please sign in to comment.