Skip to content

Commit

Permalink
* Fixed warnings Android/Windows
Browse files Browse the repository at this point in the history
Initial release.
  • Loading branch information
viniciusjarina committed Jan 16, 2019
1 parent 9abe53b commit af64119
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions KeraLua.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
<package>
<metadata>
<id>KeraLua</id>
<version>0.1.3</version>
<version>0.1.6</version>
<authors>NLua</authors>
<owners>Vinicius Jarina</owners>
<licenseUrl>https://github.com/nlua/KeraLua/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/nlua/KeraLua</projectUrl>
<iconUrl>https://raw.githubusercontent.com/nlua/KeraLua/master/KeraLua.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
C# Native bindings of Lua 5.3 (compatible with Xamarin.iOS/Mac/Android/.NET/.NET Core)
</description>
<releaseNotes>Release: ca40319</releaseNotes>
<releaseNotes>Release: 2bffe65</releaseNotes>
<copyright>Copyright © Code Foco 2019</copyright>
<tags>lua keralua</tags>
<license type="file">LICENSE</license>
</metadata>
<files>
<file src="lib\Release\net45\*.dll" target="lib\net45" />
Expand Down
1 change: 0 additions & 1 deletion KeraLua.sln
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ Global
{4E863C20-43C3-43A0-9678-8583B9614277}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E863C20-43C3-43A0-9678-8583B9614277}.ReleaseAndroid|Any CPU.ActiveCfg = Release|Any CPU
{4E863C20-43C3-43A0-9678-8583B9614277}.ReleaseCore|Any CPU.ActiveCfg = Release|Any CPU
{4E863C20-43C3-43A0-9678-8583B9614277}.ReleaseCore|Any CPU.Build.0 = Release|Any CPU
{4E863C20-43C3-43A0-9678-8583B9614277}.ReleaseMac|Any CPU.ActiveCfg = Release|Any CPU
{4E863C20-43C3-43A0-9678-8583B9614277}.ReleaseMac|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
Expand Down
2 changes: 1 addition & 1 deletion external/lua
2 changes: 1 addition & 1 deletion src/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion("0.1.0.0")]
[assembly: AssemblyInformationalVersion("0.1.0+150.Branch.master.Sha.ca40319e10f4d138a12cb477e5f5f556347c2629")]
[assembly: AssemblyInformationalVersion("0.1.0+155.Branch.master.Sha.2bffe65059140b063c0ca22a830593629f64b2cb")]
[assembly: AssemblyFileVersion("0.1.0.0")]

2 changes: 1 addition & 1 deletion tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
[assembly: AssemblyVersion("0.1.0.0")]
[assembly: AssemblyFileVersion("0.1.0.0")]

[assembly: AssemblyInformationalVersion("0.1.0+150.Branch.master.Sha.ca40319e10f4d138a12cb477e5f5f556347c2629")]
[assembly: AssemblyInformationalVersion("0.1.0+155.Branch.master.Sha.2bffe65059140b063c0ca22a830593629f64b2cb")]

0 comments on commit af64119

Please sign in to comment.