From 3b1e0daa8dc11ad6b601571ca7dae1081e31f6a7 Mon Sep 17 00:00:00 2001 From: slorello89 Date: Mon, 14 Dec 2020 09:42:22 -0500 Subject: [PATCH] Fixing Package Name --- Vonage.Jwt.Test/Vonage.Jwt.Test.csproj | 2 +- Vonage.Jwt.sln | 2 +- Vonage.Jwt/{Vonage.Jwt.csproj => Vonage.Jwt.Dotnet.csproj} | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename Vonage.Jwt/{Vonage.Jwt.csproj => Vonage.Jwt.Dotnet.csproj} (94%) diff --git a/Vonage.Jwt.Test/Vonage.Jwt.Test.csproj b/Vonage.Jwt.Test/Vonage.Jwt.Test.csproj index 226ba5c..35957f1 100644 --- a/Vonage.Jwt.Test/Vonage.Jwt.Test.csproj +++ b/Vonage.Jwt.Test/Vonage.Jwt.Test.csproj @@ -20,7 +20,7 @@ - + diff --git a/Vonage.Jwt.sln b/Vonage.Jwt.sln index 00de492..8be634d 100644 --- a/Vonage.Jwt.sln +++ b/Vonage.Jwt.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 16 VisualStudioVersion = 16.0.30225.117 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Vonage.Jwt", "Vonage.Jwt\Vonage.Jwt.csproj", "{7FFEAC78-620D-49D9-B957-56A6A3B947F5}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Vonage.Jwt", "Vonage.Jwt\Vonage.Jwt.Dotnet.csproj", "{7FFEAC78-620D-49D9-B957-56A6A3B947F5}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Vonage.Jwt.Test", "Vonage.Jwt.Test\Vonage.Jwt.Test.csproj", "{A5A9DCC9-0841-4250-A885-E7F9D2F94EB4}" EndProject diff --git a/Vonage.Jwt/Vonage.Jwt.csproj b/Vonage.Jwt/Vonage.Jwt.Dotnet.csproj similarity index 94% rename from Vonage.Jwt/Vonage.Jwt.csproj rename to Vonage.Jwt/Vonage.Jwt.Dotnet.csproj index 882228c..8d6962f 100644 --- a/Vonage.Jwt/Vonage.Jwt.csproj +++ b/Vonage.Jwt/Vonage.Jwt.Dotnet.csproj @@ -4,7 +4,7 @@ net452;net46;netstandard2.0 0.1.0 This is a utility package for generating JWTs for the Vonage APIs https://developer.nexmo.com/concepts/guides/authentication#json-web-tokens-jwt - https://github.com/Nexmo/vonage-dotnet-jwt + https://github.com/Nexmo/vonage-Dotnet-jwt https://github.com/Nexmo/vonage-dotnet-jwt/releases/tag/v0.1.0 true true