Skip to content

Commit

Permalink
Mark Redis providers as stable (#8467)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReubenBond authored Jun 6, 2023
1 parent e176077 commit 230e046
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<Description>Microsoft Orleans Clustering implementation that uses Redis</Description>
<PackageTags>$(PackageTags) Redis Clustering</PackageTags>
<TargetFrameworks>$(DefaultTargetFrameworks)</TargetFrameworks>
<VersionSuffix Condition="$(VersionSuffix) == ''">beta1</VersionSuffix>
<OrleansBuildTimeCodeGen>true</OrleansBuildTimeCodeGen>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<Description>Microsoft Orleans Grain Directory implementation that uses Redis</Description>
<PackageTags>$(PackageTags) Redis Grain Directory</PackageTags>
<TargetFrameworks>$(DefaultTargetFrameworks)</TargetFrameworks>
<VersionSuffix Condition="$(VersionSuffix) == ''">beta1</VersionSuffix>
<OrleansBuildTimeCodeGen>true</OrleansBuildTimeCodeGen>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<Description>Microsoft Orleans Persistence implementation that uses Redis</Description>
<PackageTags>$(PackageTags) Redis Persistence</PackageTags>
<TargetFrameworks>$(DefaultTargetFrameworks)</TargetFrameworks>
<VersionSuffix Condition="$(VersionSuffix) == ''">beta1</VersionSuffix>
<OrleansBuildTimeCodeGen>true</OrleansBuildTimeCodeGen>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<Description>Microsoft Orleans Reminders implementation that uses Redis</Description>
<PackageTags>$(PackageTags) Redis Reminders</PackageTags>
<TargetFrameworks>$(DefaultTargetFrameworks)</TargetFrameworks>
<VersionSuffix Condition="$(VersionSuffix) == ''">beta1</VersionSuffix>
<OrleansBuildTimeCodeGen>true</OrleansBuildTimeCodeGen>
</PropertyGroup>

Expand Down

0 comments on commit 230e046

Please sign in to comment.