Skip to content

Commit

Permalink
Release of 7.2 P3
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwille committed Dec 9, 2021
1 parent 43a22d2 commit e4a8b62
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<InvariantGlobalization>true</InvariantGlobalization>
<AssemblyName>ilspycmd</AssemblyName>
<ToolCommandName>ilspycmd</ToolCommandName>
<Version>7.2.0.6702-preview2</Version>
<Version>7.2.0.6791-preview3</Version>
<AssemblyVersion>7.2.0.0</AssemblyVersion>
<FileVersion>7.2.0.0</FileVersion>
<Description>Command-line decompiler using the ILSpy decompilation engine</Description>
Expand Down
2 changes: 1 addition & 1 deletion ILSpy/Properties/AssemblyInfo.template.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ internal static class RevisionClass
public const string Minor = "2";
public const string Build = "0";
public const string Revision = "$INSERTREVISION$";
public const string VersionName = "preview3";
public const string VersionName = "preview4";

public const string FullVersion = Major + "." + Minor + "." + Build + ".$INSERTREVISION$$INSERTBRANCHPOSTFIX$$INSERTVERSIONNAMEPOSTFIX$";
}
17 changes: 8 additions & 9 deletions decompiler-nuget-demos.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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.6702-preview2</span></li></ul></div></div>"
"<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>"
]
},
"metadata": {},
Expand All @@ -31,12 +31,12 @@
"name": "stdout",
"output_type": "stream",
"text": [
"ICSharpCode.Decompiler, Version=7.2.0.6702, Culture=neutral, PublicKeyToken=d4bfe873e7598c49\r\n"
"ICSharpCode.Decompiler, Version=7.2.0.6791, Culture=neutral, PublicKeyToken=d4bfe873e7598c49\r\n"
]
}
],
"source": [
"#r \"nuget: ICSharpCode.Decompiler, 7.2.0.6702-preview2\"\n",
"#r \"nuget: ICSharpCode.Decompiler, 7.2.0.6791-preview3\"\n",
"\n",
"using System.Reflection.Metadata;\n",
"using ICSharpCode.Decompiler;\n",
Expand Down Expand Up @@ -90,7 +90,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"1478\r\n"
"1480\r\n"
]
}
],
Expand Down Expand Up @@ -121,12 +121,11 @@
"text": [
"using System;\r\n",
"\r\n",
"namespace ICSharpCode.Decompiler.Util\r\n",
"namespace ICSharpCode.Decompiler.Util;\r\n",
"\r\n",
"public static class Empty<T>\r\n",
"{\r\n",
"\tpublic static class Empty<T>\r\n",
"\t{\r\n",
"\t\tpublic static readonly T[] Array = System.Array.Empty<T>();\r\n",
"\t}\r\n",
"\tpublic static readonly T[] Array = System.Array.Empty<T>();\r\n",
"}\r\n",
"\r\n"
]
Expand Down

0 comments on commit e4a8b62

Please sign in to comment.