From 80a2a6289563f5aa8bd193dda0fd3f0efe4d2ac2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20Cinbat?= Date: Fri, 6 Jul 2018 23:52:55 +0300 Subject: [PATCH] Update README.md - Added Google Cloud Storage provider link to readme file (#308) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d9704e3f7..012667e1cc 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,5 @@ This project is part of ASP.NET Core. You can find documentation for Data Protec ## Community Maintained Data Protection Providers & Projects - - [ASP.NET Core DataProtection for Service Fabric](https://github.com/MedAnd/AspNetCore.DataProtection.ServiceFabric) + - [ASP.NET Core DataProtection Provider for Service Fabric](https://github.com/MedAnd/AspNetCore.DataProtection.ServiceFabric) + - [ASP.NET Core DataProtection Provider for Google Cloud Storage](https://github.com/ocinbat/GoogleCloudStorage.AspNetCore.DataProtection)