Skip to content

Commit d560be4

Browse files
committed
See release_notes.md for V2025.2
1 parent a392fb2 commit d560be4

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

Readme.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Description and examples for Solid Edge Housekeeper's `Run External Program` tas
77

88
The external program is a Console App that works on a single Solid Edge file. Housekeeper serves up files one at a time for processing.
99

10+
Most developers will want the source code, however compiled versions are available [<ins>**here**</ins>](https://github.com/rmcanany/HousekeeperExternalPrograms/releases/).
11+
1012
## Requirements
1113

1214
To work with Housekeeper's error reporting, the program should return an integer exit code, with `0` meaning success. Anything else indicates an error. If an exit code is not issued, Housekeeper assumes success.
@@ -39,7 +41,7 @@ No arguments are passed to the program. If you need to get a value from Housekee
3941

4042
Housekeeper maintains a `reference` to the file being processed. If that reference is broken, an exception will occur. To avoid that, do not perform `Close()` or `SaveAs()` (`SaveCopyAs()` is OK) on the document.
4143

42-
No assumptions are made about what the external program does. If you change a file and want to save it, that needs to be in the program. If you open another file, you need to close it. One exception is that Housekeeper has a global option to save the file after processing. It is set on the Configuration tab.
44+
No assumptions are made about what the external program does. If you change a file and want to save it, that needs to be in the program. If you open another file, you need to close it.
4345

4446
## Other repos and sources for macros
4547

@@ -75,9 +77,5 @@ To suggest other sources, including your own, feel free to message me, RobertMcA
7577
If you're looking for someone to create a program *for* you, I know a couple of folks who do it for a living. Message me on the Forum and I'll pass along the request.
7678

7779

78-
## Releases
79-
80-
Most developers will want the source code, however compiled versions are available [**here**](https://github.com/rmcanany/HousekeeperExternalPrograms/releases/).
81-
8280

8381

0 commit comments

Comments
 (0)