Does anyone know of a tutorial that explains how to make a nuget package on a mac with Xamarin Studios? Every article i've found only shows Visual Studio.
You cannot directly create a NuGet package using Xamarin Studio, but you can using the nuget command line.
On the Mac you can create a .nuspec file. The path separators will need to be forward slashes / and not backslash as specified in the NuGet documentation. Then you can run the following to generate a NuGet package:
Posts
You cannot directly create a NuGet package using Xamarin Studio, but you can using the nuget command line.
On the Mac you can create a .nuspec file. The path separators will need to be forward slashes / and not backslash as specified in the NuGet documentation. Then you can run the following to generate a NuGet package: