Browse Source

7.2 RTM updates for ilspycmd & notebook

release/7.2
Christoph Wille 3 years ago
parent
commit
386a1f0004
  1. 2
      ICSharpCode.Decompiler.Console/ICSharpCode.Decompiler.Console.csproj
  2. 8
      decompiler-nuget-demos.ipynb

2
ICSharpCode.Decompiler.Console/ICSharpCode.Decompiler.Console.csproj

@ -10,7 +10,7 @@ @@ -10,7 +10,7 @@
<InvariantGlobalization>true</InvariantGlobalization>
<AssemblyName>ilspycmd</AssemblyName>
<ToolCommandName>ilspycmd</ToolCommandName>
<Version>7.2.0.6791-preview3</Version>
<Version>7.2.0.6844</Version>
<AssemblyVersion>7.2.0.0</AssemblyVersion>
<FileVersion>7.2.0.0</FileVersion>
<Description>Command-line decompiler using the ILSpy decompilation engine</Description>

8
decompiler-nuget-demos.ipynb

@ -21,7 +21,7 @@ @@ -21,7 +21,7 @@
{
"data": {
"text/html": [
"<div><div></div><div></div><div><strong>Installed Packages</strong><ul><li><span>ICSharpCode.Decompiler, 7.2.0.6791-preview3</span></li></ul></div></div>"
"<div><div></div><div></div><div><strong>Installed Packages</strong><ul><li><span>ICSharpCode.Decompiler, 7.2.0.6844</span></li></ul></div></div>"
]
},
"metadata": {},
@ -31,12 +31,12 @@ @@ -31,12 +31,12 @@
"name": "stdout",
"output_type": "stream",
"text": [
"ICSharpCode.Decompiler, Version=7.2.0.6791, Culture=neutral, PublicKeyToken=d4bfe873e7598c49\r\n"
"ICSharpCode.Decompiler, Version=7.2.0.6844, Culture=neutral, PublicKeyToken=d4bfe873e7598c49\r\n"
]
}
],
"source": [
"#r \"nuget: ICSharpCode.Decompiler, 7.2.0.6791-preview3\"\n",
"#r \"nuget: ICSharpCode.Decompiler, 7.2.0.6844\"\n",
"\n",
"using System.Reflection.Metadata;\n",
"using ICSharpCode.Decompiler;\n",
@ -90,7 +90,7 @@ @@ -90,7 +90,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"1480\r\n"
"1481\r\n"
]
}
],

Loading…
Cancel
Save