File tree Expand file tree Collapse file tree 3 files changed +30
-2
lines changed
Expand file tree Collapse file tree 3 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFrameworks >netstandard1.1;netstandard2.0</TargetFrameworks >
5+ <PackageId >CXuesong.Luaon.Json</PackageId >
6+ <Version >0.1.0</Version >
7+ <GenerateDocumentationFile >true</GenerateDocumentationFile >
8+ <Copyright >Copyright (C) CXuesong 2018</Copyright >
9+ <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
10+ <Authors >CXuesong</Authors >
11+ <Company />
12+ <Product />
13+ <Description >Newtonsoft.Json adapter for Luaon.NET.</Description >
14+ <PackageLicenseUrl >http://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl >
15+ <PackageProjectUrl >https://github.com/CXuesong/Luaon.NET</PackageProjectUrl >
16+ <RepositoryUrl >https://github.com/CXuesong/Luaon.NET</RepositoryUrl >
17+ <RepositoryType >git</RepositoryType >
18+ <PackageTags >lua lua-table json</PackageTags >
19+ <PackageReleaseNotes >See https://github.com/CXuesong/Luaon.NET/releases.</PackageReleaseNotes >
520 </PropertyGroup >
621
722 <ItemGroup >
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <TargetFrameworks >netstandard1.1;netstandard2.0</TargetFrameworks >
55 <RootNamespace >Luaon</RootNamespace >
6+ <PackageId >CXuesong.Luaon</PackageId >
7+ <Version >0.1.0</Version >
8+ <GenerateDocumentationFile >true</GenerateDocumentationFile >
9+ <Copyright >Copyright (C) CXuesong 2018</Copyright >
10+ <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
11+ <Authors >CXuesong</Authors >
12+ <Company />
13+ <Product />
14+ <Description >Writing LUA table expression becomes easy.</Description >
15+ <PackageLicenseUrl >http://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl >
16+ <PackageProjectUrl >https://github.com/CXuesong/Luaon.NET</PackageProjectUrl >
17+ <RepositoryUrl >https://github.com/CXuesong/Luaon.NET</RepositoryUrl >
18+ <RepositoryType >git</RepositoryType >
19+ <PackageTags >lua lua-table</PackageTags >
20+ <PackageReleaseNotes >See https://github.com/CXuesong/Luaon.NET/releases.</PackageReleaseNotes >
621 </PropertyGroup >
722
823</Project >
Original file line number Diff line number Diff line change 11# LUAON.NET
22
33Writing LUA table expression becomes easy.
4-
5- Client-side shell for MediaWiki sites. Work in progress.
You can’t perform that action at this time.
0 commit comments