Commit 008c44e2 authored by Vinicius Jarina's avatar Vinicius Jarina
Browse files

Bump KeraLua 1.0.19

parent 3eb74ada
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<copyright>Copyright © NLua 2019</copyright> <copyright>Copyright © NLua 2019</copyright>
<tags>lua nlua</tags> <tags>lua nlua</tags>
<dependencies> <dependencies>
<dependency id="KeraLua" version="1.0.14" /> <dependency id="KeraLua" version="1.0.19" />
</dependencies> </dependencies>
</metadata> </metadata>
<files> <files>
......
...@@ -39,8 +39,8 @@ ...@@ -39,8 +39,8 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="KeraLua, Version=1.0.14.0, Culture=neutral, PublicKeyToken=6a194c04b9c89217, processorArchitecture=MSIL"> <Reference Include="KeraLua, Version=1.0.19.0, Culture=neutral, PublicKeyToken=6a194c04b9c89217, processorArchitecture=MSIL">
<HintPath>..\..\packages\KeraLua.1.0.14\lib\MonoAndroid\KeraLua.dll</HintPath> <HintPath>..\..\packages\KeraLua.1.0.19\lib\MonoAndroid\KeraLua.dll</HintPath>
</Reference> </Reference>
<Reference Include="System" /> <Reference Include="System" />
<Reference Include="System.Xml" /> <Reference Include="System.Xml" />
......
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<packages> <packages>
<package id="KeraLua" version="1.0.14" targetFramework="monoandroid81" /> <package id="KeraLua" version="1.0.19" targetFramework="monoandroid81" />
</packages> </packages>
\ No newline at end of file
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<PropertyGroup> <PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{C45805A8-6436-4738-BD9F-4632EEA63BBC}</ProjectGuid> <ProjectGuid>{D5B6902E-37CD-44DB-8AC5-BFAEEE663633}</ProjectGuid>
<OutputType>Library</OutputType> <OutputType>Library</OutputType>
<RootNamespace>NLua</RootNamespace> <RootNamespace>NLua</RootNamespace>
<AssemblyName>NLua</AssemblyName> <AssemblyName>NLua</AssemblyName>
...@@ -32,8 +32,8 @@ ...@@ -32,8 +32,8 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="KeraLua, Version=1.0.14.0, Culture=neutral, PublicKeyToken=6a194c04b9c89217, processorArchitecture=MSIL"> <Reference Include="KeraLua, Version=1.0.19.0, Culture=neutral, PublicKeyToken=6a194c04b9c89217, processorArchitecture=MSIL">
<HintPath>..\..\packages\KeraLua.1.0.14\lib\net45\KeraLua.dll</HintPath> <HintPath>..\..\packages\KeraLua.1.0.19\lib\net45\KeraLua.dll</HintPath>
</Reference> </Reference>
<Reference Include="System" /> <Reference Include="System" />
</ItemGroup> </ItemGroup>
...@@ -43,11 +43,11 @@ ...@@ -43,11 +43,11 @@
<Import Project="..\..\src\NLua.Shared.projitems" Label="Shared" Condition="Exists('..\..\src\NLua.Shared.projitems')" /> <Import Project="..\..\src\NLua.Shared.projitems" Label="Shared" Condition="Exists('..\..\src\NLua.Shared.projitems')" />
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="..\targets\NLua.Sign.targets" /> <Import Project="..\targets\NLua.Sign.targets" />
<Import Project="..\..\packages\KeraLua.1.0.14\build\net45\KeraLua.targets" Condition="Exists('..\..\packages\KeraLua.1.0.14\build\net45\KeraLua.targets')" /> <Import Project="..\..\packages\KeraLua.1.0.19\build\net45\KeraLua.targets" Condition="Exists('..\..\packages\KeraLua.1.0.19\build\net45\KeraLua.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup> <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> <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> </PropertyGroup>
<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\KeraLua.1.0.19\build\net45\KeraLua.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\KeraLua.1.0.19\build\net45\KeraLua.targets'))" />
</Target> </Target>
</Project> </Project>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<packages> <packages>
<package id="KeraLua" version="1.0.14" targetFramework="net45" /> <package id="KeraLua" version="1.0.19" targetFramework="net45" />
</packages> </packages>
\ No newline at end of file
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
</PropertyGroup> </PropertyGroup>
<Import Project="..\..\src\NLua.Shared.projitems" Label="Shared" Condition="Exists('..\..\src\NLua.Shared.projitems')" /> <Import Project="..\..\src\NLua.Shared.projitems" Label="Shared" Condition="Exists('..\..\src\NLua.Shared.projitems')" />
<ItemGroup> <ItemGroup>
<PackageReference Include="KeraLua" Version="1.0.14" /> <PackageReference Include="KeraLua" Version="1.0.19" />
<PackageReference Include="System.Reflection.Emit" Version="4.3.0" /> <PackageReference Include="System.Reflection.Emit" Version="4.3.0" />
<PackageReference Include="System.Reflection.Emit.ILGeneration" Version="4.3.0" /> <PackageReference Include="System.Reflection.Emit.ILGeneration" Version="4.3.0" />
</ItemGroup> </ItemGroup>
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
<Import Project="..\..\src\NLua.Shared.projitems" Label="Shared" /> <Import Project="..\..\src\NLua.Shared.projitems" Label="Shared" />
<ItemGroup> <ItemGroup>
<PackageReference Include="KeraLua" Version="1.0.13" /> <PackageReference Include="KeraLua" Version="1.0.19" />
<PackageReference Include="NUnit" Version="3.12.0" /> <PackageReference Include="NUnit" Version="3.12.0" />
</ItemGroup> </ItemGroup>
......
...@@ -3,15 +3,19 @@ pool: ...@@ -3,15 +3,19 @@ pool:
demands: msbuild demands: msbuild
steps: steps:
# Azure DevOps hosted pool is still using an old version of Xamarin.iOS, # Azure DevOps hosted pool is still using an old version of Xamarin.iOS,
# so we will use the previous major version of Xcode # so we will use the previous major version of Xcode
- task: CmdLine@2 - task: CmdLine@2
displayName: 'Provisioning Xamarin.iOS'
inputs: inputs:
script: 'sudo rm -rf /Applications/Xcode.app/; script: 'cd ~;
sudo /bin/mv /Applications/Xcode_9.4.1.app/ /Applications/Xcode.app/' curl -O https://download.visualstudio.microsoft.com/download/pr/87a0582e-09b0-499a-852a-6d963e614afb/b101ede139bd8ad0a5d4c2f0077c3ca4/xamarin.ios-12.14.0.110.pkg;
sudo installer -pkg ~/xamarin.ios-12.14.0.110.pkg -target /'
# Print the current version of Xamarin.iOS # Print the current version of Xamarin.iOS
- task: CmdLine@2 - task: CmdLine@2
displayName: 'Show Xamarin.iOS Version'
inputs: inputs:
script: '/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/bin/mtouch --version' script: '/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/bin/mtouch --version'
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment