Skip to content

Commit 8d63564

Browse files
committed
Removig FunctionalTests project from sln.
Enabling SourceLink.
1 parent 9e8b129 commit 8d63564

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

OsmApiClient.sln

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 16
44
VisualStudioVersion = 16.0.29009.5
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FunctionalTests", "FunctionalTests\FunctionalTests.csproj", "{5CF184D1-FD7F-4E23-968C-5E62D47C8763}"
7-
EndProject
86
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OsmSharp.IO.API", "src\OsmSharp.IO.API.csproj", "{2D5EBE3D-2EC0-41AE-8326-E866BC2DB23C}"
97
EndProject
108
Project("{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

src/OsmSharp.IO.API.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
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 &amp; Harel Mazor</Copyright>
1417
<Authors>Alex Hennings &amp; Harel Mazor</Authors>
1518
<RepositoryType>git</RepositoryType>
@@ -20,6 +23,7 @@
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" />

0 commit comments

Comments
 (0)