mattak / GeoHex.cs

GeoHex C# script 🦋

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nuget support

mattak opened this issue · comments

Following GeoHex.nuspec works.

<?xml version="1.0"?>
<package >
  <metadata>
    <id>GeoHex</id>
    <version>0.0.1</version>
    <title>GeoHex</title>
    <authors>mattak</authors>
    <owners>mattak</owners>
    <licenseUrl>https://github.com/mattak/GeoHex.cs/blob/master/LICENSE.md</licenseUrl>
    <projectUrl>https://github.com/mattak/GeoHex.cs</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>GeoHex library for C#</description>
    <releaseNotes>v0.0.1 is initial release. it's not still stable.</releaseNotes>
    <copyright>Copyright 2016 mattak</copyright>
    <tags>GeoHex</tags>

    <dependencies />
  </metadata>

  <files>
    <file src="bin/Release/*.dll" target="lib/net40" />
  </files>
</package>

but I would like to support .NET 2.0.
and don't know how to configure.

👍