-
-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #115 from dem-net/feature/central-package-management
moved package to central package management
- Loading branch information
Showing
5 changed files
with
192 additions
and
163 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,72 +1,71 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<PackageId>DEM.Net.glTF</PackageId> | ||
<Version>0.4.0.0-beta02</Version> | ||
<Authors>Xavier Fischer</Authors> | ||
<Copyright>Xavier Fischer and Contributors</Copyright> | ||
<Owners>Xavier Fischer</Owners> | ||
<PackageProjectUrl>https://github.com/dem-net/DEM.Net.glTF</PackageProjectUrl> | ||
<PackageReleaseNotes> | ||
</PackageReleaseNotes> | ||
<PackageTags>DEM, Terrain, Elevation, Mesh, 3D, glTF, Map, STL</PackageTags> | ||
<Title>DEM.Net</Title> | ||
<Product>DEM.Net Elevation API</Product> | ||
<Description>glTF3D and STL exporters for DEM.Net</Description> | ||
<Summary>glTF3D and STL exporters for DEM.Net</Summary> | ||
<RepositoryUrl>https://github.com/dem-net/DEM.Net.glTF</RepositoryUrl> | ||
<RepositoryType>git</RepositoryType> | ||
<PackageLicenseExpression> | ||
</PackageLicenseExpression> | ||
<PackageIconUrl>https://raw.githubusercontent.com/dem-net/Resources/master/images/DEMnet_512.png</PackageIconUrl> | ||
<PackageIcon>DEMnet_64.png</PackageIcon> | ||
<AssemblyVersion>0.4.0.0</AssemblyVersion> | ||
<TargetFrameworks>net6.0;net8.0</TargetFrameworks> | ||
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> | ||
<PackageLicenseFile>LICENSE.md</PackageLicenseFile> | ||
<PublishRepositoryUrl>true</PublishRepositoryUrl> | ||
<EmbedUntrackedSources>true</EmbedUntrackedSources> | ||
</PropertyGroup> | ||
<!-- Build package only in Release --> | ||
<PropertyGroup Condition=" '$(Configuration)' == 'Release'"> | ||
<IncludeSymbols>true</IncludeSymbols> | ||
<SymbolPackageFormat>snupkg</SymbolPackageFormat> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<GenerateDocumentationFile>true</GenerateDocumentationFile> | ||
</PropertyGroup> | ||
<!-- Build package only in Release --> | ||
<PropertyGroup Condition=" '$(Configuration)' == 'Debug'"> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<GenerateDocumentationFile>false</GenerateDocumentationFile> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="geometry3Sharp" Version="1.0.324" /> | ||
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" /> | ||
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="SharpGLTF.Toolkit" Version="1.0.2" /> | ||
<PackageReference Include="System.Numerics.Vectors" Version="4.5.0" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Include="..\LICENSE.md" Link="LICENSE.md"> | ||
<PackagePath> | ||
</PackagePath> | ||
<Pack>True</Pack> | ||
</None> | ||
<None Include="DEMnet_64.png" Pack="true" PackagePath="\" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\DEM.Net.Core\DEM.Net.Core.csproj" /> | ||
</ItemGroup> | ||
<ProjectExtensions> | ||
<MonoDevelop> | ||
<Properties> | ||
<Policies> | ||
<StandardHeader IncludeInNewFiles="True" Text="
${FileName}
 
Author:
 ${AuthorName}

Copyright (c) ${Year} ${CopyrightHolder}

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE." /> | ||
</Policies> | ||
</Properties> | ||
</MonoDevelop> | ||
</ProjectExtensions> | ||
<PropertyGroup> | ||
<PackageId>DEM.Net.glTF</PackageId> | ||
<Version>0.4.0.0-beta02</Version> | ||
<Authors>Xavier Fischer</Authors> | ||
<Copyright>Xavier Fischer and Contributors</Copyright> | ||
<Owners>Xavier Fischer</Owners> | ||
<PackageProjectUrl>https://github.com/dem-net/DEM.Net.glTF</PackageProjectUrl> | ||
<PackageReleaseNotes> | ||
</PackageReleaseNotes> | ||
<PackageTags>DEM, Terrain, Elevation, Mesh, 3D, glTF, Map, STL</PackageTags> | ||
<Title>DEM.Net</Title> | ||
<Product>DEM.Net Elevation API</Product> | ||
<Description>glTF3D and STL exporters for DEM.Net</Description> | ||
<Summary>glTF3D and STL exporters for DEM.Net</Summary> | ||
<RepositoryUrl>https://github.com/dem-net/DEM.Net.glTF</RepositoryUrl> | ||
<RepositoryType>git</RepositoryType> | ||
<PackageLicenseExpression> | ||
</PackageLicenseExpression> | ||
<PackageIconUrl>https://raw.githubusercontent.com/dem-net/Resources/master/images/DEMnet_512.png</PackageIconUrl> | ||
<PackageIcon>DEMnet_64.png</PackageIcon> | ||
<AssemblyVersion>0.4.0.0</AssemblyVersion> | ||
<TargetFrameworks>net8.0</TargetFrameworks> | ||
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> | ||
<PackageLicenseFile>LICENSE.md</PackageLicenseFile> | ||
<PublishRepositoryUrl>true</PublishRepositoryUrl> | ||
<EmbedUntrackedSources>true</EmbedUntrackedSources> | ||
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> | ||
</PropertyGroup> | ||
<!-- Build package only in Release --> | ||
<PropertyGroup Condition=" '$(Configuration)' == 'Release'"> | ||
<IncludeSymbols>true</IncludeSymbols> | ||
<SymbolPackageFormat>snupkg</SymbolPackageFormat> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<GenerateDocumentationFile>true</GenerateDocumentationFile> | ||
</PropertyGroup> | ||
<!-- Build package only in Release --> | ||
<PropertyGroup Condition=" '$(Configuration)' == 'Debug'"> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<GenerateDocumentationFile>false</GenerateDocumentationFile> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="BitMiracle.LibTiff.NET" /> | ||
<PackageReference Include="geometry3Sharp" /> | ||
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" /> | ||
<PackageReference Include="Microsoft.SourceLink.GitHub" /> | ||
<PackageReference Include="SharpGLTF.Toolkit" /> | ||
<PackageReference Include="System.Numerics.Vectors" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Include="..\LICENSE.md" Link="LICENSE.md"> | ||
<PackagePath> | ||
</PackagePath> | ||
<Pack>True</Pack> | ||
</None> | ||
<None Include="DEMnet_64.png" Pack="true" PackagePath="\" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\DEM.Net.Core\DEM.Net.Core.csproj" /> | ||
</ItemGroup> | ||
<ProjectExtensions> | ||
<MonoDevelop> | ||
<Properties> | ||
<Policies> | ||
<StandardHeader IncludeInNewFiles="True" Text="
${FileName}
 
