File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments