forked from dotnet/coreclr
-
Notifications
You must be signed in to change notification settings - Fork 3
/
ILAsm.nuspec
52 lines (43 loc) · 2.19 KB
/
ILAsm.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>ILAsm</id>
<version>%Version%</version>
<title>[ ILAsm + ILDasm ] IL Assembler and Disassembler</title>
<authors>github.com/3F/coreclr</authors>
<owners>reg</owners>
<licenseUrl>https://github.com/3F/coreclr/blob/master/LICENSE.TXT</licenseUrl>
<projectUrl>https://github.com/3F/coreclr</projectUrl>
<repository type="git" url="https://github.com/3F/coreclr" />
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>IL Assembler (ILAsm) + IL Disassembler (ILDasm)
Custom version on .NET Core CLR (CoreCLR) 3.0
Target platforms: Win.x64 and Win.x86
%VersionFull%
_ _ _ _ _ _
https://github.com/3F/coreclr
The MIT License (MIT)
Modified and has been prepared specialy for
https://github.com/3F/DllExport by GitHub/3F developer.
! To provide compatible converter of resources to obj COFF-format when assembling with ILAsm,
use /CVRES (/CVR) key.
```
~... /CVR=cvtres.exe
```
Related issue: https://github.com/3F/coreclr/issues/2
PDB files are available through GitHub Releases:
https://github.com/3F/coreclr/releases
MSBuild Properties for this package:
* $(ILAsm_RootPkg) - path to root folder of this package after install.
* $(ILAsm_PathToBin) - path to `\bin` folder., eg.: $(ILAsm_PathToBin)Win.x64\ilasm.exe
Custom use via GetNuTool
=======================================
gnt /p:ngpackages="ILAsm/%Version%"
================== https://github.com/3F/GetNuTool
</description>
<summary>IL Assembler (ILAsm) + IL Disassembler (ILDasm). The MIT License (MIT).</summary>
<releaseNotes> changelog: https://github.com/3F/coreclr/blob/master/changelog.txt </releaseNotes>
<copyright>Copyright (c) .NET Foundation and Contributors; Copyright (c) 2016-2019 Denis Kuzmin < x-3F@outlook.com > GitHub/3F</copyright>
<tags>coreclr IL ILAsm ILDasm MSIL dotnet Assembler Disassembler compiler MIT native</tags>
</metadata>
</package>