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
008c44e2
Commit
008c44e2
authored
Jul 25, 2019
by
Vinicius Jarina
Browse files
Bump KeraLua 1.0.19
parent
3eb74ada
Changes
48
Expand all
Hide whitespace changes
Inline
Side-by-side
packages/KeraLua.1.0.19/lib/xamarinwatchos/KeraLua.xml
0 → 100644
View file @
008c44e2
This diff is collapsed.
Click to expand it.
packages/KeraLua.1.0.1
4
/runtimes/linux-x64/native/liblua53.so
→
packages/KeraLua.1.0.1
9
/runtimes/linux-x64/native/liblua53.so
View file @
008c44e2
File moved
packages/KeraLua.1.0.19/runtimes/osx/native/liblua53.dylib
0 → 100644
View file @
008c44e2
File added
packages/KeraLua.1.0.1
4
/runtimes/win-x64/native/lua53.dll
→
packages/KeraLua.1.0.1
9
/runtimes/win-x64/native/lua53.dll
View file @
008c44e2
No preview for this file type
packages/KeraLua.1.0.1
4
/runtimes/win-x86/native/lua53.dll
→
packages/KeraLua.1.0.1
9
/runtimes/win-x86/native/lua53.dll
View file @
008c44e2
No preview for this file type
tests/build/net45/NLuaTest.csproj
View file @
008c44e2
...
...
@@ -38,8 +38,8 @@
<TreatWarningsAsErrors>
true
</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<Reference
Include=
"KeraLua, Version=1.0.1
4
.0, Culture=neutral, PublicKeyToken=6a194c04b9c89217, processorArchitecture=MSIL"
>
<HintPath>
..\..\..\packages\KeraLua.1.0.1
4
\lib\net45\KeraLua.dll
</HintPath>
<Reference
Include=
"KeraLua, Version=1.0.1
9
.0, Culture=neutral, PublicKeyToken=6a194c04b9c89217, processorArchitecture=MSIL"
>
<HintPath>
..\..\..\packages\KeraLua.1.0.1
9
\lib\net45\KeraLua.dll
</HintPath>
</Reference>
<Reference
Include=
"nunit.framework, Version=3.12.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL"
>
<HintPath>
..\..\..\packages\NUnit.3.12.0\lib\net45\nunit.framework.dll
</HintPath>
...
...
@@ -68,8 +68,8 @@
<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\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\KeraLua.1.0.14\build\net45\KeraLua.targets')"
Text=
"$([System.String]::Format('$(ErrorText)', '..\..\..\packages\KeraLua.1.0.14\build\net45\KeraLua.targets'))"
/>
<Error
Condition=
"!Exists('..\..\..\packages\NUnit.3.12.0\build\NUnit.props')"
Text=
"$([System.String]::Format('$(ErrorText)', '..\..\..\packages\NUnit.3.12.0\build\NUnit.props'))"
/>
<Error
Condition=
"!Exists('..\..\..\packages\KeraLua.1.0.19\build\net45\KeraLua.targets')"
Text=
"$([System.String]::Format('$(ErrorText)', '..\..\..\packages\KeraLua.1.0.19\build\net45\KeraLua.targets'))"
/>
</Target>
<Import
Project=
"..\..\..\packages\KeraLua.1.0.1
4
\build\net45\KeraLua.targets"
Condition=
"Exists('..\..\..\packages\KeraLua.1.0.1
4
\build\net45\KeraLua.targets')"
/>
<Import
Project=
"..\..\..\packages\KeraLua.1.0.1
9
\build\net45\KeraLua.targets"
Condition=
"Exists('..\..\..\packages\KeraLua.1.0.1
9
\build\net45\KeraLua.targets')"
/>
</Project>
\ No newline at end of file
tests/build/net45/packages.config
View file @
008c44e2
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
packages
>
<
package
id
=
"KeraLua"
version
=
"1.0.1
4
"
targetFramework
=
"net45"
/>
<
package
id
=
"KeraLua"
version
=
"1.0.1
9
"
targetFramework
=
"net45"
/>
<
package
id
=
"NUnit"
version
=
"3.12.0"
targetFramework
=
"net45"
/>
<
package
id
=
"NUnit.ConsoleRunner"
version
=
"3.10.0"
targetFramework
=
"net45"
/>
<
package
id
=
"NUnit3TestAdapter"
version
=
"3.13.0"
targetFramework
=
"net45"
/>
...
...
tests/build/netcore/NLuaTest.Core.csproj
View file @
008c44e2
...
...
@@ -25,10 +25,10 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="KeraLua" Version="1.0.1
4
" />
<PackageReference Include="KeraLua" Version="1.0.1
9
" />
<PackageReference Include="nunit" Version="3.12.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.13.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.
1
.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.
2
.0" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\scripts\core\bisect.lua">
...
...
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