Skip to content

Commit

Permalink
Up package to v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
blackboxlogic committed Jul 7, 2020
1 parent 113fc3d commit 7016a85
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/OsmSharp.IO.API.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>OsmApiClient</PackageId>
<Version>0.0.5</Version>
<Version>0.0.6</Version>
<RepositoryUrl>https://github.com/blackboxlogic/OsmApiClient</RepositoryUrl>
<PackageReleaseNotes>Made logs more helpful. Added unit tests.</PackageReleaseNotes>
<PackageReleaseNotes>Fixed bug in changeset query by timerange.</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/blackboxlogic/OsmApiClient</PackageProjectUrl>
<Description>This is a simple C# client to allow using OSM API.</Description>
<PackageTags>osm;openstreetmap;client</PackageTags>
Expand All @@ -18,8 +18,8 @@
<RepositoryType>git</RepositoryType>
<RootNamespace>OsmSharp.IO.API</RootNamespace>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<AssemblyVersion>0.0.5.0</AssemblyVersion>
<FileVersion>0.0.5.0</FileVersion>
<AssemblyVersion>0.0.6.0</AssemblyVersion>
<FileVersion>0.0.6.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 7016a85

Please sign in to comment.