LimeMeta 1.0.3

dotnet add package LimeMeta --version 1.0.3
                    
NuGet\Install-Package LimeMeta -Version 1.0.3
                    
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="LimeMeta" Version="1.0.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="LimeMeta" Version="1.0.3" />
                    
Directory.Packages.props
<PackageReference Include="LimeMeta" />
                    
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 LimeMeta --version 1.0.3
                    
#r "nuget: LimeMeta, 1.0.3"
                    
#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 LimeMeta@1.0.3
                    
#: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=LimeMeta&version=1.0.3
                    
Install as a Cake Addin
#tool nuget:?package=LimeMeta&version=1.0.3
                    
Install as a Cake Tool

LimeMeta

LimeMeta 是一个面向 .NET 10 的模型驱动后端框架,提供 FreeSql 数据访问、数据库结构同步、Logic 生命周期、JWT 认证、FastEndpoints、文件存储和 WebSocket。

通常不需要单独安装此包。推荐安装项目模板:

dotnet new install LimeMeta.Templates
dotnet new limemeta -n MyService

包与源码通过 NuGet.org 对外公开分发。不要将 PAT 写入仓库或 NuGet.config

完整文档与源码:github.com/adofaiex/LimeMeta

生成项目内的文档不仅说明安装,也系统介绍内置用户/角色/权限、模型和 DTO 约定、ILimeMeta、Logic 生命周期、授权扩展、FastEndpoints、文件存储与 WebSocket。可在线阅读模板开发指南

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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 (1)

Showing the top 1 NuGet packages that depend on LimeMeta:

Package Downloads
LimeMeta.GraphQL

为 LimeMeta 模型自动生成查询、聚合和安全 Mutation 的 HotChocolate GraphQL 扩展。

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.3 42 7/25/2026
1.0.2 40 7/25/2026
1.0.1 42 7/25/2026
1.0.0 35 7/25/2026