Skip to content

Commit

Permalink
Added more documentation and removed unsed params
Browse files Browse the repository at this point in the history
  • Loading branch information
xfischer committed Apr 15, 2019
1 parent 966294f commit 81dabbc
Show file tree
Hide file tree
Showing 9 changed files with 466 additions and 64 deletions.
11 changes: 4 additions & 7 deletions DEM.Net.Core/DEM.Net.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,22 @@
<TargetFrameworks>netstandard2.0;net46</TargetFrameworks>
<PackOnBuild>true</PackOnBuild>
<PackageId>DEM.Net.Core</PackageId>
<Version>0.1.0-beta0005</Version>
<Authors>Xavier Fischer, Frédéric Aubin</Authors>
<Copyright>Xavier Fischer, Frédéric Aubin</Copyright>
<Owners>Xavier Fischer</Owners>
<PackageProjectUrl>https://github.com/dem-net/DEM.Net</PackageProjectUrl>
<PackageReleaseNotes>Added XML documentation</PackageReleaseNotes>
<PackageReleaseNotes>Added more XML documentation</PackageReleaseNotes>
<PackageTags>DEM, Terrain, Elevation</PackageTags>
<Title>DEM.Net</Title>
<Product>DEM.Net</Product>
<Description>Digital Elevation Model library for .Net. Elevation, Heightmaps, STL, glTF</Description>
<Summary>Digital Elevation Model library for .Net. Elevation, Heightmaps, STL, glTF</Summary>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<RepositoryUrl>https://github.com/dem-net/DEM.Net/commit/a5d9d732af6856bf1cdd8b6c810f5a7a4d8398da</RepositoryUrl>
<RepositoryType>GitHub</RepositoryType>
<PackageLicenseFile></PackageLicenseFile>
<Summary>Digital Elevation Model library for .Net. Elevation, Heightmaps, STL, glTF</Summary>
<Version>0.1.0-beta0003</Version>
<Product>DEM.Net</Product>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<ApplicationIcon />
<OutputType>Library</OutputType>
<StartupObject />
<AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
<PackageIconUrl>https://raw.githubusercontent.com/dem-net/Resources/master/images/DEMnet_512.png</PackageIconUrl>
</PropertyGroup>
Expand Down
224 changes: 224 additions & 0 deletions DEM.Net.Core/DEM.Net.Core.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 81dabbc

Please sign in to comment.