Skip to content

Commit

Permalink
Merge pull request #211 from Azure/stanleysmall-microsoft-patch-2
Browse files Browse the repository at this point in the history
Bump version number in RedisSessionStateProvider.csproj
  • Loading branch information
stanleysmall-microsoft authored Sep 20, 2023
2 parents c57928e + bab032f commit c8a11db
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<SignAssembly Condition=" '$(EnableCodeSigning)' == 'true' ">true</SignAssembly>
<DelaySign Condition=" '$(EnableCodeSigning)' == 'true' ">true</DelaySign>
<AssemblyOriginatorKeyFile Condition=" '$(EnableCodeSigning)' == 'true' ">dummy.snk</AssemblyOriginatorKeyFile>
<VersionPrefix>5.0.1</VersionPrefix>
<VersionPrefix>5.0.2</VersionPrefix>
<authors>Microsoft</authors>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<Description>Custom session state provider for redis cache.</Description>
Expand All @@ -34,4 +34,4 @@
<PackageReference Include="System.Threading.Channels" Version="6.0.0" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="6.0.0" />
</ItemGroup>
</Project>
</Project>

0 comments on commit c8a11db

Please sign in to comment.