Skip to content

Commit 2e4107d

Browse files
committed
Update package meta info ahead of release
1 parent f03bea0 commit 2e4107d

6 files changed

Lines changed: 18 additions & 0 deletions

File tree

src/Geocoding.Core/Geocoding.Core.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
<PackageReleaseNotes>https://github.com/chadly/Geocoding.net/releases/latest</PackageReleaseNotes>
1313
<PackageProjectUrl>https://github.com/chadly/Geocoding.net</PackageProjectUrl>
1414
<PackageLicenseUrl>https://github.com/chadly/Geocoding.net/blob/master/LICENSE</PackageLicenseUrl>
15+
<Version>4.0.0</Version>
16+
<Product>Geocoding.Net</Product>
17+
<RepositoryUrl>https://github.com/chadly/Geocoding.net.git</RepositoryUrl>
18+
<RepositoryType>git</RepositoryType>
1519
</PropertyGroup>
1620

1721
<ItemGroup>

src/Geocoding.Google/Geocoding.Google.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
<PackageReleaseNotes>https://github.com/chadly/Geocoding.net/releases/latest</PackageReleaseNotes>
1313
<PackageProjectUrl>https://github.com/chadly/Geocoding.net</PackageProjectUrl>
1414
<PackageLicenseUrl>https://github.com/chadly/Geocoding.net/blob/master/LICENSE</PackageLicenseUrl>
15+
<Version>4.0.0</Version>
16+
<RepositoryUrl>https://github.com/chadly/Geocoding.net.git</RepositoryUrl>
17+
<RepositoryType>git</RepositoryType>
1518
</PropertyGroup>
1619

1720
<ItemGroup>

src/Geocoding.MapQuest/Geocoding.MapQuest.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
<PackageReleaseNotes>https://github.com/chadly/Geocoding.net/releases/latest</PackageReleaseNotes>
1313
<PackageProjectUrl>https://github.com/chadly/Geocoding.net</PackageProjectUrl>
1414
<PackageLicenseUrl>https://github.com/chadly/Geocoding.net/blob/master/LICENSE</PackageLicenseUrl>
15+
<Version>4.0.0</Version>
16+
<RepositoryUrl>https://github.com/chadly/Geocoding.net.git</RepositoryUrl>
17+
<RepositoryType>git</RepositoryType>
1518
</PropertyGroup>
1619

1720
<ItemGroup>

src/Geocoding.Microsoft/Geocoding.Microsoft.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
<PackageReleaseNotes>https://github.com/chadly/Geocoding.net/releases/latest</PackageReleaseNotes>
1313
<PackageProjectUrl>https://github.com/chadly/Geocoding.net</PackageProjectUrl>
1414
<PackageLicenseUrl>https://github.com/chadly/Geocoding.net/blob/master/LICENSE</PackageLicenseUrl>
15+
<RepositoryUrl>https://github.com/chadly/Geocoding.net.git</RepositoryUrl>
16+
<RepositoryType>git</RepositoryType>
17+
<Version>4.0.0</Version>
1518
</PropertyGroup>
1619

1720
<ItemGroup>

src/Geocoding.Yahoo/Geocoding.Yahoo.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
<PackageReleaseNotes>https://github.com/chadly/Geocoding.net/releases/latest</PackageReleaseNotes>
1313
<PackageProjectUrl>https://github.com/chadly/Geocoding.net</PackageProjectUrl>
1414
<PackageLicenseUrl>https://github.com/chadly/Geocoding.net/blob/master/LICENSE</PackageLicenseUrl>
15+
<Version>4.0.0</Version>
16+
<RepositoryUrl>https://github.com/chadly/Geocoding.net.git</RepositoryUrl>
17+
<RepositoryType>git</RepositoryType>
1518
</PropertyGroup>
1619

1720
<ItemGroup>

test/Geocoding.Tests/Geocoding.Tests.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<PackageId>Geocoding.Tests</PackageId>
99
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
1010
<RuntimeFrameworkVersion>1.1.1</RuntimeFrameworkVersion>
11+
<Version>4.0.0</Version>
12+
<Description>Tests</Description>
1113
</PropertyGroup>
1214

1315
<ItemGroup>

0 commit comments

Comments
 (0)