Skip to content

Commit

Permalink
Merge pull request #52 from dem-net/dev
Browse files Browse the repository at this point in the history
0.1.1
  • Loading branch information
xfischer authored Jun 29, 2019
2 parents c43391a + 1f9df3c commit d42d096
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion DEM.Net.Core/DEM.Net.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
<PackageId>DEM.Net.Core</PackageId>
<Version>0.1.0</Version>
<Version>0.1.1</Version>
<Authors>Xavier Fischer, Frédéric Aubin</Authors>
<Copyright>Xavier Fischer, Frédéric Aubin</Copyright>
<Owners>Xavier Fischer</Owners>
Expand All @@ -19,6 +19,8 @@ Code cleanup</PackageReleaseNotes>
<RepositoryType>GitHub</RepositoryType>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIconUrl>https://raw.githubusercontent.com/dem-net/Resources/master/images/DEMnet_512.png</PackageIconUrl>
<AssemblyVersion>0.1.1.0</AssemblyVersion>
<FileVersion>0.1.1.0</FileVersion>
</PropertyGroup>

<!-- Build package only in Release -->
Expand Down
3 changes: 2 additions & 1 deletion DEM.Net.glTF/DEM.Net.glTF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
<PackageId>DEM.Net.glTF</PackageId>
<Version>0.1.0</Version>
<Version>0.1.1</Version>
<Authors>Xavier Fischer</Authors>
<Copyright>Xavier Fischer</Copyright>
<Owners>Xavier Fischer</Owners>
Expand All @@ -18,6 +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.1.0</AssemblyVersion>
</PropertyGroup>

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

0 comments on commit d42d096

Please sign in to comment.