File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11
11
<PackageProjectUrl >https://github.com/DotnetNative/DotnetNativeBase</PackageProjectUrl >
12
12
<RepositoryUrl >https://github.com/DotnetNative/DotnetNativeBase</RepositoryUrl >
13
13
<PackageTags >naot korn dnb native</PackageTags >
14
- <Version >1.0.0 </Version >
14
+ <Version >1.0.1 </Version >
15
15
<Platforms >AnyCPU;x64</Platforms >
16
16
<PackageReadmeFile >Pack.md</PackageReadmeFile >
17
17
</PropertyGroup >
18
18
19
+ <ItemGroup >
20
+ <None Include =" ..\Pack.md" >
21
+ <Pack >True</Pack >
22
+ <PackagePath >\</PackagePath >
23
+ </None >
24
+ </ItemGroup >
25
+
19
26
<ItemGroup >
20
27
<Using Include =" System.Runtime.InteropServices" />
21
28
</ItemGroup >
Original file line number Diff line number Diff line change @@ -29,4 +29,6 @@ public unsafe struct pointer
29
29
public static implicit operator nuint * ( pointer pointer ) => ( nuint * ) pointer . Address ;
30
30
31
31
public static implicit operator delegate * unmanaged< void > ( pointer pointer ) => ( delegate * unmanaged< void > ) pointer ;
32
+
33
+ public override string ToString ( ) => $ "0x{ Address : X} ";
32
34
}
You can’t perform that action at this time.
0 commit comments