Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
NLua
Commits
51585c29
Commit
51585c29
authored
Jan 29, 2019
by
Vinicius Jarina
Browse files
* Fixing NuGet package
* Bumped KeraLua * Release 1.4.4
parent
64a6b5c7
Changes
42
Hide whitespace changes
Inline
Side-by-side
NLua.nuspec
View file @
51585c29
...
...
@@ -2,7 +2,7 @@
<package>
<metadata>
<id>
NLua
</id>
<version>
1.4.
1
</version>
<version>
1.4.
4
</version>
<authors>
NLua
</authors>
<owners>
Vinicius Jarina
</owners>
<licenseUrl>
https://github.com/nlua/NLua/blob/master/LICENSE
</licenseUrl>
...
...
@@ -15,27 +15,26 @@
<copyright>
Copyright © NLua 2019
</copyright>
<tags>
lua nlua
</tags>
<dependencies>
<dependency
id=
"KeraLua"
version=
"1.0.
2
"
/>
<dependency
id=
"KeraLua"
version=
"1.0.
3
"
/>
</dependencies>
</metadata>
<files>
<file
src=
"lib\Release\
net45\*
.dll"
target=
"lib\
net45
"
/>
<file
src=
"lib\Release\net
standard2.0\*
.dll"
target=
"lib\net
standard2.0
"
/>
<file
src=
"lib\Release\netcore\netcoreapp2.0\
*
.dll"
target=
"lib\netcoreapp2.0"
/>
<file
src=
"lib\Release\
MonoAndroid\*
.dll"
target=
"lib\
MonoAndroid
"
/>
<file
src=
"lib\Release\xamarin
mac\*
.dll"
target=
"lib\xamarin
mac
"
/>
<file
src=
"lib\Release\xamarin
tvos\*
.dll"
target=
"lib\xamarin
tvos
"
/>
<file
src=
"lib\Release\xamarin
i
os\
*
.dll"
target=
"lib\xamarin
i
os"
/>
<file
src=
"lib\Release\xamarinwatchos\
*
.dll"
target=
"lib\xamarinwatchos"
/>
<!-- <file src="lib\Release\netstandard2.0\
*
.xml" target="lib\netstandard2.0" />
<file src="lib\Release\netcore\netcoreapp2.0\
*
.xml" target="lib\netcoreapp2.0" />
<file src="lib\Release\MonoAndroid\
*
.xml" target="lib\MonoAndroid" />
<file src="lib\Release\net45\
*
.xml" target="lib\xamarinmac" />
<file src="lib\Release\net45\
*
.xml" target="lib\xamarintvos" />
<file src="lib\Release\net45\
*
.xml" target="lib\net45" />
<file src="lib\Release\net45\
*
.xml" target="lib\xamarinios" />
<file src="lib\Release\net45\
*
.xml" target="lib\xamarinwatchos" /> -->
<file
src=
"LICENSE"
/>
<file
src=
"lib\Release\
MonoAndroid\NLua
.dll"
target=
"lib\
MonoAndroid
"
/>
<file
src=
"lib\Release\net
45\NLua
.dll"
target=
"lib\net
45
"
/>
<file
src=
"lib\Release\netcore\netcoreapp2.0\
NLua
.dll"
target=
"lib\netcoreapp2.0"
/>
<file
src=
"lib\Release\
netstandard2.0\NLua
.dll"
target=
"lib\
netstandard2.0
"
/>
<file
src=
"lib\Release\xamarin
ios\NLua
.dll"
target=
"lib\xamarin
ios
"
/>
<file
src=
"lib\Release\xamarin
mac\NLua
.dll"
target=
"lib\xamarin
mac
"
/>
<file
src=
"lib\Release\xamarin
tv
os\
NLua
.dll"
target=
"lib\xamarin
tv
os"
/>
<file
src=
"lib\Release\xamarinwatchos\
NLua
.dll"
target=
"lib\xamarinwatchos"
/>
<!-- <file src="lib\Release\netstandard2.0\
NLua
.xml" target="lib\netstandard2.0" />
<file src="lib\Release\netcore\netcoreapp2.0\
NLua
.xml" target="lib\netcoreapp2.0" />
<file src="lib\Release\MonoAndroid\
NLua
.xml" target="lib\MonoAndroid" />
<file src="lib\Release\net45\
NLua
.xml" target="lib\xamarinmac" />
<file src="lib\Release\net45\
NLua
.xml" target="lib\xamarintvos" />
<file src="lib\Release\net45\
NLua
.xml" target="lib\net45" />
<file src="lib\Release\net45\
NLua
.xml" target="lib\xamarinios" />
<file src="lib\Release\net45\
NLua
.xml" target="lib\xamarinwatchos" /> -->
<file
src=
"LICENSE"
target=
"LICENSE"
/>
</files>
</package>
\ No newline at end of file
build/Android/NLua.Android.csproj
View file @
51585c29
...
...
@@ -39,8 +39,8 @@
<TreatWarningsAsErrors>
true
</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<Reference
Include=
"KeraLua, Version=1.0.
2
.0, Culture=neutral, PublicKeyToken=6a194c04b9c89217, processorArchitecture=MSIL"
>
<HintPath>
..\..\packages\KeraLua.1.0.
2
\lib\MonoAndroid\KeraLua.dll
</HintPath>
<Reference
Include=
"KeraLua, Version=1.0.
3
.0, Culture=neutral, PublicKeyToken=6a194c04b9c89217, processorArchitecture=MSIL"
>
<HintPath>
..\..\packages\KeraLua.1.0.
3
\lib\MonoAndroid\KeraLua.dll
</HintPath>
</Reference>
<Reference
Include=
"System"
/>
<Reference
Include=
"System.Xml"
/>
...
...
build/Android/packages.config
View file @
51585c29
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
packages
>
<
package
id
=
"KeraLua"
version
=
"1.0.
2
"
targetFramework
=
"monoandroid81"
/>
<
package
id
=
"KeraLua"
version
=
"1.0.
3
"
targetFramework
=
"monoandroid81"
/>
</
packages
>
\ No newline at end of file
build/TVOS/NLua.TVOS.csproj
View file @
51585c29
...
...
@@ -46,8 +46,8 @@
<TreatWarningsAsErrors>
true
</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<Reference
Include=
"KeraLua, Version=1.0.
2
.0, Culture=neutral, PublicKeyToken=6a194c04b9c89217, processorArchitecture=MSIL"
>
<HintPath>
..\..\packages\KeraLua.1.0.
2
\lib\xamarintvos\KeraLua.dll
</HintPath>
<Reference
Include=
"KeraLua, Version=1.0.
3
.0, Culture=neutral, PublicKeyToken=6a194c04b9c89217, processorArchitecture=MSIL"
>
<HintPath>
..\..\packages\KeraLua.1.0.
3
\lib\xamarintvos\KeraLua.dll
</HintPath>
</Reference>
<Reference
Include=
"System"
/>
<Reference
Include=
"System.Xml"
/>
...
...
build/TVOS/packages.config
View file @
51585c29
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
packages
>
<
package
id
=
"KeraLua"
version
=
"1.0.
2
"
targetFramework
=
"xamarintvos10"
/>
<
package
id
=
"KeraLua"
version
=
"1.0.
3
"
targetFramework
=
"xamarintvos10"
/>
</
packages
>
\ No newline at end of file
build/WatchOS/NLua.WatchOS.csproj
View file @
51585c29
...
...
@@ -44,8 +44,8 @@
<TreatWarningsAsErrors>
true
</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<Reference
Include=
"KeraLua, Version=1.0.
2
.0, Culture=neutral, PublicKeyToken=6a194c04b9c89217, processorArchitecture=MSIL"
>
<HintPath>
..\..\packages\KeraLua.1.0.
2
\lib\xamarinwatchos\KeraLua.dll
</HintPath>
<Reference
Include=
"KeraLua, Version=1.0.
3
.0, Culture=neutral, PublicKeyToken=6a194c04b9c89217, processorArchitecture=MSIL"
>
<HintPath>
..\..\packages\KeraLua.1.0.
3
\lib\xamarinwatchos\KeraLua.dll
</HintPath>
</Reference>
<Reference
Include=
"System"
/>
<Reference
Include=
"System.Xml"
/>
...
...
build/WatchOS/packages.config
View file @
51585c29
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
packages
>
<
package
id
=
"KeraLua"
version
=
"1.0.
2
"
targetFramework
=
"xamarinwatchos10"
/>
<
package
id
=
"KeraLua"
version
=
"1.0.
3
"
targetFramework
=
"xamarinwatchos10"
/>
</
packages
>
\ No newline at end of file
build/XamarinMac/NLua.XamarinMac.csproj
View file @
51585c29
...
...
@@ -54,8 +54,8 @@
<TreatWarningsAsErrors>
true
</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<Reference
Include=
"KeraLua, Version=1.0.
2
.0, Culture=neutral, PublicKeyToken=6a194c04b9c89217, processorArchitecture=MSIL"
>
<HintPath>
..\..\packages\KeraLua.1.0.
2
\lib\xamarinmac\KeraLua.dll
</HintPath>
<Reference
Include=
"KeraLua, Version=1.0.
3
.0, Culture=neutral, PublicKeyToken=6a194c04b9c89217, processorArchitecture=MSIL"
>
<HintPath>
..\..\packages\KeraLua.1.0.
3
\lib\xamarinmac\KeraLua.dll
</HintPath>
</Reference>
<Reference
Include=
"System"
/>
<Reference
Include=
"System.Core"
/>
...
...
build/XamarinMac/packages.config
View file @
51585c29
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
packages
>
<
package
id
=
"KeraLua"
version
=
"1.0.
2
"
targetFramework
=
"xamarinmac20"
/>
<
package
id
=
"KeraLua"
version
=
"1.0.
3
"
targetFramework
=
"xamarinmac20"
/>
</
packages
>
\ No newline at end of file
build/XamariniOS/NLua.XamariniOS.csproj
View file @
51585c29
...
...
@@ -50,8 +50,8 @@
<TreatWarningsAsErrors>
true
</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<Reference
Include=
"KeraLua, Version=1.0.
2
.0, Culture=neutral, PublicKeyToken=6a194c04b9c89217, processorArchitecture=MSIL"
>
<HintPath>
..\..\packages\KeraLua.1.0.
2
\lib\xamarinios\KeraLua.dll
</HintPath>
<Reference
Include=
"KeraLua, Version=1.0.
3
.0, Culture=neutral, PublicKeyToken=6a194c04b9c89217, processorArchitecture=MSIL"
>
<HintPath>
..\..\packages\KeraLua.1.0.
3
\lib\xamarinios\KeraLua.dll
</HintPath>
</Reference>
<Reference
Include=
"System"
/>
<Reference
Include=
"System.Xml"
/>
...
...
build/XamariniOS/packages.config
View file @
51585c29
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
packages
>
<
package
id
=
"KeraLua"
version
=
"1.0.
2
"
targetFramework
=
"xamarinios10"
/>
<
package
id
=
"KeraLua"
version
=
"1.0.
3
"
targetFramework
=
"xamarinios10"
/>
</
packages
>
\ No newline at end of file
build/net45/NLua.csproj
View file @
51585c29
...
...
@@ -32,8 +32,8 @@
<TreatWarningsAsErrors>
true
</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<Reference
Include=
"KeraLua, Version=1.0.
2
.0, Culture=neutral, PublicKeyToken=6a194c04b9c89217, processorArchitecture=MSIL"
>
<HintPath>
..\..\packages\KeraLua.1.0.
2
\lib\net45\KeraLua.dll
</HintPath>
<Reference
Include=
"KeraLua, Version=1.0.
3
.0, Culture=neutral, PublicKeyToken=6a194c04b9c89217, processorArchitecture=MSIL"
>
<HintPath>
..\..\packages\KeraLua.1.0.
3
\lib\net45\KeraLua.dll
</HintPath>
</Reference>
<Reference
Include=
"System"
/>
</ItemGroup>
...
...
@@ -43,11 +43,11 @@
<Import
Project=
"..\..\src\NLua.Core.projitems"
Label=
"Shared"
Condition=
"Exists('..\..\src\NLua.Core.projitems')"
/>
<Import
Project=
"$(MSBuildBinPath)\Microsoft.CSharp.targets"
/>
<Import
Project=
"..\targets\NLua.Sign.targets"
/>
<Import
Project=
"..\..\packages\KeraLua.1.0.
2
\build\net45\KeraLua.targets"
Condition=
"Exists('..\..\packages\KeraLua.1.0.
2
\build\net45\KeraLua.targets')"
/>
<Import
Project=
"..\..\packages\KeraLua.1.0.
3
\build\net45\KeraLua.targets"
Condition=
"Exists('..\..\packages\KeraLua.1.0.
3
\build\net45\KeraLua.targets')"
/>
<Target
Name=
"EnsureNuGetPackageBuildImports"
BeforeTargets=
"PrepareForBuild"
>
<PropertyGroup>
<ErrorText>
This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.
</ErrorText>
</PropertyGroup>
<Error
Condition=
"!Exists('..\..\packages\KeraLua.1.0.
2
\build\net45\KeraLua.targets')"
Text=
"$([System.String]::Format('$(ErrorText)', '..\..\packages\KeraLua.1.0.
2
\build\net45\KeraLua.targets'))"
/>
<Error
Condition=
"!Exists('..\..\packages\KeraLua.1.0.
3
\build\net45\KeraLua.targets')"
Text=
"$([System.String]::Format('$(ErrorText)', '..\..\packages\KeraLua.1.0.
3
\build\net45\KeraLua.targets'))"
/>
</Target>
</Project>
\ No newline at end of file
build/net45/packages.config
View file @
51585c29
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
packages
>
<
package
id
=
"KeraLua"
version
=
"1.0.
2
"
targetFramework
=
"net45"
/>
<
package
id
=
"KeraLua"
version
=
"1.0.
3
"
targetFramework
=
"net45"
/>
</
packages
>
\ No newline at end of file
build/netcore/NLua.NetCore.csproj
View file @
51585c29
...
...
@@ -20,7 +20,7 @@
</PropertyGroup>
<Import Project="..\..\src\NLua.Core.projitems" Label="Shared" Condition="Exists('..\..\src\NLua.Core.projitems')" />
<ItemGroup>
<PackageReference Include="KeraLua" Version="1.0.
2
" />
<PackageReference Include="KeraLua" Version="1.0.
3
" />
<PackageReference Include="System.Reflection.Emit" Version="4.3.0" />
<PackageReference Include="System.Reflection.Emit.ILGeneration" Version="4.3.0" />
</ItemGroup>
...
...
build/netstandard2.0/NLua.netstandard2.0.csproj
View file @
51585c29
...
...
@@ -24,7 +24,7 @@
<Import Project="..\..\src\NLua.Core.projitems" Label="Shared" />
<ItemGroup>
<PackageReference Include="KeraLua" Version="1.0.
2
" />
<PackageReference Include="KeraLua" Version="1.0.
3
" />
</ItemGroup>
<Import Project="..\targets\NLua.Sign.targets" />
...
...
packages/KeraLua.1.0.2/lib/xamarinios/KeraLua.dll
deleted
100644 → 0
View file @
64a6b5c7
File deleted
packages/KeraLua.1.0.
2
/.signature.p7s
→
packages/KeraLua.1.0.
3
/.signature.p7s
View file @
51585c29
No preview for this file type
packages/KeraLua.1.0.
2
/KeraLua.1.0.
2
.nupkg
→
packages/KeraLua.1.0.
3
/KeraLua.1.0.
3
.nupkg
View file @
51585c29
No preview for this file type
packages/KeraLua.1.0.
2
/LICENSE
→
packages/KeraLua.1.0.
3
/LICENSE
View file @
51585c29
File moved
packages/KeraLua.1.0.
2
/build/net45/KeraLua.targets
→
packages/KeraLua.1.0.
3
/build/net45/KeraLua.targets
View file @
51585c29
File moved
Prev
1
2
3
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment