diff --git a/README.md b/README.md index 9b0f948..1405cd1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # TsinghuaNet 能快速连接清华大学校园网,包括有线网与无线网。 ## 多种登录方式 -支持Auth4、Auth6(未测试)、Net方式的登录。 +支持Auth4、Auth6(未测试,不建议使用)、Net方式的登录。 ## 多语言支持 默认为简体中文,所有不支持的且存在的语言会以简体中文代替;不存在的语言会以用户电脑的语言或简体中文代替。 ### 支持语言列表 @@ -18,7 +18,7 @@ 现在已经弃疗,就这么多吧。 ## 屏幕截图
- ## 依赖项 使用NuGet引用了我的另一个仓库[ClassLibrary](https://github.com/Berrysoft/ClassLibrary)的Berrysoft.Console与Berrysoft.Tsinghua.Net项目。 +二者均使用MIT许可证。 这个仓库还有一个本程序的跨平台(控制台应用程序)版本,只支持英文。 diff --git a/ThirdPartyNotices.txt b/ThirdPartyNotices.txt new file mode 100644 index 0000000..74ede42 --- /dev/null +++ b/ThirdPartyNotices.txt @@ -0,0 +1,57 @@ +TsinghuaNet uses third-party libraries or other resources that may be +distributed under licenses different than the TsinghuaNet software. + +In the event that we accidentally failed to list a required notice, please +bring it to our attention. Post an issue on: + + https://github.com/Berrysoft/Tsinghua_Auth4_Net + +The attached notices are provided for information only. + +License notice for Berrysoft.Console +----------------------------------------- +MIT License + +Copyright (c) 2018 Berrysoft + +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. + +License notice for Berrysoft.Tsinghua.Net +----------------------------------------- +MIT License + +Copyright (c) 2018 Berrysoft + +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. diff --git a/TsinghuaNet/My Project/AssemblyInfo.vb b/TsinghuaNet/My Project/AssemblyInfo.vb index 24c914d..3070f82 100644 --- a/TsinghuaNet/My Project/AssemblyInfo.vb +++ b/TsinghuaNet/My Project/AssemblyInfo.vb @@ -55,5 +55,5 @@ Imports System.Windows ' 方法是按如下所示使用“*”: : ' - - + + diff --git a/TsinghuaNet/TsinghuaNet.vbproj b/TsinghuaNet/TsinghuaNet.vbproj index c247af7..4ed59f0 100644 --- a/TsinghuaNet/TsinghuaNet.vbproj +++ b/TsinghuaNet/TsinghuaNet.vbproj @@ -76,18 +76,15 @@ TsinghuaNet.Program - - ..\packages\Berrysoft.Console.1.0.140-preview3\lib\net472\Berrysoft.Console.dll + + ..\packages\Berrysoft.Console.1.0.152-rc1\lib\net472\Berrysoft.Console.dll - - ..\packages\Berrysoft.Tsinghua.Net.1.0.140-preview3\lib\net472\Berrysoft.Tsinghua.Net.dll + + ..\packages\Berrysoft.Tsinghua.Net.1.0.152-rc1\lib\net472\Berrysoft.Tsinghua.Net.dll - - ..\packages\System.Json.4.5.0\lib\netstandard2.0\System.Json.dll - diff --git a/TsinghuaNet/packages.config b/TsinghuaNet/packages.config index cbd42c2..38e44aa 100644 --- a/TsinghuaNet/packages.config +++ b/TsinghuaNet/packages.config @@ -1,6 +1,5 @@  - - - + + \ No newline at end of file