Skip to content

Commit

Permalink
Slight update to the readme and a version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
tombatron committed Dec 28, 2022
1 parent 90dca77 commit 96ddfe7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 75 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# RediSearchClient
[![Build Status](https://github.com/tombatron/RedisSearchClient/actions/workflows/dotnet.yml/badge.svg)](https://github.com/tombatron/RedisSearchClient/actions/workflows/dotnet.yml)

Special thanks to [JetBrains](https://jb.gg/OpenSource) for providing the project with an open source license for all of the JetBrains products!

![](jetbrains.svg)

## Overview

What you have here is a set of extensions for the [StackExchange.Redis](https://github.com/StackExchange/StackExchange.Redis) Redis client that allows for interacting with version 2.x of the RediSearch Redis module.
Expand Down
10 changes: 5 additions & 5 deletions RediSearchClient/RediSearchClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net472;net461</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>Tom Hanks (tombatron), Daniel Leach (leachdaniel)</Authors>
<Authors>Tom Hanks (tombatron), Daniel Leach (leachdaniel), Ahmed Arnaout (asarnaout)</Authors>
<Company />
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>
<Version>1.0.0</Version>
<AssemblyVersion>1.1.0.0</AssemblyVersion>
<FileVersion>1.1.0.0</FileVersion>
<Version>1.1.0</Version>
<Description>A series of extension methods for use with StackExchange.Redis 2.x and the RediSearch 2.x Redis module.</Description>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<RepositoryUrl>https://github.com/tombatron/RediSearchClient</RepositoryUrl>
<PackageProjectUrl>https://github.com/tombatron/RediSearchClient</PackageProjectUrl>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageVersion>1.0.0</PackageVersion>
<PackageVersion>1.1.0-alpha</PackageVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down
66 changes: 0 additions & 66 deletions jetbrains.svg

This file was deleted.

0 comments on commit 96ddfe7

Please sign in to comment.