From 6d445a52b2352f817fbc3cf07eab4646fd0870f3 Mon Sep 17 00:00:00 2001
From: Steve Lorello <42971704+slorello89@users.noreply.github.com>
Date: Mon, 15 Jul 2024 16:42:21 -0400
Subject: [PATCH] revving to 0.7.4 (#464)
---
.../Redis.OM.Vectorizers.AllMiniLML6V2.csproj | 6 +++---
.../Redis.OM.Vectorizers.Resnet18.csproj | 6 +++---
src/Redis.OM.Vectorizers/Redis.OM.Vectorizers.csproj | 6 +++---
src/Redis.OM/Redis.OM.csproj | 6 +++---
4 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/src/Redis.OM.Vectorizers.AllMiniLML6V2/Redis.OM.Vectorizers.AllMiniLML6V2.csproj b/src/Redis.OM.Vectorizers.AllMiniLML6V2/Redis.OM.Vectorizers.AllMiniLML6V2.csproj
index db8456cf..3b8dd56c 100644
--- a/src/Redis.OM.Vectorizers.AllMiniLML6V2/Redis.OM.Vectorizers.AllMiniLML6V2.csproj
+++ b/src/Redis.OM.Vectorizers.AllMiniLML6V2/Redis.OM.Vectorizers.AllMiniLML6V2.csproj
@@ -5,9 +5,9 @@
enable
enable
Redis.OM.Vectorizers.AllMiniLML6V2
- 0.7.3
- 0.7.3
- https://github.com/redis/redis-om-dotnet/releases/tag/v0.7.3
+ 0.7.4
+ 0.7.4
+ https://github.com/redis/redis-om-dotnet/releases/tag/v0.7.4
Sentence Vectorizer for Redis OM .NET using all-MiniLM-L6-v2
Redis OM all-MiniLM-L6-v2 Vectorizers
Steve Lorello
diff --git a/src/Redis.OM.Vectorizers.Resnet18/Redis.OM.Vectorizers.Resnet18.csproj b/src/Redis.OM.Vectorizers.Resnet18/Redis.OM.Vectorizers.Resnet18.csproj
index cc061918..99ec8607 100644
--- a/src/Redis.OM.Vectorizers.Resnet18/Redis.OM.Vectorizers.Resnet18.csproj
+++ b/src/Redis.OM.Vectorizers.Resnet18/Redis.OM.Vectorizers.Resnet18.csproj
@@ -4,9 +4,9 @@
enable
enable
Redis.OM.Vectorizers.Resnet18
- 0.7.3
- 0.7.3
- https://github.com/redis/redis-om-dotnet/releases/tag/v0.7.3
+ 0.7.4
+ 0.7.4
+ https://github.com/redis/redis-om-dotnet/releases/tag/v0.7.4
Resnet 18 Vectorizers for Redis OM .NET.
Redis OM Resnet 18 Vectorizers
Steve Lorello
diff --git a/src/Redis.OM.Vectorizers/Redis.OM.Vectorizers.csproj b/src/Redis.OM.Vectorizers/Redis.OM.Vectorizers.csproj
index 945c356d..05b47a25 100644
--- a/src/Redis.OM.Vectorizers/Redis.OM.Vectorizers.csproj
+++ b/src/Redis.OM.Vectorizers/Redis.OM.Vectorizers.csproj
@@ -5,9 +5,9 @@
enable
enable
Redis.OM
- 0.7.3
- 0.7.3
- https://github.com/redis/redis-om-dotnet/releases/tag/v0.7.3
+ 0.7.4
+ 0.7.4
+ https://github.com/redis/redis-om-dotnet/releases/tag/v0.7.4
Core Vectorizers for Redis OM .NET.
Redis OM Vectorizers
Steve Lorello
diff --git a/src/Redis.OM/Redis.OM.csproj b/src/Redis.OM/Redis.OM.csproj
index 801366d4..b5d700ef 100644
--- a/src/Redis.OM/Redis.OM.csproj
+++ b/src/Redis.OM/Redis.OM.csproj
@@ -6,9 +6,9 @@
Redis.OM
enable
true
- 0.7.3
- 0.7.3
- https://github.com/redis/redis-om-dotnet/releases/tag/v0.7.3
+ 0.7.4
+ 0.7.4
+ https://github.com/redis/redis-om-dotnet/releases/tag/v0.7.4
Object Mapping and More for Redis
Redis OM
Steve Lorello