Skip to content

Commit f800bab

Browse files
Merge pull request #21 from blackboxlogic/develop
Upping version to 0.0.5 to release a new nuget package.
2 parents fd23d1e + c39641f commit f800bab

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ jobs:
2121
- name: Build Solution
2222
run: dotnet build --configuration Release
2323
- name: Nuget Publish
24+
if: success()
2425
run: dotnet nuget push --source https://api.nuget.org/v3/index.json --api-key ${{secrets.NugetApiKey}} /home/runner/work/OsmApiClient/OsmApiClient/src/bin/Release/*.nupkg
2526

src/OsmSharp.IO.API.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<PackageId>OsmApiClient</PackageId>
66
<Version>0.0.4</Version>
77
<RepositoryUrl>https://github.com/OsmSharp/osm-api-client/</RepositoryUrl>
8-
<PackageReleaseNotes>Fixed a bug in QueryChangesets() when supplying a time range</PackageReleaseNotes>
8+
<PackageReleaseNotes>Made logs more helpful. Added unit tests.</PackageReleaseNotes>
99
<PackageProjectUrl>https://github.com/OsmSharp/osm-api-client/</PackageProjectUrl>
1010
<Description>This is a simple C# client to allow using OSM API.</Description>
1111
<PackageTags>osm;openstreetmap;client</PackageTags>
@@ -15,6 +15,8 @@
1515
<RepositoryType>git</RepositoryType>
1616
<RootNamespace>OsmSharp.IO.API</RootNamespace>
1717
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
18+
<AssemblyVersion>0.0.5.0</AssemblyVersion>
19+
<FileVersion>0.0.5.0</FileVersion>
1820
</PropertyGroup>
1921

2022
<ItemGroup>

0 commit comments

Comments
 (0)