Skip to content

Commit

Permalink
* Fixing NuGet package
Browse files Browse the repository at this point in the history
* Release 1.0.1
  • Loading branch information
viniciusjarina committed Jan 29, 2019
1 parent db54559 commit 3d0695b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions KeraLua.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>KeraLua</id>
<version>0.1.6</version>
<version>1.0.1</version>
<authors>NLua</authors>
<owners>Vinicius Jarina</owners>
<licenseUrl>https://github.com/nlua/KeraLua/blob/master/LICENSE</licenseUrl>
Expand Down Expand Up @@ -33,11 +33,11 @@
<file src="lib\Release\net45\*.xml" target="lib\xamarinios" />
<file src="lib\Release\xamarinwatchos\*.dll" target="lib\xamarinwatchos" />
<file src="lib\Release\net45\*.xml" target="lib\xamarinwatchos" />
<file src="runtimes/win-x64/native/lua53.dll" target="runtimes/win-x64/native" />
<file src="runtimes/win-x86/native/lua53.dll" target="runtimes/win-x86/native" />
<file src="runtimes/osx/native/liblua53.dylib" target="runtimes/osx/native" />
<file src="runtimes/linux-x64/native/liblua53.so" target="runtimes/linux-x64/native" />
<file src="build/targets/KeraLua.targets" target="build/net45/KeraLua.targets" />
<file src="runtimes\win-x64\native\lua53.dll" target="runtimes\win-x64\native" />
<file src="runtimes\win-x86\native\lua53.dll" target="runtimes\win-x86\native" />
<file src="runtimes\osx\native\liblua53.dylib" target="runtimes\osx\native" />
<file src="runtimes\linux-x64\native\liblua53.so" target="runtimes\linux-x64\native" />
<file src="build\targets\KeraLua.targets" target="build\net45\KeraLua.targets" />
<file src="LICENSE" />
</files>
</package>
2 changes: 1 addition & 1 deletion Package.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ $releaseNotes = "Release: $($hash)"

Update-NuSpec-Release-Notes $NuSpecFile $releaseNotes

& nuget pack $NuSpecFile
& nuget pack $NuSpecFile -NoPackageAnalysis

0 comments on commit 3d0695b

Please sign in to comment.