Skip to content

Commit 2ff6b75

Browse files
committed
v1.0.6
1 parent e4d9be3 commit 2ff6b75

2 files changed

Lines changed: 11 additions & 12 deletions

File tree

Python.System/Python.System.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
@@ -15,13 +15,13 @@
1515
<RepositoryUrl>https://github.com/heartacker/Static.System.git</RepositoryUrl>
1616
<RepositoryType>git</RepositoryType>
1717
<PackageTags>static;python;function;script;</PackageTags>
18-
<PackageReleaseNotes>初始化版本。添加 hex,bin,print 函数</PackageReleaseNotes>
18+
<PackageReleaseNotes>see https://github.com/heartacker/Python.System/blob/master/CHANGELOG.md</PackageReleaseNotes>
1919
<AssemblyVersion>0.0.0.2</AssemblyVersion>
20-
<Version>1.0.5</Version>
20+
<Version>1.0.6</Version>
2121
</PropertyGroup>
2222

2323
<ItemGroup>
24-
<!--<PackageReference Include="pythonnet" Version="3.*" />-->
24+
<PackageReference Include="System.Reflection.Emit" Version="*" />
2525
</ItemGroup>
2626

2727
<ItemGroup>

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
3. add `dir` function
4747
4. fix trim `print()` last sep
4848

49-
5049
more information, see [CHANGELOG.md](https://github.com/heartacker/Python.System/blob/master/CHANGELOG.md)
5150

5251
## 1.3. Demo
@@ -90,7 +89,7 @@ print(c, sep:"\t");
9089
🔗 [**Python**](./Python.System.Compare.py)
9190

9291
```python
93-
#r
92+
#r "nuget: Python.System, *"
9493

9594

9695
addr = 0x12345678
@@ -173,14 +172,14 @@ Hello Scripy
173172
## 1.5. Extended function list
174173

175174
- MyOwn
176-
- [ ] load()
177-
- [ ] unload()
175+
- [ ] `load()`
176+
- [ ] `unload()`
178177

179178
## 1.6. Extended function list like `Matlab`
180179

181180
- coming
182-
- [ ] ???
183-
- [ ] ????
181+
- [ ] `???`
182+
- [ ] `????`
184183

185184
## 1.7. `Python` Built-in function list
186185

@@ -257,7 +256,7 @@ Hello Scripy
257256

258257
- O
259258
- [ ] `object()`
260-
- [ ] `oct()`
259+
- [x] [`oct()`](./Python.System/Python/oct.cs)
261260
- [ ] `open()`
262261
- [x] [`ord()`](./Python.System/Python/ord.cs)
263262

@@ -296,4 +295,4 @@ Hello Scripy
296295
- misc
297296
- [ ] `_`
298297
- [ ] `__import__()`
299-
- [ ] ???
298+
- [ ] `???`

0 commit comments

Comments
 (0)