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
20433382
Commit
20433382
authored
Apr 22, 2019
by
Vinicius Jarina
Browse files
Bumped KeraLua
parent
88b7219f
Changes
49
Hide whitespace changes
Inline
Side-by-side
packages/KeraLua.1.0.9/lib/xamarintvos/KeraLua.dll
deleted
100755 → 0
View file @
88b7219f
File deleted
packages/KeraLua.1.0.9/lib/xamarinwatchos/KeraLua.dll
deleted
100755 → 0
View file @
88b7219f
File deleted
tests/build/net45/NLuaTest.csproj
View file @
20433382
...
@@ -48,7 +48,7 @@
...
@@ -48,7 +48,7 @@
<Reference
Include=
"System.Xml.Linq"
/>
<Reference
Include=
"System.Xml.Linq"
/>
<Reference
Include=
"System.Xml"
/>
<Reference
Include=
"System.Xml"
/>
<Reference
Include=
"KeraLua"
>
<Reference
Include=
"KeraLua"
>
<HintPath>
..\..\..\packages\KeraLua.1.0.
9
\lib\net45\KeraLua.dll
</HintPath>
<HintPath>
..\..\..\packages\KeraLua.1.0.
10
\lib\net45\KeraLua.dll
</HintPath>
</Reference>
</Reference>
</ItemGroup>
</ItemGroup>
<ItemGroup>
<ItemGroup>
...
@@ -70,5 +70,5 @@
...
@@ -70,5 +70,5 @@
<Error
Condition=
"!Exists('..\..\..\packages\NUnit.3.11.0\build\NUnit.props')"
Text=
"$([System.String]::Format('$(ErrorText)', '..\..\..\packages\NUnit.3.11.0\build\NUnit.props'))"
/>
<Error
Condition=
"!Exists('..\..\..\packages\NUnit.3.11.0\build\NUnit.props')"
Text=
"$([System.String]::Format('$(ErrorText)', '..\..\..\packages\NUnit.3.11.0\build\NUnit.props'))"
/>
<Error
Condition=
"!Exists('..\..\..\packages\NUnit3TestAdapter.3.13.0\build\net35\NUnit3TestAdapter.props')"
Text=
"$([System.String]::Format('$(ErrorText)', '..\..\..\packages\NUnit3TestAdapter.3.13.0\build\net35\NUnit3TestAdapter.props'))"
/>
<Error
Condition=
"!Exists('..\..\..\packages\NUnit3TestAdapter.3.13.0\build\net35\NUnit3TestAdapter.props')"
Text=
"$([System.String]::Format('$(ErrorText)', '..\..\..\packages\NUnit3TestAdapter.3.13.0\build\net35\NUnit3TestAdapter.props'))"
/>
</Target>
</Target>
<Import
Project=
"..\..\..\packages\KeraLua.1.0.
9
\build\net45\KeraLua.targets"
Condition=
"Exists('..\..\..\packages\KeraLua.1.0.
9
\build\net45\KeraLua.targets')"
/>
<Import
Project=
"..\..\..\packages\KeraLua.1.0.
10
\build\net45\KeraLua.targets"
Condition=
"Exists('..\..\..\packages\KeraLua.1.0.
10
\build\net45\KeraLua.targets')"
/>
</Project>
</Project>
\ No newline at end of file
tests/build/net45/packages.config
View file @
20433382
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
packages
>
<
packages
>
<
package
id
=
"KeraLua"
version
=
"1.0.
9
"
targetFramework
=
"net45"
/>
<
package
id
=
"KeraLua"
version
=
"1.0.
10
"
targetFramework
=
"net45"
/>
<
package
id
=
"NUnit"
version
=
"3.11.0"
targetFramework
=
"net45"
/>
<
package
id
=
"NUnit"
version
=
"3.11.0"
targetFramework
=
"net45"
/>
<
package
id
=
"NUnit3TestAdapter"
version
=
"3.13.0"
targetFramework
=
"net45"
/>
<
package
id
=
"NUnit3TestAdapter"
version
=
"3.13.0"
targetFramework
=
"net45"
/>
</
packages
>
</
packages
>
\ No newline at end of file
tests/build/netcore/NLuaTest.Core.csproj
View file @
20433382
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
</PropertyGroup>
</PropertyGroup>
<ItemGroup>
<ItemGroup>
<PackageReference Include="KeraLua" Version="1.0.
9
" />
<PackageReference Include="KeraLua" Version="1.0.
10
" />
<PackageReference Include="nunit" Version="3.11.0" />
<PackageReference Include="nunit" Version="3.11.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.13.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.13.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.0.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.0.1" />
...
...
tests/build/xamarinios/NLuaTest.XamariniOS.csproj
View file @
20433382
...
@@ -133,7 +133,7 @@
...
@@ -133,7 +133,7 @@
<Reference
Include=
"MonoTouch.NUnitLite"
/>
<Reference
Include=
"MonoTouch.NUnitLite"
/>
<Reference
Include=
"System.Numerics"
/>
<Reference
Include=
"System.Numerics"
/>
<Reference
Include=
"KeraLua"
>
<Reference
Include=
"KeraLua"
>
<HintPath>
..\..\..\packages\KeraLua.1.0.
9
\lib\xamarinios\KeraLua.dll
</HintPath>
<HintPath>
..\..\..\packages\KeraLua.1.0.
10
\lib\xamarinios\KeraLua.dll
</HintPath>
</Reference>
</Reference>
</ItemGroup>
</ItemGroup>
<ItemGroup>
<ItemGroup>
...
...
tests/build/xamarinios/packages.config
View file @
20433382
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
packages
>
<
packages
>
<
package
id
=
"Codefoco.Touch.Server"
version
=
"1.0.14"
targetFramework
=
"xamarinios10"
developmentDependency
=
"true"
/>
<
package
id
=
"Codefoco.Touch.Server"
version
=
"1.0.14"
targetFramework
=
"xamarinios10"
developmentDependency
=
"true"
/>
<
package
id
=
"KeraLua"
version
=
"1.0.
9
"
targetFramework
=
"xamarinios10"
/>
<
package
id
=
"KeraLua"
version
=
"1.0.
10
"
targetFramework
=
"xamarinios10"
/>
</
packages
>
</
packages
>
\ No newline at end of file
tests/build/xamarintvos/NLuaTest.XamarinTVOS.csproj
View file @
20433382
...
@@ -98,7 +98,7 @@
...
@@ -98,7 +98,7 @@
<Reference
Include=
"MonoTouch.NUnitLite"
/>
<Reference
Include=
"MonoTouch.NUnitLite"
/>
<Reference
Include=
"System.Numerics"
/>
<Reference
Include=
"System.Numerics"
/>
<Reference
Include=
"KeraLua"
>
<Reference
Include=
"KeraLua"
>
<HintPath>
..\..\..\packages\KeraLua.1.0.
9
\lib\xamarintvos\KeraLua.dll
</HintPath>
<HintPath>
..\..\..\packages\KeraLua.1.0.
10
\lib\xamarintvos\KeraLua.dll
</HintPath>
</Reference>
</Reference>
</ItemGroup>
</ItemGroup>
<ItemGroup>
<ItemGroup>
...
...
tests/build/xamarintvos/packages.config
View file @
20433382
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
packages
>
<
packages
>
<
package
id
=
"Codefoco.Touch.Server"
version
=
"1.0.14"
targetFramework
=
"xamarintvos10"
developmentDependency
=
"true"
/>
<
package
id
=
"Codefoco.Touch.Server"
version
=
"1.0.14"
targetFramework
=
"xamarintvos10"
developmentDependency
=
"true"
/>
<
package
id
=
"KeraLua"
version
=
"1.0.
9
"
targetFramework
=
"xamarintvos10"
/>
<
package
id
=
"KeraLua"
version
=
"1.0.
10
"
targetFramework
=
"xamarintvos10"
/>
</
packages
>
</
packages
>
\ No newline at end of file
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