Skip to content

Commit

Permalink
Added a base class for cross binding adapter to make the life easier
Browse files Browse the repository at this point in the history
  • Loading branch information
liiir1985 committed May 1, 2020
1 parent 0a4a7b6 commit 20b9491
Show file tree
Hide file tree
Showing 6 changed files with 910 additions and 149 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="847ac008-9dda-487e-9e6e-37192c654610" Version="1.0" Language="en-US" Publisher="Ourpalm" />
<Identity Id="847ac008-9dda-487e-9e6e-37192c654610" Version="1.1" Language="en-US" Publisher="Ourpalm" />
<DisplayName>ILRuntime Debugger</DisplayName>
<Description xml:space="preserve">ILRuntime Debugger Launcher</Description>
<MoreInfo>https://github.com/Ourpalm/ILRuntime</MoreInfo>
Expand Down
1 change: 1 addition & 0 deletions ILRuntime/ILRuntime.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
<Compile Include="Runtime\Debugger\StepTypes.cs" />
<Compile Include="Runtime\Debugger\VariableInfo.cs" />
<Compile Include="Runtime\Debugger\StackFrameInfo.cs" />
<Compile Include="Runtime\Enviorment\CrossBindingAdaptorTypeBase.cs" />
<Compile Include="Runtime\Enviorment\InvocationContext.cs" />
<Compile Include="Runtime\Enviorment\ValueTypeBinder.cs" />
<Compile Include="Runtime\Enviorment\CrossBindingAdaptor.cs" />
Expand Down
Loading

0 comments on commit 20b9491

Please sign in to comment.