You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update project files for packaging enhancements
Added icon file for packaging and updated project metadata.
Replaced `<PackageIconUrl>` with `<PackageIcon>` for local reference.
Modified `<Description>` and restored `<Copyright>` in `GeoUK.csproj`.
* Update NuGet package paths in release.yml
Added "IeuanWalker." prefix to GeoUK and GeoUK.OSTN
packages in upload and publish paths. This ensures
correct referencing of new package names during the
release process.
<Description>This is a simple to use Geodetic Library for .Net that will allow simple transformation to and from British National Grid. See the project page for details on how to use this package.
This is a simple to use Geodetic Library for .Net that will allow simple transformation to and from British National Grid. See the project page for details on how to use this package.
28
29
29
-
This is a port of the original GeoUK NuGet but converted to .NET Stanadard.</Description>
<Description>This is a simple to use Geodetic Library for .Net that will allow simple transformation to and from British National Grid. See the project page for details on how to use this package.
2
+
<PropertyGroup>
3
+
<TargetFramework>netstandard2.0</TargetFramework>
4
+
</PropertyGroup>
5
+
<PropertyGroup>
6
+
<Authors>Ieuan Walker</Authors>
7
+
<Company />
8
+
<Description>
9
+
This is a simple to use Geodetic Library for .Net that will allow simple transformation to and from British National Grid. See the project page for details on how to use this package.
9
10
10
-
This is a port of the original GeoUK NuGet but converted to .NET Stanadard.</Description>
0 commit comments