We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56ffe1d commit 5fa1afeCopy full SHA for 5fa1afe
src/OsmApiClient.csproj
@@ -3,9 +3,9 @@
3
<PropertyGroup>
4
<TargetFramework>netstandard2.0</TargetFramework>
5
<PackageId>OsmApiClient</PackageId>
6
- <Version>0.0.1-beta.7</Version>
+ <Version>0.0.1</Version>
7
<RepositoryUrl>https://github.com/OsmSharp/osm-api-client/</RepositoryUrl>
8
- <PackageReleaseNotes>Working toward the first release.</PackageReleaseNotes>
+ <PackageReleaseNotes>First Release</PackageReleaseNotes>
9
<PackageProjectUrl>https://github.com/OsmSharp/osm-api-client/</PackageProjectUrl>
10
<Description>This is a simple C# client to allow using OSM API easily.</Description>
11
<PackageTags>osm;openstreetmap;client</PackageTags>
0 commit comments