依赖项目更新

This commit is contained in:
若汝棋茗
2021-05-26 20:37:11 +08:00
parent ba41925193
commit be0242af51
5 changed files with 21 additions and 17 deletions

View File

@@ -4,7 +4,7 @@
<ApplicationIcon>RRQM.ico</ApplicationIcon>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>RRQM.pfx</AssemblyOriginatorKeyFile>
<Version>1.0.3</Version>
<Version>1.0.4</Version>
<Company>若汝棋茗</Company>
<Copyright>Copyright © 2021 若汝棋茗</Copyright>
<Description>介绍这是一个能够简单解析HTTP的扩展库能够为RRQMSocket扩展解析HTTP的能力。
@@ -12,7 +12,7 @@
RRQMSocket is an extension library that can easily parse HTTP. The RRQMSocket extension has the ability to parse HTTP.
更新说明:
修改:适配器参数
修改:依赖库。
APIhttps://gitee.com/RRQM_OS/RRQM/wikis/pages</Description>
<PackageProjectUrl>https://gitee.com/dotnetchina/RRQMSocket</PackageProjectUrl>
@@ -65,6 +65,6 @@ APIhttps://gitee.com/RRQM_OS/RRQM/wikis/pages</Description>
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="RRQMSocket" Version="4.0.20" />
<PackageReference Include="RRQMSocket" Version="4.0.22" />
</ItemGroup>
</Project>

View File

@@ -4,7 +4,7 @@
<ApplicationIcon>RRQM.ico</ApplicationIcon>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>RRQM.pfx</AssemblyOriginatorKeyFile>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
<Company>若汝棋茗</Company>
<Copyright>Copyright © 2021 若汝棋茗</Copyright>
<Description>介绍这是一个扩展于RRQMSocket.RPC的JsonRpc组件可以通过该组件直接创建JsonRpc服务解析器让Web端、移动端可以跨语言调用RPC函数。功能支持JsonRpc全功能。
@@ -12,7 +12,7 @@
Introduction:This is a JSONRPC component that extends RRQMSocket.rpc. You can create a JSONRPC service parser directly through this component, so that the Web side and mobile side can call RPC functions across languages. Features support JSONRPC full functionality.
更新说明:
初代版本发布
依赖更新
Demohttps://gitee.com/RRQM_OS/RRQMBox
APIhttps://gitee.com/RRQM_OS/RRQM/wikis/pages </Description>
@@ -66,6 +66,6 @@ APIhttps://gitee.com/RRQM_OS/RRQM/wikis/pages </Description>
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="RRQMSocket.RPC" Version="1.0.7" />
<PackageReference Include="RRQMSocket.RPC" Version="1.0.9" />
</ItemGroup>
</Project>

View File

@@ -4,7 +4,7 @@
<ApplicationIcon>RRQM.ico</ApplicationIcon>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>RRQM.pfx</AssemblyOriginatorKeyFile>
<Version>1.0.3</Version>
<Version>1.0.5</Version>
<Company>若汝棋茗</Company>
<Copyright>Copyright © 2021 若汝棋茗</Copyright>
<Description>介绍这是一个扩展于RRQMSocket.RPC的WebApi组件可以通过该组件直接创建WebApi服务解析器让Web端、移动端可以跨语言调用RPC函数。功能支持路由、Get传参、Post传参等。
@@ -12,7 +12,7 @@
RRQMSocket.rPC is a WebAPI component that extends RRQMSocket.rPC. You can directly create a WebAPI service parser through this component, so that the Web end and mobile end can call RPC functions across languages.The function supports routing, GET, POST, etc.
更新说明:
优化:调用效率
优化:依赖更新
Demohttps://gitee.com/RRQM_OS/RRQMBox
APIhttps://gitee.com/RRQM_OS/RRQM/wikis/pages </Description>
@@ -66,7 +66,9 @@ APIhttps://gitee.com/RRQM_OS/RRQM/wikis/pages </Description>
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="RRQMSocket.Http" Version="1.0.3" />
<PackageReference Include="RRQMSocket.RPC" Version="1.0.8" />
<PackageReference Include="RRQMCore" Version="1.2.23" />
<PackageReference Include="RRQMSocket" Version="4.0.22" />
<PackageReference Include="RRQMSocket.Http" Version="1.0.4" />
<PackageReference Include="RRQMSocket.RPC" Version="1.0.9" />
</ItemGroup>
</Project>

View File

@@ -4,7 +4,7 @@
<ApplicationIcon>RRQM.ico</ApplicationIcon>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>RRQM.pfx</AssemblyOriginatorKeyFile>
<Version>1.0.2</Version>
<Version>1.0.3</Version>
<Company>若汝棋茗</Company>
<Copyright>Copyright © 2021 若汝棋茗</Copyright>
<Description>介绍这是一个扩展于RRQMSocket.RPC的XmlRpc组件可以通过该组件直接创建XmlRpc服务解析器让Web端、移动端可以跨语言调用RPC函数。功能支持XmlRpc全功能。
@@ -12,7 +12,7 @@
IntroductionThis is an XMLRPC component that extends RRQMSocket.rpc. You can create an XMLRPC service parser directly from this component, allowing both Web and mobile users to call RPC functions across languages. Features support the full functionality of XMLRPC.
更新说明:
优化:调用效率
优化:依赖项
Demohttps://gitee.com/RRQM_OS/RRQMBox
APIhttps://gitee.com/RRQM_OS/RRQM/wikis/pages </Description>
@@ -66,7 +66,9 @@ APIhttps://gitee.com/RRQM_OS/RRQM/wikis/pages </Description>
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="RRQMSocket.Http" Version="1.0.3" />
<PackageReference Include="RRQMSocket.RPC" Version="1.0.8" />
<PackageReference Include="RRQMCore" Version="1.2.23" />
<PackageReference Include="RRQMSocket" Version="4.0.22" />
<PackageReference Include="RRQMSocket.Http" Version="1.0.4" />
<PackageReference Include="RRQMSocket.RPC" Version="1.0.9" />
</ItemGroup>
</Project>

View File

@@ -4,7 +4,7 @@
<ApplicationIcon>RRQM.ico</ApplicationIcon>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>RRQM.pfx</AssemblyOriginatorKeyFile>
<Version>1.0.8</Version>
<Version>1.0.9</Version>
<Company>若汝棋茗</Company>
<Copyright>Copyright © 2021 若汝棋茗</Copyright>
<Description>介绍这是一个高性能的RPC微服务框架支持异步调用、权限管理、错误状态返回、服务回调等。在空载函数执行时10万次调用仅3.8秒在不返回状态时仅0.9秒。
@@ -12,7 +12,7 @@
Description: This is a high-performance RPC microservice framework that supports asynchronous invocation, permission management, error status return, service callbacks, and more.When the no-load function is executed, it takes only 3.8 seconds for 100,000 calls, and 0.9 seconds for no return state.
更新说明:
优化:传输效率
修复:依赖库
Demohttps://gitee.com/RRQM_OS/RRQMBox
APIhttps://gitee.com/RRQM_OS/RRQM/wikis/pages</Description>
@@ -67,6 +67,6 @@ APIhttps://gitee.com/RRQM_OS/RRQM/wikis/pages</Description>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="RRQMSocket" Version="4.0.20" />
<PackageReference Include="RRQMSocket" Version="4.0.22" />
</ItemGroup>
</Project>