Author:
 ${AuthorName}

Copyright (c) ${Year} ${CopyrightHolder}

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE." /> | ||
</Policies> | ||
</Properties> | ||
</MonoDevelop> | ||
</ProjectExtensions> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,57 +1,57 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<IsPackable>false</IsPackable> | ||
<StartupObject> | ||
</StartupObject> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<None Remove="TestData\lauzannier.gpx" /> | ||
<None Remove="TestData\N043E005_AVE_DSM.tif.zip" /> | ||
<None Remove="TestData\N43E005.hgt.zip" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Content Include="TestData\lauzannier.gpx"> | ||
<CopyToOutputDirectory>Always</CopyToOutputDirectory> | ||
</Content> | ||
<Content Include="TestData\N043E005_AVE_DSM.tif.zip"> | ||
<CopyToOutputDirectory>Always</CopyToOutputDirectory> | ||
</Content> | ||
<Content Include="TestData\N43E005.hgt.zip"> | ||
<CopyToOutputDirectory>Always</CopyToOutputDirectory> | ||
</Content> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="BitMiracle.LibTiff.NET" Version="2.4.649" /> | ||
<PackageReference Include="GeoAPI.CoordinateSystems" Version="1.7.5" /> | ||
<PackageReference Include="GeoAPI.Core" Version="1.7.5" /> | ||
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" /> | ||
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.1" /> | ||
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" /> | ||
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" /> | ||
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.0" /> | ||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" /> | ||
<PackageReference Include="System.Numerics.Vectors" Version="4.5.0" /> | ||
<PackageReference Include="xunit" Version="2.9.2" /> | ||
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Update="appsettings.json"> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
</None> | ||
<None Update="appsettings.json"> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
</None> | ||
<None Update="secrets.json"> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
</None> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\DEM.Net.Core\DEM.Net.Core.csproj" /> | ||
<ProjectReference Include="..\DEM.Net.glTF\DEM.Net.glTF.csproj" /> | ||
</ItemGroup> | ||
<PropertyGroup> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<IsPackable>false</IsPackable> | ||
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<None Remove="TestData\lauzannier.gpx" /> | ||
<None Remove="TestData\N043E005_AVE_DSM.tif.zip" /> | ||
<None Remove="TestData\N43E005.hgt.zip" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Content Include="TestData\lauzannier.gpx"> | ||
<CopyToOutputDirectory>Always</CopyToOutputDirectory> | ||
</Content> | ||
<Content Include="TestData\N043E005_AVE_DSM.tif.zip"> | ||
<CopyToOutputDirectory>Always</CopyToOutputDirectory> | ||
</Content> | ||
<Content Include="TestData\N43E005.hgt.zip"> | ||
<CopyToOutputDirectory>Always</CopyToOutputDirectory> | ||
</Content> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="BitMiracle.LibTiff.NET" /> | ||
<PackageReference Include="GeoAPI.CoordinateSystems" /> | ||
<PackageReference Include="GeoAPI.Core" /> | ||
<PackageReference Include="Microsoft.Extensions.DependencyInjection" /> | ||
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" /> | ||
<PackageReference Include="Microsoft.Extensions.Logging" /> | ||
<PackageReference Include="Microsoft.Extensions.Logging.Console" /> | ||
<PackageReference Include="Microsoft.Extensions.Logging.Debug" /> | ||
<PackageReference Include="Microsoft.NET.Test.Sdk" /> | ||
<PackageReference Include="SharpGLTF.Toolkit" /> | ||
<PackageReference Include="System.Numerics.Vectors" /> | ||
<PackageReference Include="xunit" /> | ||
<PackageReference Include="xunit.runner.visualstudio"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Update="appsettings.json"> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
</None> | ||
<None Update="appsettings.json"> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
</None> | ||
<None Update="secrets.json"> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
</None> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\DEM.Net.Core\DEM.Net.Core.csproj" /> | ||
<ProjectReference Include="..\DEM.Net.glTF\DEM.Net.glTF.csproj" /> | ||
</ItemGroup> | ||
</Project> |
Oops, something went wrong.