Browse Source

Rename ics.d.Console to ics.ILSpyCmd

pull/2639/head
Christoph Wille 3 years ago
parent
commit
afff9c325d
  1. 2
      .github/workflows/build-frontends.yml
  2. 2
      .github/workflows/build-ilspy.yml
  3. 0
      ICSharpCode.ILSpyCmd/ICSharpCode.ILSpyCmd.csproj
  4. 0
      ICSharpCode.ILSpyCmd/ILSpyCmdNuGetPackageIcon.png
  5. 3
      ICSharpCode.ILSpyCmd/IlspyCmdProgram.cs
  6. 2
      ICSharpCode.ILSpyCmd/ProgramExitCodes.cs
  7. 0
      ICSharpCode.ILSpyCmd/Properties/AssemblyInfo.cs
  8. 0
      ICSharpCode.ILSpyCmd/README.md
  9. 2
      ICSharpCode.ILSpyCmd/TypesParser.cs
  10. 2
      ICSharpCode.ILSpyCmd/ValidationAttributes.cs
  11. 2
      ILSpy.XPlat.slnf
  12. 2
      ILSpy.sln
  13. 2
      README.md
  14. 2
      doc/third-party-notices.txt

2
.github/workflows/build-frontends.yml

@ -40,7 +40,7 @@ jobs: @@ -40,7 +40,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: ilspycmd NuGet Package
path: ICSharpCode.Decompiler.Console/bin/Release/ilspycmd*.nupkg
path: ICSharpCode.ILSpyCmd/bin/Release/ilspycmd*.nupkg
if-no-files-found: error
- name: Upload binlog

2
.github/workflows/build-ilspy.yml

@ -143,5 +143,5 @@ jobs: @@ -143,5 +143,5 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: ilspycmd dotnet tool (${{ matrix.configuration }})
path: ICSharpCode.Decompiler.Console\bin\Release\ilspycmd*.nupkg
path: ICSharpCode.ILSpyCmd\bin\Release\ilspycmd*.nupkg
if-no-files-found: error

0
ICSharpCode.Decompiler.Console/ICSharpCode.Decompiler.Console.csproj → ICSharpCode.ILSpyCmd/ICSharpCode.ILSpyCmd.csproj

0
ICSharpCode.Decompiler.Console/ILSpyCmdNuGetPackageIcon.png → ICSharpCode.ILSpyCmd/ILSpyCmdNuGetPackageIcon.png

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

3
ICSharpCode.Decompiler.Console/IlspyCmdProgram.cs → ICSharpCode.ILSpyCmd/IlspyCmdProgram.cs

@ -9,6 +9,7 @@ using System.Reflection.Metadata; @@ -9,6 +9,7 @@ using System.Reflection.Metadata;
using System.Reflection.PortableExecutable;
using System.Threading;
using ICSharpCode.Decompiler;
using ICSharpCode.Decompiler.CSharp;
using ICSharpCode.Decompiler.CSharp.ProjectDecompiler;
using ICSharpCode.Decompiler.DebugInfo;
@ -20,7 +21,7 @@ using ICSharpCode.ILSpyX.PdbProvider; @@ -20,7 +21,7 @@ using ICSharpCode.ILSpyX.PdbProvider;
using McMaster.Extensions.CommandLineUtils;
// ReSharper disable All
namespace ICSharpCode.Decompiler.Console
namespace ICSharpCode.ILSpyCmd
{
[Command(Name = "ilspycmd", Description = "dotnet tool for decompiling .NET assemblies and generating portable PDBs",
ExtendedHelpText = @"

2
ICSharpCode.Decompiler.Console/ProgramExitCodes.cs → ICSharpCode.ILSpyCmd/ProgramExitCodes.cs

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
// ReSharper disable InconsistentNaming
namespace ICSharpCode.Decompiler.Console
namespace ICSharpCode.ILSpyCmd
{
public class ProgramExitCodes
{

0
ICSharpCode.Decompiler.Console/Properties/AssemblyInfo.cs → ICSharpCode.ILSpyCmd/Properties/AssemblyInfo.cs

0
ICSharpCode.Decompiler.Console/README.md → ICSharpCode.ILSpyCmd/README.md

2
ICSharpCode.Decompiler.Console/TypesParser.cs → ICSharpCode.ILSpyCmd/TypesParser.cs

@ -4,7 +4,7 @@ using System.Linq; @@ -4,7 +4,7 @@ using System.Linq;
using ICSharpCode.Decompiler.TypeSystem;
namespace ICSharpCode.Decompiler.Console
namespace ICSharpCode.ILSpyCmd
{
public static class TypesParser
{

2
ICSharpCode.Decompiler.Console/ValidationAttributes.cs → ICSharpCode.ILSpyCmd/ValidationAttributes.cs

@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
using System.ComponentModel.DataAnnotations;
using System.IO;
namespace ICSharpCode.Decompiler.Console
namespace ICSharpCode.ILSpyCmd
{
[AttributeUsage(AttributeTargets.Class)]
public sealed class ProjectOptionRequiresOutputDirectoryValidationAttribute : ValidationAttribute

2
ILSpy.XPlat.slnf

@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
"solution": {
"path": "ILSpy.sln",
"projects": [
"ICSharpCode.Decompiler.Console\\ICSharpCode.Decompiler.Console.csproj",
"ICSharpCode.ILSpyCmd\\ICSharpCode.ILSpyCmd.csproj",
"ICSharpCode.Decompiler.PowerShell\\ICSharpCode.Decompiler.PowerShell.csproj",
"ICSharpCode.Decompiler.TestRunner\\ICSharpCode.Decompiler.TestRunner.csproj",
"ICSharpCode.Decompiler.Tests\\ICSharpCode.Decompiler.Tests.csproj",

2
ILSpy.sln

@ -30,7 +30,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ILSpy.Tests", "ILSpy.Tests\ @@ -30,7 +30,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ILSpy.Tests", "ILSpy.Tests\
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ILSpy.ReadyToRun", "ILSpy.ReadyToRun\ILSpy.ReadyToRun.csproj", "{0313F581-C63B-43BB-AA9B-07615DABD8A3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ICSharpCode.Decompiler.Console", "ICSharpCode.Decompiler.Console\ICSharpCode.Decompiler.Console.csproj", "{743B439A-E7AD-4A0A-BAB6-222E1EA83C6D}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ICSharpCode.ILSpyCmd", "ICSharpCode.ILSpyCmd\ICSharpCode.ILSpyCmd.csproj", "{743B439A-E7AD-4A0A-BAB6-222E1EA83C6D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ICSharpCode.Decompiler.PowerShell", "ICSharpCode.Decompiler.PowerShell\ICSharpCode.Decompiler.PowerShell.csproj", "{50060E0C-FA25-41F4-B72F-8490324EC9F0}"
EndProject

2
README.md

@ -17,7 +17,7 @@ Aside from the WPF UI ILSpy (downloadable via Releases, see also [plugins](https @@ -17,7 +17,7 @@ Aside from the WPF UI ILSpy (downloadable via Releases, see also [plugins](https
* Our Visual Studio Code Extension [repository](https://github.com/icsharpcode/ilspy-vscode) | [marketplace](https://marketplace.visualstudio.com/items?itemName=icsharpcode.ilspy-vscode)
* Our Linux/Mac/Windows ILSpy UI based on [Avalonia](http://www.avaloniaui.net/) - check out https://github.com/icsharpcode/AvaloniaILSpy
* Our [ICSharpCode.Decompiler](https://www.nuget.org/packages/ICSharpCode.Decompiler/) NuGet for your own projects
* Our dotnet tool for Linux/Mac/Windows - check out [ICSharpCode.Decompiler.Console](ICSharpCode.Decompiler.Console) in this repository
* Our dotnet tool for Linux/Mac/Windows - check out [ILSpyCmd](ICSharpCode.ILSpyCmd) in this repository
* Our Linux/Mac/Windows [PowerShell cmdlets](ICSharpCode.Decompiler.PowerShell) in this repository
Features

2
doc/third-party-notices.txt

@ -105,7 +105,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE @@ -105,7 +105,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
License Notice for CommandLineUtils (part of ICSharpCode.Decompiler.Console)
License Notice for CommandLineUtils (part of ICSharpCode.ILSpyCmd)
---------------------------
https://github.com/natemcmaster/CommandLineUtils/blob/master/LICENSE.txt

Loading…
Cancel
Save