From c1631bdddb88f9ce30de37115eb3e9edb6ff4401 Mon Sep 17 00:00:00 2001 From: Phil Asmar Date: Fri, 29 Nov 2024 14:20:43 -0500 Subject: [PATCH] chore: update VersionPrefix to Version for AutoVer support --- .../SnapshotRestore.Registry/SnapshotRestore.Registry.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/src/SnapshotRestore.Registry/SnapshotRestore.Registry.csproj b/Libraries/src/SnapshotRestore.Registry/SnapshotRestore.Registry.csproj index fefd5c2ea..2b40be3f2 100644 --- a/Libraries/src/SnapshotRestore.Registry/SnapshotRestore.Registry.csproj +++ b/Libraries/src/SnapshotRestore.Registry/SnapshotRestore.Registry.csproj @@ -4,7 +4,7 @@ net8.0;net9.0 - 1.0.0 + 1.0.0 Provides a Restore Hooks library to help you register before snapshot and after restore hooks. SnapshotRestore.Registry SnapshotRestore.Registry