Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SushilMallRC committed May 13, 2024
1 parent 61359a5 commit 1a195e2
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>Test-RingCentral.Net.AuthorizeUri</PackageId>
<PackageId>Test.RingCentral.Net.AuthorizeUri</PackageId>
<PackageVersion>0.0.1</PackageVersion>
<Authors>Sushil Mall (sushil.mall@ringcentral.com)</Authors>
<Description>Authorize URI extension for RingCentral.Net</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>Test-RingCentral.Net.AutoRefresh</PackageId>
<PackageId>Test.RingCentral.Net.AutoRefresh</PackageId>
<PackageVersion>0.0.1</PackageVersion>
<Authors>Sushil Mall (sushil.mall@ringcentral.com)</Authors>
<Description>Auto Refresh extension for RingCentral.Net</Description>
Expand Down
2 changes: 1 addition & 1 deletion RingCentral.Net.Debug/RingCentral.Net.Debug.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>TEST-RingCentral.Net.Debug</PackageId>
<PackageId>TEST.RingCentral.Net.Debug</PackageId>
<PackageVersion>0.0.1</PackageVersion>
<Authors>Sushil Mall (sushil.mall@ringcentral.com)</Authors>
<Description>Debug extension for RingCentral.Net</Description>
Expand Down
2 changes: 1 addition & 1 deletion RingCentral.Net.Events/RingCentral.Net.Events.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>TEST-RingCentral.Net.Events</PackageId>
<PackageId>TEST.RingCentral.Net.Events</PackageId>
<PackageVersion>0.0.1</PackageVersion>
<Authors>Sushil Mall (sushil.mall@ringcentral.com)</Authors>
<Description>Events extension for RingCentral.Net</Description>
Expand Down
2 changes: 1 addition & 1 deletion RingCentral.Net.RateLimit/RingCentral.Net.RateLimit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>TEST-RingCentral.Net.RateLimit</PackageId>
<PackageId>TEST.RingCentral.Net.RateLimit</PackageId>
<PackageVersion>0.0.1</PackageVersion>
<Authors>Sushil Mall (sushil.mall@ringcentral.com)</Authors>
<Description>Rate limit extension for RingCentral.Net</Description>
Expand Down
6 changes: 3 additions & 3 deletions RingCentral.Net.Retry/RingCentral.Net.Retry.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>TEST-</PackageId>
<PackageVersion>0.0.1</PackageVersion>
<Authors>Sushil Mall (sushil.mall@ringcentral.com)</Authors>
<PackageId>TEST.RingCentral.Net.Retry</PackageId>
<PackageVersion>1.0.1</PackageVersion>
<Authors>Tyler Liu (tyler.liu@ringcentral.com)</Authors>
<Description>Retry extension for RingCentral.Net</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
Expand Down
2 changes: 1 addition & 1 deletion RingCentral.Net.WebSocket/RingCentral.Net.WebSocket.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>RingCentral.Net.WebSocket</PackageId>
<PackageId>Test.RingCentral.Net.WebSocket</PackageId>
<PackageVersion>0.0.1</PackageVersion>
<Authors>Sushil Mall (sushil.mall@ringcentral.com)</Authors>
<Description>WebSocket extension for RingCentral.NET,</Description>
Expand Down
2 changes: 1 addition & 1 deletion RingCentral.Net/RingCentral.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>test-RingCentral.Net</PackageId>
<PackageId>test.RingCentral.Net</PackageId>
<PackageVersion>0.0.1</PackageVersion>
<Authors>Sushil Mall (Sushil.mall@ringcentral.com)</Authors>
<Description>RingCentral SDK for .NET</Description>
Expand Down

0 comments on commit 1a195e2

Please sign in to comment.