Skip to content

Commit

Permalink
Moved nuspec details to projects.
Browse files Browse the repository at this point in the history
  • Loading branch information
xivk committed Jan 17, 2020
1 parent 44b0789 commit a0afa33
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 110 deletions.
13 changes: 6 additions & 7 deletions OsmSharp.sln
Expand Up @@ -5,10 +5,9 @@ VisualStudioVersion = 15.0.27004.2009
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{C9E0D165-758D-4AAE-8EEA-2D867CC2D89A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C0BFE4B3-A433-4E89-9659-AFFD0D3509F5}"
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "root", "root", "{C0BFE4B3-A433-4E89-9659-AFFD0D3509F5}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
build.sh = build.sh
LICENSE.md = LICENSE.md
README.md = README.md
SharedAssemblyVersion.cs = SharedAssemblyVersion.cs
Expand Down Expand Up @@ -36,11 +35,11 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample.GeometryStream.Shape
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OsmSharp.Test.Functional", "test\OsmSharp.Test.Functional\OsmSharp.Test.Functional.csproj", "{79397B53-D010-40F2-90A6-7C0997093EA6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "nuspec", "nuspec", "{D786499E-D04D-4436-9D7F-A3517871280F}"
ProjectSection(SolutionItems) = preProject
nuspec\OsmSharp.Geo.nuspec = nuspec\OsmSharp.Geo.nuspec
nuspec\OsmSharp.nuspec = nuspec\OsmSharp.nuspec
EndProjectSection
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "releasenotes", "releasenotes", "{1136AB4D-60EE-4A97-8D43-368A461355C2}"
ProjectSection(SolutionItems) = preProject
releasenotes\osmsharp-6.0.1.md = releasenotes\osmsharp-6.0.1.md
releasenotes\osmsharp-6.1.0.md = releasenotes\osmsharp-6.1.0.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
17 changes: 0 additions & 17 deletions build.sh

This file was deleted.

47 changes: 0 additions & 47 deletions nuspec/OsmSharp.Geo.nuspec

This file was deleted.

39 changes: 0 additions & 39 deletions nuspec/OsmSharp.nuspec

This file was deleted.

File renamed without changes.
File renamed without changes.
10 changes: 10 additions & 0 deletions src/OsmSharp.Geo/OsmSharp.Geo.csproj
Expand Up @@ -8,6 +8,16 @@
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<GenerateAssemblyInformationalVersionAttribute>false</GenerateAssemblyInformationalVersionAttribute>
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
<PackageVersion />
<Title>OsmSharp.Geo</Title>
<Authors>Itinero BV</Authors>
<Description> OsmSharp.Geo enables using OSM-data in NTS.</Description>
<Copyright>Itinero BV</Copyright>
<PackageProjectUrl>http://www.osmsharp.com/</PackageProjectUrl>
<PackageLicenseUrl>https://raw.githubusercontent.com/OsmSharp/core/develop/LICENSE.md</PackageLicenseUrl>
<PackageIconUrl>http://www.osmsharp.com/logos/osmsharp_logo64.png</PackageIconUrl>
<RepositoryUrl>https://github.com/osmsharp/core</RepositoryUrl>
<PackageTags>openstreetmap, osm, NTS</PackageTags>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\OsmSharp\OsmSharp.csproj" />
Expand Down
10 changes: 10 additions & 0 deletions src/OsmSharp/OsmSharp.csproj
Expand Up @@ -10,6 +10,16 @@
<GenerateAssemblyInformationalVersionAttribute>false</GenerateAssemblyInformationalVersionAttribute>
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
<LangVersion>latest</LangVersion>
<PackageVersion />
<Title>OsmSharp</Title>
<Authors>Itinero BV</Authors>
<Description>An OpenStreetMap (OSM) library for .NET.</Description>
<Copyright>Itinero BV</Copyright>
<PackageProjectUrl>http://www.osmsharp.com/</PackageProjectUrl>
<PackageLicenseUrl>https://raw.githubusercontent.com/OsmSharp/core/develop/LICENSE.md</PackageLicenseUrl>
<PackageIconUrl>http://www.osmsharp.com/logos/osmsharp_logo64.png</PackageIconUrl>
<RepositoryUrl>https://github.com/osmsharp/core</RepositoryUrl>
<PackageTags>openstreetmap, osm</PackageTags>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="protobuf-net" Version="2.3.7" />
Expand Down

0 comments on commit a0afa33

Please sign in to comment.