Skip to content

Commit b6d3964

Browse files
committed
Fixed nuget naming problem. Updated documentation.
1 parent 91b9520 commit b6d3964

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

AutofacGeoProcessor/AutofacGeoProcessor.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>net5.0</TargetFramework>
55
<RootNamespace>J4JSoftware.GeoProcessor</RootNamespace>
6+
<AssemblyName>J4JSoftware.GeoProcessor.Autofac</AssemblyName>
67
<Nullable>enable</Nullable>
78
<Authors>Mark A. Olbert</Authors>
89
<Company>Jump for Joy Software</Company>
@@ -15,9 +16,9 @@
1516
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
1617
<PackageIcon>Diego nuspec.png</PackageIcon>
1718
<RepositoryType>git</RepositoryType>
18-
<Version>0.8.0.0</Version>
19-
<AssemblyVersion>0.8.0.0</AssemblyVersion>
20-
<PackageReleaseNotes>initial release</PackageReleaseNotes>
19+
<Version>0.8.1.0</Version>
20+
<AssemblyVersion>0.8.1.0</AssemblyVersion>
21+
<PackageReleaseNotes>fix naming issue</PackageReleaseNotes>
2122
<Configurations>Debug;Release;NuGetRelease</Configurations>
2223
</PropertyGroup>
2324

GeoProcessor/GeoProcessor.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>net5.0</TargetFramework>
55
<RootNamespace>J4JSoftware.GeoProcessor</RootNamespace>
6+
<AssemblyName>J4JSoftware.GeoProcessor</AssemblyName>
67
<Nullable>enable</Nullable>
78
<Authors>Mark A. Olbert</Authors>
89
<Company>Jump for Joy Software</Company>
@@ -15,9 +16,9 @@
1516
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
1617
<PackageIcon>Diego nuspec.png</PackageIcon>
1718
<RepositoryType>git</RepositoryType>
18-
<Version>0.8.0.0</Version>
19-
<AssemblyVersion>0.8.0.0</AssemblyVersion>
20-
<PackageReleaseNotes>initial release</PackageReleaseNotes>
19+
<Version>0.8.1.0</Version>
20+
<AssemblyVersion>0.8.1.0</AssemblyVersion>
21+
<PackageReleaseNotes>fix naming issue</PackageReleaseNotes>
2122
<Configurations>Debug;Release;NuGetRelease</Configurations>
2223
</PropertyGroup>
2324

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ snapping tracks/routes to roadways using the Bing or Google online
44
snap-to-route processors (**note:** you'll need an account with Bing or Google to
55
access those).
66

7+
[![Nuget](https://img.shields.io/nuget/v/J4JSoftware.GeoProcessor?style=flat-square)](https://www.nuget.org/packages/J4JSoftware.GeoProcessor/)
78
### TL;DR
89
The app should compile and run anywhere Net5 is supported...but
910
I've only tested it on Windows 10.

0 commit comments

Comments
 (0)