Skip to content

Commit b060660

Browse files
committed
Merge branch 'dev' of https://github.com/chuongmep/CadPythonShell into dev
2 parents bc6dfea + 1570160 commit b060660

5 files changed

Lines changed: 7 additions & 5 deletions

File tree

CADPythonShell/Properties/launchSettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"profiles": {
33
"CADPythonShell": {
44
"commandName": "Executable",
5-
"executablePath": "C:\\Program Files\\Autodesk\\AutoCAD 2022\\acad.exe"
5+
"executablePath": "C:\\Program Files\\Autodesk\\AutoCAD 2023\\acad.exe"
66
}
77
}
88
}

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Changelog
2+
- 2022-04-12 **1.0.7**
3+
- Fix bug Snoop **LWPolyLine** special case Handle 859 & 741
24
- 2022-04-11 **1.0.6**
35
- Support Full Snoop Database Cad & Civil3D
46
- Support Full Snoop Editor Cad & Civil3D

Installer/Installer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
const string projectName = "CADPythonShell";
1414
const string outputName = "CADPythonShell";
1515
const string outputDir = "output";
16-
const string version = "1.0.6";
16+
const string version = "1.0.7";
1717

1818
var fileName = new StringBuilder().Append(outputName).Append("-").Append(version);
1919
var project = new Project

MgdDbg

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,10 @@ Learn about the Autocad API:
151151
This project is licensed under the terms of the [MIT License](http://opensource.org/licenses/MIT).
152152
## Sponsors
153153

154-
Thanks to [JetBrains](https://www.jetbrains.com/) for providing licenses for [Rider](https://www.jetbrains.com/rider/) and [dotUltimate](https://www.jetbrains.com/dotnet/) tools, which both make open-source development a real pleasure!
155-
156154
![](Images/jetbrains.png)
157155

156+
Thanks for providing a free All product IDE for this project.
157+
158158
## Credits
159159

160160
* Daren Thomas (original RPS Developer) [RPS](https://github.com/architecture-building-systems/revitpythonshell)

0 commit comments

Comments
 (0)