Skip to content
This repository was archived by the owner on Jan 10, 2021. It is now read-only.

Commit c37d108

Browse files
committed
Update nuget package id
1 parent 7a365cf commit c37d108

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

JitDasm/JitDasm.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
<Description>Disassembles one or more .NET methods / types to stdout or file(s). It can also create diffable disassembly.</Description>
1818
<Title>$(Description)</Title>
1919
<Authors>0xd4d</Authors>
20+
<!-- name is too similar to an unlisted package jit-dasm from 2016. Yeah, that's going to confuse everyone, NuGet! -->
21+
<PackageId>JitDasm.0xd4d</PackageId>
2022
<PackageProjectUrl>https://github.com/0xd4d/JitDasm</PackageProjectUrl>
2123
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2224
<RepositoryUrl>https://github.com/0xd4d/JitDasm</RepositoryUrl>

0 commit comments

Comments
 (0)