Skip to content

Commit f6e70a9

Browse files
committed
Upgrade Retrievo from 0.2.0-preview.1 to 0.3.0-preview.2
1 parent 39314af commit f6e70a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ The `retrievo` provider uses [Retrievo](https://github.com/TianqiZhang/retrievo)
227227
| `MEMNET_PROVIDER` | Set to `retrievo` |
228228
| `MEMNET_DATA_ROOT` | Filesystem data root (same as filesystem provider) |
229229

230-
**Retrievo as NuGet dependency:** Retrievo is automatically installed via NuGet (version 0.2.0-preview.1) when you run `dotnet restore`. No sibling directory setup is required—the package integrates seamlessly with the filesystem storage and audit systems.
230+
**Retrievo as NuGet dependency:** Retrievo is automatically installed via NuGet (version 0.3.0-preview.2) when you run `dotnet restore`. No sibling directory setup is required—the package integrates seamlessly with the filesystem storage and audit systems.
231231
### Azure provider settings
232232

233233
| Variable | Purpose |

src/MemNet.MemoryService/MemNet.MemoryService.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</ItemGroup>
2222

2323
<ItemGroup>
24-
<PackageReference Include="Retrievo" Version="0.2.0-preview.1" />
24+
<PackageReference Include="Retrievo" Version="0.3.0-preview.2" />
2525
</ItemGroup>
2626

2727
</Project>

0 commit comments

Comments
 (0)