Skip to content

Commit

Permalink
Rename project: JsonRpc.Standard -> JsonRpc.Commons.
Browse files Browse the repository at this point in the history
  • Loading branch information
CXuesong committed Apr 21, 2019
1 parent b92a3ae commit 392c541
Show file tree
Hide file tree
Showing 41 changed files with 11 additions and 13 deletions.
2 changes: 1 addition & 1 deletion ConsoleTestApp/ConsoleTestApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<ItemGroup>
<ProjectReference Include="..\JsonRpc.DynamicProxy\JsonRpc.DynamicProxy.csproj" />
<ProjectReference Include="..\JsonRpc.Standard\JsonRpc.Standard.csproj" />
<ProjectReference Include="..\JsonRpc.Commons\JsonRpc.Commons.csproj" />
<ProjectReference Include="..\JsonRpc.Streams\JsonRpc.Streams.csproj" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion JsonRpc.AspNetCore/JsonRpc.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\JsonRpc.Standard\JsonRpc.Standard.csproj" />
<ProjectReference Include="..\JsonRpc.Commons\JsonRpc.Commons.csproj" />
</ItemGroup>

</Project>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,14 @@
<Version>0.5.0</Version>
<Authors>CXuesong</Authors>
<Company />
<PackageId>CXuesong.JsonRpc.Standard</PackageId>
<PackageId>CXuesong.JsonRpc.Commons</PackageId>
<Description>An asynchronous JSON RPC server &amp; client library.</Description>
<PackageTags>json rpc json-rpc json-rpc-server json-rpc-client</PackageTags>
<PackageProjectUrl>https://github.com/CXuesong/JsonRpc.Standard</PackageProjectUrl>
<RepositoryUrl>https://github.com/CXuesong/JsonRpc.Standard</RepositoryUrl>
<NeutralLanguage>en-us</NeutralLanguage>
<PackageReleaseNotes>See https://github.com/CXuesong/JsonRpc.Standard/releases .</PackageReleaseNotes>
<Copyright>Copyright 2017 CXuesong</Copyright>
<AssemblyVersion>0.4.0.0</AssemblyVersion>
<FileVersion>0.4.0.0</FileVersion>
<Copyright>Copyright 2019 CXuesong</Copyright>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>../JsonRpc.Standard.snk</AssemblyOriginatorKeyFile>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion JsonRpc.DynamicProxy/JsonRpc.DynamicProxy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\JsonRpc.Standard\JsonRpc.Standard.csproj" />
<ProjectReference Include="..\JsonRpc.Commons\JsonRpc.Commons.csproj" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion JsonRpc.Http/JsonRpc.Http.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\JsonRpc.Standard\JsonRpc.Standard.csproj" />
<ProjectReference Include="..\JsonRpc.Commons\JsonRpc.Commons.csproj" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion JsonRpc.Standard.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.28714.193
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JsonRpc.Standard", "JsonRpc.Standard\JsonRpc.Standard.csproj", "{F8154EF9-1CCE-4D88-88C5-0F6BE293482C}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JsonRpc.Commons", "JsonRpc.Commons\JsonRpc.Commons.csproj", "{F8154EF9-1CCE-4D88-88C5-0F6BE293482C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTestProject1", "UnitTestProject1\UnitTestProject1.csproj", "{4001216A-ED6F-415A-83C8-F13328A9141C}"
EndProject
Expand Down
2 changes: 1 addition & 1 deletion JsonRpc.Streams/JsonRpc.Streams.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-18618-05" PrivateAssets="All" />
<ProjectReference Include="..\JsonRpc.Standard\JsonRpc.Standard.csproj" />
<ProjectReference Include="..\JsonRpc.Commons\JsonRpc.Commons.csproj" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion JsonRpc.WebSockets/JsonRpc.WebSockets.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\JsonRpc.Standard\JsonRpc.Standard.csproj" />
<ProjectReference Include="..\JsonRpc.Commons\JsonRpc.Commons.csproj" />
<ProjectReference Include="..\JsonRpc.Streams\JsonRpc.Streams.csproj" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion UnitTestProject1/UnitTestProject1.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<ItemGroup>
<ProjectReference Include="..\JsonRpc.DynamicProxy\JsonRpc.DynamicProxy.csproj" />
<ProjectReference Include="..\JsonRpc.Http\JsonRpc.Http.csproj" />
<ProjectReference Include="..\JsonRpc.Standard\JsonRpc.Standard.csproj" />
<ProjectReference Include="..\JsonRpc.Commons\JsonRpc.Commons.csproj" />
<ProjectReference Include="..\JsonRpc.Streams\JsonRpc.Streams.csproj" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion WebTestApplication/WebTestApplication.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\JsonRpc.AspNetCore\JsonRpc.AspNetCore.csproj" />
<ProjectReference Include="..\JsonRpc.Standard\JsonRpc.Standard.csproj" />
<ProjectReference Include="..\JsonRpc.Commons\JsonRpc.Commons.csproj" />
<ProjectReference Include="..\JsonRpc.Streams\JsonRpc.Streams.csproj" />
<ProjectReference Include="..\JsonRpc.WebSockets\JsonRpc.WebSockets.csproj" />
</ItemGroup>
Expand Down

0 comments on commit 392c541

Please sign in to comment.