11<?xml version =" 1.0" ?>
22<package xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
33 <metadata >
4- <id >SharpMap</id >
4+ <id >SharpMap.Core </id >
55 <version >$version$</version >
66 <authors >SharpMap-Team</authors >
7- <licenseUrl >http ://sharpmap.codeplex. com/license</licenseUrl >
8- <projectUrl >http ://sharpmap.codeplex. com</projectUrl >
9- <!-- < iconUrl>"http ://download-codeplex.sec.s-msft. com/Download?ProjectName=sharpmap&DownloadId=668183" </iconUrl> -- >
7+ <licenseUrl >https ://github. com/SharpMap/SharpMap/blob/Branches/1.0/ license.txt </licenseUrl >
8+ <projectUrl >https ://github. com/SharpMap/SharpMap </projectUrl >
9+ <iconUrl >https ://avatars1.githubusercontent. com/u/8349804??v=3 & s=120 </iconUrl >
1010 <requireLicenseAcceptance >false</requireLicenseAcceptance >
1111 <summary >
1212 SharpMap is an easy-to-use mapping library for use in web and desktop applications.
@@ -28,16 +28,15 @@ Bug fixes
2828 <frameworkAssembly assemblyName =" System.Xml" targetFramework =" net40-client" />
2929 </frameworkAssemblies >
3030 <dependencies >
31- <dependency id =" Common.Logging" version =" [3.3.0]" />
32- <dependency id =" GeoAPI" version =" [1.7.3]" />
33- <dependency id =" NetTopologySuite" version =" [1.13.3]" />
34- <dependency id =" NetTopologySuite.IO" version =" [1.13.3]" />
35- <dependency id =" NewtonSoft.Json" version =" [6.0.3]" />
36- <dependency id =" ProjNET4GeoAPI" version =" [1.3.0.4]" />
31+ <dependency id =" Common.Logging.Core" version =" [3.3.1]" />
32+ <dependency id =" Common.Logging" version =" [3.3.1]" />
33+ <dependency id =" GeoAPI" version =" [1.7.4]" />
34+ <dependency id =" NetTopologySuite" version =" [1.14.0]" />
3735 </dependencies >
3836 </metadata >
3937 <files >
4038 <file src =" SharpMap\bin\Release\SharpMap.dll" target =" lib\net40-client" />
4139 <file src =" SharpMap\bin\Release\SharpMap.xml" target =" lib\net40-client" />
40+ <file src =" SharpMap\bin\Release\SpatialRefSys.xml" target =" content" />
4241 </files >
4342</package >
0 commit comments