Skip to content

Commit

Permalink
Update version of ClrMD to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingosse committed Feb 24, 2019
1 parent 275feff commit 35ecd81
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/DynaMD/DynaMD.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@

<ItemGroup>
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.5.2" />
<PackageReference Include="Microsoft.Diagnostics.Runtime" Version="1.0.0" />
<PackageReference Include="Microsoft.Diagnostics.Runtime" Version="1.0.3" />
</ItemGroup>

<PropertyGroup>
<PackageId>DynaMD</PackageId>
<PackageVersion>1.0.7.1</PackageVersion>
<PackageVersion>1.0.7.2</PackageVersion>
<Title>DynaMD</Title>
<Authors>Kevin Gosse, Christophe Nasarre</Authors>
<Authors>Kevin Gosse</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 netstandard2.0 target</PackageReleaseNotes>
<PackageReleaseNotes>Update version of ClrMD dependency</PackageReleaseNotes>
<Copyright>Copyright 2017-$([System.DateTime]::UtcNow.ToString(yyyy))</Copyright>
<PackageTags>ClrMD WinDBG SOS</PackageTags>
<PackageOutputPath>..\..\nugets</PackageOutputPath>
Expand Down

0 comments on commit 35ecd81

Please sign in to comment.