Skip to content

Commit

Permalink
Fixing Package Name
Browse files Browse the repository at this point in the history
  • Loading branch information
slorello89 committed Dec 14, 2020
1 parent 944dc7f commit 3b1e0da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Vonage.Jwt.Test/Vonage.Jwt.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Vonage.Jwt\Vonage.Jwt.csproj" />
<ProjectReference Include="..\Vonage.Jwt\Vonage.Jwt.Dotnet.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Vonage.Jwt.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net452;net46;netstandard2.0</TargetFrameworks>
<Version>0.1.0</Version>
<Description>This is a utility package for generating JWTs for the Vonage APIs https://developer.nexmo.com/concepts/guides/authentication#json-web-tokens-jwt</Description>
<PackageProjectUrl>https://github.com/Nexmo/vonage-dotnet-jwt</PackageProjectUrl>
<PackageProjectUrl>https://github.com/Nexmo/vonage-Dotnet-jwt</PackageProjectUrl>
<PackageReleaseNotes>https://github.com/Nexmo/vonage-dotnet-jwt/releases/tag/v0.1.0</PackageReleaseNotes>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down

0 comments on commit 3b1e0da

Please sign in to comment.