From d85b5511bb10a5013cf85b613bcb4f13bd0f841a Mon Sep 17 00:00:00 2001 From: "Chayim I. Kirshen" Date: Wed, 17 Aug 2022 12:39:02 +0300 Subject: [PATCH 1/3] cleaning up README --- .github/workflows/nuget-release.yml | 2 +- README.md | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/nuget-release.yml b/.github/workflows/nuget-release.yml index 6d95d52a..547a9c65 100644 --- a/.github/workflows/nuget-release.yml +++ b/.github/workflows/nuget-release.yml @@ -2,7 +2,7 @@ name: Nuget Release on: release: - types: [ published ] + types: [published] jobs: build: diff --git a/README.md b/README.md index a4f2a0cf..91a3ecda 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,4 @@ -[![license](https://img.shields.io/github/license/RedisTimeSeries/NRedisTimeSeries.svg)](https://github.com/RedisTimeSeries/NRedisTimeSeries) [![.github/workflows/integration.yml](https://github.com/redis/NRedisStack/actions/workflows/integration.yml/badge.svg)](https://github.com/redis/NRedisStack/actions/workflows/integration.yml) -[![GitHub issues](https://img.shields.io/github/release/RedisTimeSeries/NRedisTimeSeries.svg)](https://github.com/RedisTimeSeries/NRedisTimeSeries/releases/latest) -[![Codecov](https://codecov.io/gh/RedisTimeSeries/NRedisTimeSeries/branch/master/graph/badge.svg)](https://codecov.io/gh/RedisTimeSeries/NRedisTimeSeries) -[![Known Vulnerabilities](https://snyk.io/test/github/redis/NRedisStack/badge.svg?targetFile=NRedisStack/NRedisStack.csproj)](https://snyk.io/test/github/RedisTimeSeries/NRedisTimeSeries?targetFile=NRedisTimeSeries/NRedisTimeSeries.csproj) # NRedisStack @@ -14,4 +10,4 @@ This project builds on [StackExchange.Redis](https://github.com/StackExchange/St ## API -The complete documentation for Redis module commands can be found at the [Redis commands website](https://redis.io/commands/). \ No newline at end of file +The complete documentation for Redis module commands can be found at the [Redis commands website](https://redis.io/commands/). From 9d8f5bb6ab92f192ec2c14ae6ec91db46e7484b9 Mon Sep 17 00:00:00 2001 From: "Chayim I. Kirshen" Date: Wed, 17 Aug 2022 12:40:27 +0300 Subject: [PATCH 2/3] license --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 91a3ecda..79fda3c4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +[![license](https://img.shields.io/github/license/redis/NRedisStack.svg)](https://github.com/redis/NRedisStack) [![.github/workflows/integration.yml](https://github.com/redis/NRedisStack/actions/workflows/integration.yml/badge.svg)](https://github.com/redis/NRedisStack/actions/workflows/integration.yml) # NRedisStack From c3e55df5ed8fb5c16b93400a5f06ec2d66f03aa8 Mon Sep 17 00:00:00 2001 From: "Chayim I. Kirshen" Date: Wed, 17 Aug 2022 12:41:12 +0300 Subject: [PATCH 3/3] release link --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 79fda3c4..3f3ba16c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ [![license](https://img.shields.io/github/license/redis/NRedisStack.svg)](https://github.com/redis/NRedisStack) [![.github/workflows/integration.yml](https://github.com/redis/NRedisStack/actions/workflows/integration.yml/badge.svg)](https://github.com/redis/NRedisStack/actions/workflows/integration.yml) +[![GitHub issues](https://img.shields.io/github/release/redis/NRedisStack.svg)](https://github.com/redis/NRedisStack/releases/latest) # NRedisStack