Browse Source

Upgrade to Cecil 0.10.0.

Delete the cecil submodule; we're no longer using it.
pull/1167/head
Daniel Grunwald 7 years ago
parent
commit
9be83b6175
  1. 3
      .gitmodules
  2. 2
      ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj
  3. 2
      ICSharpCode.Decompiler/ICSharpCode.Decompiler.nuspec.template
  4. 2
      ILSpy.AddIn/ILSpy.AddIn.csproj
  5. 1
      cecil

3
.gitmodules vendored

@ -1,6 +1,3 @@
[submodule "cecil"]
path = cecil
url = https://github.com/jbevain/cecil.git
[submodule "ILSpy-tests"] [submodule "ILSpy-tests"]
path = ILSpy-tests path = ILSpy-tests
url = https://github.com/icsharpcode/ILSpy-tests url = https://github.com/icsharpcode/ILSpy-tests

2
ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj

@ -50,7 +50,7 @@
<ItemGroup> <ItemGroup>
<PackageReference Include="Humanizer.Core" Version="2.2.0" /> <PackageReference Include="Humanizer.Core" Version="2.2.0" />
<PackageReference Include="Mono.Cecil" Version="0.10.0-beta7" /> <PackageReference Include="Mono.Cecil" Version="0.10.0" />
<PackageReference Include="System.Collections.Immutable" Version="1.3.1" /> <PackageReference Include="System.Collections.Immutable" Version="1.3.1" />
<PackageReference Include="System.ValueTuple" Version="4.3.0" /> <PackageReference Include="System.ValueTuple" Version="4.3.0" />
</ItemGroup> </ItemGroup>

2
ICSharpCode.Decompiler/ICSharpCode.Decompiler.nuspec.template

@ -16,7 +16,7 @@
<tags>C# Decompiler ILSpy</tags> <tags>C# Decompiler ILSpy</tags>
<dependencies> <dependencies>
<dependency id="Humanizer.Core" version="2.2.0" /> <dependency id="Humanizer.Core" version="2.2.0" />
<dependency id="Mono.Cecil" version="0.10.0-beta7" /> <dependency id="Mono.Cecil" version="0.10.0" />
<dependency id="System.Collections.Immutable" version="1.3.1" /> <dependency id="System.Collections.Immutable" version="1.3.1" />
<dependency id="System.ValueTuple" version="4.3.0" /> <dependency id="System.ValueTuple" version="4.3.0" />
</dependencies> </dependencies>

2
ILSpy.AddIn/ILSpy.AddIn.csproj

@ -51,7 +51,7 @@
<PackageReference Include="Microsoft.VisualStudio.ComponentModelHost" Version="15.6.27413" /> <PackageReference Include="Microsoft.VisualStudio.ComponentModelHost" Version="15.6.27413" />
<PackageReference Include="Microsoft.VisualStudio.LanguageServices" Version="2.4.0" /> <PackageReference Include="Microsoft.VisualStudio.LanguageServices" Version="2.4.0" />
<PackageReference Include="Microsoft.VisualStudio.Shell.14.0" Version="14.3.25407" /> <PackageReference Include="Microsoft.VisualStudio.Shell.14.0" Version="14.3.25407" />
<PackageReference Include="Mono.Cecil" Version="0.10.0-beta7" /> <PackageReference Include="Mono.Cecil" Version="0.10.0" />
<PackageReference Include="VSLangProj" Version="7.0.3301" /> <PackageReference Include="VSLangProj" Version="7.0.3301" />
</ItemGroup> </ItemGroup>

1
cecil

@ -1 +0,0 @@
Subproject commit 14e6162ae535afacb69eb6df399bbc46779a4587
Loading…
Cancel
Save