File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33# Visual Studio Version 16
44VisualStudioVersion = 16.0.29009.5
55MinimumVisualStudioVersion = 10.0.40219.1
6- Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "FunctionalTests" , "FunctionalTests\FunctionalTests.csproj" , "{5CF184D1-FD7F-4E23-968C-5E62D47C8763}"
7- EndProject
86Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "OsmSharp.IO.API" , "src\OsmSharp.IO.API.csproj" , "{2D5EBE3D-2EC0-41AE-8326-E866BC2DB23C}"
97EndProject
108Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Solution Items" , "Solution Items" , "{02AFE1C4-242D-4443-9CBE-6F69B8D32E6B}"
@@ -22,10 +20,6 @@ Global
2220 Release| Any CPU = Release| Any CPU
2321 EndGlobalSection
2422 GlobalSection (ProjectConfigurationPlatforms ) = postSolution
25- {5CF184D1-FD7F-4E23-968C-5E62D47C8763} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
26- {5CF184D1-FD7F-4E23-968C-5E62D47C8763} .Debug| Any CPU .Build .0 = Debug| Any CPU
27- {5CF184D1-FD7F-4E23-968C-5E62D47C8763} .Release| Any CPU .ActiveCfg = Release| Any CPU
28- {5CF184D1-FD7F-4E23-968C-5E62D47C8763} .Release| Any CPU .Build .0 = Release| Any CPU
2923 {2D5EBE3D-2EC0-41AE-8326-E866BC2DB23C} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
3024 {2D5EBE3D-2EC0-41AE-8326-E866BC2DB23C} .Debug| Any CPU .Build .0 = Debug| Any CPU
3125 {2D5EBE3D-2EC0-41AE-8326-E866BC2DB23C} .Release| Any CPU .ActiveCfg = Release| Any CPU
Original file line number Diff line number Diff line change 1010 <Description >This is a simple C# client to allow using OSM API.</Description >
1111 <PackageTags >osm;openstreetmap;client</PackageTags >
1212 <PackageLicenseExpression >MIT</PackageLicenseExpression >
13+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
14+ <IncludeSymbols >true</IncludeSymbols >
15+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
1316 <Copyright >Copyright 2019 Alex Hennings & Harel Mazor</Copyright >
1417 <Authors >Alex Hennings & Harel Mazor</Authors >
1518 <RepositoryType >git</RepositoryType >
2023 </PropertyGroup >
2124
2225 <ItemGroup >
26+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
2327 <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 2.0.2" />
2428 <PackageReference Include =" OAuth.DotNetCore" Version =" 3.0.1" />
2529 <PackageReference Include =" OsmSharp" Version =" 7.0.0-pre014" />
You can’t perform that action at this time.
0 commit comments