Commit 75de25cd authored by Vinicius Jarina's avatar Vinicius Jarina
Browse files

* Bump KeraLua 1.0.2

* Third time is a charm
parent fe27028d
...@@ -38,8 +38,8 @@ ...@@ -38,8 +38,8 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="KeraLua, Version=1.0.1.0, Culture=neutral, PublicKeyToken=6a194c04b9c89217, processorArchitecture=MSIL"> <Reference Include="KeraLua, Version=1.0.2.0, Culture=neutral, PublicKeyToken=6a194c04b9c89217, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\KeraLua.1.0.1\lib\net45\KeraLua.dll</HintPath> <HintPath>..\..\..\packages\KeraLua.1.0.2\lib\net45\KeraLua.dll</HintPath>
</Reference> </Reference>
<Reference Include="nunit.framework, Version=3.11.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL"> <Reference Include="nunit.framework, Version=3.11.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\NUnit.3.11.0\lib\net45\nunit.framework.dll</HintPath> <HintPath>..\..\..\packages\NUnit.3.11.0\lib\net45\nunit.framework.dll</HintPath>
...@@ -138,7 +138,7 @@ ...@@ -138,7 +138,7 @@
</PropertyGroup> </PropertyGroup>
<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.12.0\build\net35\NUnit3TestAdapter.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\NUnit3TestAdapter.3.12.0\build\net35\NUnit3TestAdapter.props'))" /> <Error Condition="!Exists('..\..\..\packages\NUnit3TestAdapter.3.12.0\build\net35\NUnit3TestAdapter.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\NUnit3TestAdapter.3.12.0\build\net35\NUnit3TestAdapter.props'))" />
<Error Condition="!Exists('..\..\..\packages\KeraLua.1.0.1\build\net45\KeraLua.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\KeraLua.1.0.1\build\net45\KeraLua.targets'))" /> <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'))" />
</Target> </Target>
<Import Project="..\..\..\packages\KeraLua.1.0.1\build\net45\KeraLua.targets" Condition="Exists('..\..\..\packages\KeraLua.1.0.1\build\net45\KeraLua.targets')" /> <Import Project="..\..\..\packages\KeraLua.1.0.2\build\net45\KeraLua.targets" Condition="Exists('..\..\..\packages\KeraLua.1.0.2\build\net45\KeraLua.targets')" />
</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.1" targetFramework="net45" /> <package id="KeraLua" version="1.0.2" 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.12.0" targetFramework="net45" /> <package id="NUnit3TestAdapter" version="3.12.0" targetFramework="net45" />
</packages> </packages>
\ No newline at end of file
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