Skip to content

Commit

Permalink
0.1.3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
xfischer committed Jun 30, 2019
1 parent 83ae8fc commit b43ee53
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions DEM.Net.Core/DEM.Net.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
<PackageId>DEM.Net.Core</PackageId>
<Version>0.1.2</Version>
<Version>0.1.3</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>DouglasPeucker is now public</PackageReleaseNotes>
<PackageReleaseNotes>bug fix for DP reduction with ?? operator</PackageReleaseNotes>
<PackageTags>DEM, Terrain, Elevation</PackageTags>
<Title>DEM.Net</Title>
<Product>DEM.Net</Product>
Expand All @@ -18,8 +18,8 @@
<RepositoryType>GitHub</RepositoryType>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIconUrl>https://raw.githubusercontent.com/dem-net/Resources/master/images/DEMnet_512.png</PackageIconUrl>
<AssemblyVersion>0.1.2.0</AssemblyVersion>
<FileVersion>0.1.2.0</FileVersion>
<AssemblyVersion>0.1.3.0</AssemblyVersion>
<FileVersion>0.1.3.0</FileVersion>
</PropertyGroup>

<!-- Build package only in Release -->
Expand Down
6 changes: 3 additions & 3 deletions DEM.Net.glTF/DEM.Net.glTF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
<PackageId>DEM.Net.glTF</PackageId>
<Version>0.1.2</Version>
<Version>0.1.3</Version>
<Authors>Xavier Fischer</Authors>
<Copyright>Xavier Fischer</Copyright>
<Owners>Xavier Fischer</Owners>
<PackageProjectUrl>https://github.com/dem-net/DEM.Net.glTF</PackageProjectUrl>
<PackageReleaseNotes>DouglasPeucker is now public</PackageReleaseNotes>
<PackageReleaseNotes>bug fix for DP reduction with ?? operator</PackageReleaseNotes>
<PackageTags>DEM, Terrain, Elevation, Mesh, 3D, glTF, Map, STL</PackageTags>
<Title>DEM.Net</Title>
<Product>DEM.Net</Product>
Expand All @@ -18,7 +18,7 @@
<RepositoryType>GitHub</RepositoryType>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIconUrl>https://raw.githubusercontent.com/dem-net/Resources/master/images/DEMnet_512.png</PackageIconUrl>
<AssemblyVersion>0.1.2.0</AssemblyVersion>
<AssemblyVersion>0.1.3.0</AssemblyVersion>
</PropertyGroup>

<!-- Build package only in Release -->
Expand Down

0 comments on commit b43ee53

Please sign in to comment.