com.ourpalm.ilruntime
Version:
ILRuntime C#热更解译器 中文在线文档: https://ourpalm.github.io/ILRuntime/ QQ群:512079820 ## 更新记录 ### V2.1.0 #### Breaking Change - 由于调试协议变更,2.1.0以上的版本调试插件不和以前版本相兼容,需要从VS和VSCode插件商店安装新版本调试插件 #### 新功能 - 调试器支持多工程同时调试 - 调试器新增自动发现可调式实例的功能,在同一局域网网络时可自动发现所有可调式实例
23 lines (14 loc) • 1.53 kB
Markdown
Copyright 2016 Ourpalm, All rights reserved.
ILRuntime is licensed under the MIT License.
A copy of the MIT License is included in this file.
Other dependencies and licenses:
Open Source Software Licensed Under the MIT License:
--------------------------------------------------------------------
1. Mono.Cecil
Copyright (c) 2008 - 2015 Jb Evain
Copyright (c) 2008 - 2011 Novell, Inc.
Terms of the MIT License:
--------------------------------------------------------------------
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.