GL 1.0.7

There is a newer version of this package available.
See the version list below for details.
dotnet add package GL --version 1.0.7
                    
NuGet\Install-Package GL -Version 1.0.7
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="GL" Version="1.0.7" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="GL" Version="1.0.7" />
                    
Directory.Packages.props
<PackageReference Include="GL" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add GL --version 1.0.7
                    
#r "nuget: GL, 1.0.7"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package GL@1.0.7
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=GL&version=1.0.7
                    
Install as a Cake Addin
#tool nuget:?package=GL&version=1.0.7
                    
Install as a Cake Tool
内容说明

gl module,是继承于Abp vNext的一个独立模块,暂不支持数据库操作,集成了比较有用的组件,包含OPC,RestSharp,XML,Log4Net,Excel,Sms等; glByte:16进制字节处理; glData:数据处理; glDate:时间格式化; glDictionary:键值对处理; glEnumHandle:枚举处理; glExcel:基于NPIO的Excel处理; glFile:文件的处理; glHost:selfUrl的配置; glIni:ini处理; glLambda:Lambda公式; glLog:基于Serilog的管理; glOPC:OPC的处理; glParse:数据类型处理; glRequest:基于RestSharp的Api处理;glSms:短信的处理;glSQLite:嵌入式SQLite处理;glXML:XML的处理;glT:泛型的处理; glConfig.Instance. 内置全局变量,利用glConfig.Instance.GetInstance<T>获取注入的接口。

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.3 426 12/10/2025
1.1.2 325 12/8/2025
1.1.1 225 11/30/2025
1.1.0 227 11/30/2025
1.0.9 230 11/30/2025
1.0.8 232 11/30/2025
1.0.7 103 11/29/2025
1.0.6 290 11/17/2025
1.0.5 148 11/15/2025
1.0.4 149 11/15/2025
1.0.3 165 11/15/2025
1.0.2 174 11/15/2025
1.0.1 414 6/25/2023
1.0.0 231 6/24/2023

基于Abp vNext的独立模块,暂不支持数据库操作,仅提供实用的组件方法。