We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41f39b7 commit cf0ae09Copy full SHA for cf0ae09
1 file changed
Shuttle.Recall.Testing/Shuttle.Recall.Testing.csproj
@@ -9,12 +9,12 @@
9
<ItemGroup>
10
<PackageReference Include="Moq" Version="4.20.72" />
11
<PackageReference Include="NUnit" Version="4.5.1" />
12
- <PackageReference Include="Shuttle.Recall" Version="21.0.2-rc3" />
+ <PackageReference Include="Shuttle.Recall" Version="21.0.2" />
13
</ItemGroup>
14
15
<PropertyGroup>
16
<Description>Contains base fixtures to verify Shuttle.Recall `IEventStore` and `IEventProcessor` implementations.</Description>
17
- <Version>21.0.2-rc3</Version>
+ <Version>21.0.2</Version>
18
<PackageProjectUrl>https://github.com/Shuttle/Shuttle.Recall.Testing</PackageProjectUrl>
19
<RepositoryUrl>https://github.com/Shuttle/Shuttle.Recall.Testing.git</RepositoryUrl>
20
<PackageTags></PackageTags>
0 commit comments