Skip to content

Commit

Permalink
Bump nuget version and add RepositoryUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingosse committed Dec 3, 2018
1 parent 5d6d93d commit 4d4fd33
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/DynaMD/DynaMD.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,15 @@

<PropertyGroup>
<PackageId>DynaMD</PackageId>
<PackageVersion>1.0.6.2</PackageVersion>
<PackageVersion>1.0.7</PackageVersion>
<Title>DynaMD</Title>
<Authors>Kevin Gosse, Christophe Nasarre</Authors>
<Owners>KooKiz</Owners>
<PackageProjectUrl>https://github.com/kevingosse/DynaMD</PackageProjectUrl>
<RepositoryUrl>https://github.com/kevingosse/DynaMD</RepositoryUrl>
<PackageLicenseUrl>https://github.com/kevingosse/DynaMD/blob/master/LICENSE</PackageLicenseUrl>
<Description>Helper objects to browse complex structures returned by ClrMD</Description>
<PackageReleaseNotes>- Add missing dependency to nuget</PackageReleaseNotes>
<PackageReleaseNotes>Upgrade ClrMD / Return the address as hexadecimal when calling ToString on a proxy</PackageReleaseNotes>
<Copyright>Copyright 2017-$([System.DateTime]::UtcNow.ToString(yyyy))</Copyright>
<PackageTags>ClrMD WinDBG SOS</PackageTags>
<PackageOutputPath>..\..\nugets</PackageOutputPath>
Expand Down

0 comments on commit 4d4fd33

Please sign in to comment.