Skip to content

Commit

Permalink
Update ClrMD to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Gosse committed Jul 8, 2019
1 parent a4094c8 commit 959c64f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions nuget/ClrMDExports.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>ClrMDExports</id>
<version>1.0.4</version>
<version>1.0.4.1</version>
<title>ClrMD Exports</title>
<authors>Kevin Gosse</authors>
<owners>Kevin Gosse</owners>
Expand All @@ -16,8 +16,8 @@
<repository url="https://github.com/kevingosse/ClrMDExports" />
<dependencies>
<group>
<dependency id="Microsoft.Diagnostics.Runtime" version="1.0.3" exclude="Build,Analyzers" />
<dependency id="UnmanagedExports.Repack" version="1.0.3" include="All" />
<dependency id="Microsoft.Diagnostics.Runtime" version="1.1.35504" exclude="Build,Analyzers" />
<dependency id="UnmanagedExports.Repack" version="1.0.4" include="All" />
</group>
</dependencies>
<frameworkAssemblies>
Expand Down
4 changes: 2 additions & 2 deletions src/ClrMDExports/ClrMDExports.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Diagnostics.Runtime" Version="1.0.3" />
<PackageReference Include="UnmanagedExports.Repack" Version="1.0.3">
<PackageReference Include="Microsoft.Diagnostics.Runtime" Version="1.1.35504" />
<PackageReference Include="UnmanagedExports.Repack" Version="1.0.4">
<IncludeAssets>All</IncludeAssets>
<PrivateAssets>None</PrivateAssets>
</PackageReference>
Expand Down

0 comments on commit 959c64f

Please sign in to comment.