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
07024da9
Commit
07024da9
authored
Jan 17, 2020
by
Vinicius Jarina
Browse files
Update Year and NuGets
parent
c7353487
Changes
93
Show whitespace changes
Inline
Side-by-side
packages/NUnit3TestAdapter.3.1
5.1
/build/netcoreapp2.
0
/nunit.engine.api.dll
→
packages/NUnit3TestAdapter.3.1
6.0
/build/netcoreapp2.
1
/nunit.engine.api.dll
View file @
07024da9
File moved
packages/NUnit3TestAdapter.3.1
5.1
/build/netcoreapp2.
0
/nunit.engine.dll
→
packages/NUnit3TestAdapter.3.1
6.0
/build/netcoreapp2.
1
/nunit.engine.dll
View file @
07024da9
File moved
src/Properties/AssemblyInfo.cs
View file @
07024da9
...
@@ -23,10 +23,10 @@ using System.Reflection;
...
@@ -23,10 +23,10 @@ using System.Reflection;
[
assembly
:
AssemblyTitle
(
"NLua (.NET Framework)"
)]
[
assembly
:
AssemblyTitle
(
"NLua (.NET Framework)"
)]
#endif
#endif
[
assembly
:
AssemblyDescription
(
"
Library to create simple Mazes
"
)]
[
assembly
:
AssemblyDescription
(
"
NLua library
"
)]
[
assembly
:
AssemblyCompany
(
"NLua.org"
)]
[
assembly
:
AssemblyCompany
(
"NLua.org"
)]
[
assembly
:
AssemblyProduct
(
"NLua"
)]
[
assembly
:
AssemblyProduct
(
"NLua"
)]
[
assembly
:
AssemblyCopyright
(
"Copyright © Vinicius Jarina 20
19
"
)]
[
assembly
:
AssemblyCopyright
(
"Copyright © Vinicius Jarina 20
20
"
)]
[
assembly
:
AssemblyCulture
(
""
)]
[
assembly
:
AssemblyCulture
(
""
)]
...
...
tests/build/net45/NLuaTest.csproj
View file @
07024da9
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Import
Project=
"..\..\..\packages\NUnit3TestAdapter.3.1
5.1
\build\net35\NUnit3TestAdapter.props"
Condition=
"Exists('..\..\..\packages\NUnit3TestAdapter.3.1
5.1
\build\net35\NUnit3TestAdapter.props')"
/>
<Import
Project=
"..\..\..\packages\NUnit3TestAdapter.3.1
6.0
\build\net35\NUnit3TestAdapter.props"
Condition=
"Exists('..\..\..\packages\NUnit3TestAdapter.3.1
6.0
\build\net35\NUnit3TestAdapter.props')"
/>
<Import
Project=
"..\..\..\packages\NUnit.3.12.0\build\NUnit.props"
Condition=
"Exists('..\..\..\packages\NUnit.3.12.0\build\NUnit.props')"
/>
<Import
Project=
"..\..\..\packages\NUnit.3.12.0\build\NUnit.props"
Condition=
"Exists('..\..\..\packages\NUnit.3.12.0\build\NUnit.props')"
/>
<Import
Project=
"$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props"
Condition=
"Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')"
/>
<Import
Project=
"$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props"
Condition=
"Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')"
/>
<PropertyGroup>
<PropertyGroup>
...
@@ -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.2
2
\lib\net45\KeraLua.dll
</HintPath>
<HintPath>
..\..\..\packages\KeraLua.1.0.2
4
\lib\net45\KeraLua.dll
</HintPath>
</Reference>
</Reference>
</ItemGroup>
</ItemGroup>
<ItemGroup>
<ItemGroup>
...
@@ -69,5 +69,5 @@
...
@@ -69,5 +69,5 @@
</PropertyGroup>
</PropertyGroup>
<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\NUnit.3.12.0\build\NUnit.props')"
Text=
"$([System.String]::Format('$(ErrorText)', '..\..\..\packages\NUnit.3.12.0\build\NUnit.props'))"
/>
</Target>
</Target>
<Import
Project=
"..\..\..\packages\KeraLua.1.0.2
2
\build\net45\KeraLua.targets"
Condition=
"Exists('..\..\..\packages\KeraLua.1.0.2
2
\build\net45\KeraLua.targets')"
/>
<Import
Project=
"..\..\..\packages\KeraLua.1.0.2
4
\build\net45\KeraLua.targets"
Condition=
"Exists('..\..\..\packages\KeraLua.1.0.2
4
\build\net45\KeraLua.targets')"
/>
</Project>
</Project>
\ No newline at end of file
tests/build/net45/packages.config
View file @
07024da9
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
packages
>
<
packages
>
<
package
id
=
"KeraLua"
version
=
"1.0.2
2
"
targetFramework
=
"net45"
/>
<
package
id
=
"KeraLua"
version
=
"1.0.2
4
"
targetFramework
=
"net45"
/>
<
package
id
=
"NUnit"
version
=
"3.12.0"
targetFramework
=
"net45"
/>
<
package
id
=
"NUnit"
version
=
"3.12.0"
targetFramework
=
"net45"
/>
<
package
id
=
"NUnit.ConsoleRunner"
version
=
"3.10.0"
targetFramework
=
"net45"
/>
<
package
id
=
"NUnit.ConsoleRunner"
version
=
"3.10.0"
targetFramework
=
"net45"
/>
<
package
id
=
"NUnit3TestAdapter"
version
=
"3.1
5.1
"
targetFramework
=
"net45"
/>
<
package
id
=
"NUnit3TestAdapter"
version
=
"3.1
6.0
"
targetFramework
=
"net45"
developmentDependency
=
"true"
/>
</
packages
>
</
packages
>
\ No newline at end of file
tests/build/netcore/NLuaTest.Core.csproj
View file @
07024da9
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PropertyGroup>
<TargetFramework>netcoreapp
2
.0</TargetFramework>
<TargetFramework>netcoreapp
3
.0</TargetFramework>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
...
@@ -25,10 +25,12 @@
...
@@ -25,10 +25,12 @@
</PropertyGroup>
</PropertyGroup>
<ItemGroup>
<ItemGroup>
<PackageReference Include="KeraLua" Version="1.0.2
2
" />
<PackageReference Include="KeraLua" Version="1.0.2
4
" />
<PackageReference Include="nunit" Version="3.12.0" />
<PackageReference Include="nunit" Version="3.12.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.15.1" />
<PackageReference Include="NUnit3TestAdapter" Version="3.16.0"><IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.2.0" />
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
</ItemGroup>
</ItemGroup>
<ItemGroup>
<ItemGroup>
<None Include="..\..\scripts\core\bisect.lua">
<None Include="..\..\scripts\core\bisect.lua">
...
...
tests/build/xamarinios/NLuaTest.XamariniOS.csproj
View file @
07024da9
...
@@ -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.2
2
\lib\xamarinios\KeraLua.dll
</HintPath>
<HintPath>
..\..\..\packages\KeraLua.1.0.2
4
\lib\xamarinios\KeraLua.dll
</HintPath>
</Reference>
</Reference>
</ItemGroup>
</ItemGroup>
<ItemGroup>
<ItemGroup>
...
@@ -142,8 +142,8 @@
...
@@ -142,8 +142,8 @@
<ItemGroup>
<ItemGroup>
<None
Include=
"Info.plist"
/>
<None
Include=
"Info.plist"
/>
<None
Include=
"Entitlements.plist"
/>
<None
Include=
"Entitlements.plist"
/>
<None
Include=
"packages.config"
/>
<None
Include=
"tools\Touch.Server.exe"
/>
<None
Include=
"tools\Touch.Server.exe"
/>
<None
Include=
"packages.config"
/>
</ItemGroup>
</ItemGroup>
<ItemGroup>
<ItemGroup>
<Compile
Include=
"Main.cs"
/>
<Compile
Include=
"Main.cs"
/>
...
@@ -196,5 +196,5 @@
...
@@ -196,5 +196,5 @@
</ItemGroup>
</ItemGroup>
<Import
Project=
"..\..\src\NLuaTest.Shared.projitems"
Label=
"Shared"
Condition=
"Exists('..\..\src\NLuaTest.Shared.projitems')"
/>
<Import
Project=
"..\..\src\NLuaTest.Shared.projitems"
Label=
"Shared"
Condition=
"Exists('..\..\src\NLuaTest.Shared.projitems')"
/>
<Import
Project=
"$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets"
/>
<Import
Project=
"$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets"
/>
<Import
Project=
"..\..\..\packages\Codefoco.Touch.Server.1.0.1
7
\build\Codefoco.Touch.Server.targets"
Condition=
"Exists('..\..\..\packages\Codefoco.Touch.Server.1.0.1
7
\build\Codefoco.Touch.Server.targets')"
/>
<Import
Project=
"..\..\..\packages\Codefoco.Touch.Server.1.0.1
8
\build\Codefoco.Touch.Server.targets"
Condition=
"Exists('..\..\..\packages\Codefoco.Touch.Server.1.0.1
8
\build\Codefoco.Touch.Server.targets')"
/>
</Project>
</Project>
\ No newline at end of file
tests/build/xamarinios/packages.config
View file @
07024da9
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
packages
>
<
packages
>
<
package
id
=
"Codefoco.Touch.Server"
version
=
"1.0.1
7
"
targetFramework
=
"xamarinios10"
developmentDependency
=
"true"
/>
<
package
id
=
"Codefoco.Touch.Server"
version
=
"1.0.1
8
"
targetFramework
=
"xamarinios10"
developmentDependency
=
"true"
/>
<
package
id
=
"KeraLua"
version
=
"1.0.2
2
"
targetFramework
=
"xamarinios10"
/>
<
package
id
=
"KeraLua"
version
=
"1.0.2
4
"
targetFramework
=
"xamarinios10"
/>
</
packages
>
</
packages
>
\ No newline at end of file
tests/build/xamarinios/tools/Touch.Server.exe
View file @
07024da9
No preview for this file type
tests/build/xamarintvos/NLuaTest.XamarinTVOS.csproj
View file @
07024da9
...
@@ -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.2
2
\lib\xamarintvos\KeraLua.dll
</HintPath>
<HintPath>
..\..\..\packages\KeraLua.1.0.2
4
\lib\xamarintvos\KeraLua.dll
</HintPath>
</Reference>
</Reference>
</ItemGroup>
</ItemGroup>
<ItemGroup>
<ItemGroup>
...
@@ -164,8 +164,8 @@
...
@@ -164,8 +164,8 @@
<ItemGroup>
<ItemGroup>
<None
Include=
"Info.plist"
/>
<None
Include=
"Info.plist"
/>
<None
Include=
"Entitlements.plist"
/>
<None
Include=
"Entitlements.plist"
/>
<None
Include=
"packages.config"
/>
<None
Include=
"tools\Touch.Server.exe"
/>
<None
Include=
"tools\Touch.Server.exe"
/>
<None
Include=
"packages.config"
/>
</ItemGroup>
</ItemGroup>
<ItemGroup>
<ItemGroup>
<ProjectReference
Include=
"..\..\..\build\TVOS\NLua.TVOS.csproj"
>
<ProjectReference
Include=
"..\..\..\build\TVOS\NLua.TVOS.csproj"
>
...
@@ -221,5 +221,5 @@
...
@@ -221,5 +221,5 @@
</ItemGroup>
</ItemGroup>
<Import
Project=
"..\..\src\NLuaTest.Shared.projitems"
Label=
"Shared"
Condition=
"Exists('..\..\src\NLuaTest.Shared.projitems')"
/>
<Import
Project=
"..\..\src\NLuaTest.Shared.projitems"
Label=
"Shared"
Condition=
"Exists('..\..\src\NLuaTest.Shared.projitems')"
/>
<Import
Project=
"$(MSBuildExtensionsPath)\Xamarin\TVOS\Xamarin.TVOS.CSharp.targets"
/>
<Import
Project=
"$(MSBuildExtensionsPath)\Xamarin\TVOS\Xamarin.TVOS.CSharp.targets"
/>
<Import
Project=
"..\..\..\packages\Codefoco.Touch.Server.1.0.1
7
\build\Codefoco.Touch.Server.targets"
Condition=
"Exists('..\..\..\packages\Codefoco.Touch.Server.1.0.1
7
\build\Codefoco.Touch.Server.targets')"
/>
<Import
Project=
"..\..\..\packages\Codefoco.Touch.Server.1.0.1
8
\build\Codefoco.Touch.Server.targets"
Condition=
"Exists('..\..\..\packages\Codefoco.Touch.Server.1.0.1
8
\build\Codefoco.Touch.Server.targets')"
/>
</Project>
</Project>
\ No newline at end of file
tests/build/xamarintvos/packages.config
View file @
07024da9
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
packages
>
<
packages
>
<
package
id
=
"Codefoco.Touch.Server"
version
=
"1.0.1
7
"
targetFramework
=
"xamarintvos10"
developmentDependency
=
"true"
/>
<
package
id
=
"Codefoco.Touch.Server"
version
=
"1.0.1
8
"
targetFramework
=
"xamarintvos10"
developmentDependency
=
"true"
/>
<
package
id
=
"KeraLua"
version
=
"1.0.2
2
"
targetFramework
=
"xamarintvos10"
/>
<
package
id
=
"KeraLua"
version
=
"1.0.2
4
"
targetFramework
=
"xamarintvos10"
/>
</
packages
>
</
packages
>
\ No newline at end of file
tests/build/xamarintvos/tools/Touch.Server.exe
View file @
07024da9
No preview for this file type
tests/src/Properties/AssemblyInfo.cs
View file @
07024da9
...
@@ -9,7 +9,7 @@ using System.Runtime.InteropServices;
...
@@ -9,7 +9,7 @@ using System.Runtime.InteropServices;
[
assembly
:
AssemblyConfiguration
(
""
)]
[
assembly
:
AssemblyConfiguration
(
""
)]
[
assembly
:
AssemblyCompany
(
""
)]
[
assembly
:
AssemblyCompany
(
""
)]
[
assembly
:
AssemblyProduct
(
"NLuaTest"
)]
[
assembly
:
AssemblyProduct
(
"NLuaTest"
)]
[
assembly
:
AssemblyCopyright
(
"Copyright © 20
19
"
)]
[
assembly
:
AssemblyCopyright
(
"Copyright © 20
20
"
)]
[
assembly
:
AssemblyTrademark
(
""
)]
[
assembly
:
AssemblyTrademark
(
""
)]
[
assembly
:
AssemblyCulture
(
""
)]
[
assembly
:
AssemblyCulture
(
""
)]
...
...
Prev
1
2
3
4
5
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