From a41153746faa0fa492051b3b298c1950f4ea7009 Mon Sep 17 00:00:00 2001 From: Bart Jablonski Date: Wed, 31 Dec 2025 15:13:50 +0100 Subject: [PATCH] SAS Packages Framework, version 20251221 and 20251228 SAS Packages Framework, version 20251221 and 20251228 This commit is to acknowledge contribution of: - Stu Sztukowski in https://github.com/yabwon/SAS_PACKAGES/tree/20251221 - Ken Nakamatsu in https://github.com/yabwon/SAS_PACKAGES/tree/20251228 Co-Authored-By: Stu Sztukowski <64608711+stu-code@users.noreply.github.com> Co-Authored-By: K.Nakamatsu --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1f21347..5368d97 100644 --- a/README.md +++ b/README.md @@ -190,9 +190,9 @@ The SAS Packages Framework [(short) documentation](https://github.com/yabwon/SAS --- ### Updates worth mentioning: -**Update**\[December 28th, 2025\]**:** `buildLocation=` and `archLocation=` **parameters added to** `%generatePackage()` **macro, they allow to redirect results of the packages generation process. (see [here](https://github.com/yabwon/SAS_PACKAGES/releases/tag/20251228 "redirect results"))**. +**Update**\[December 28th, 2025\]**:** `buildLocation=` and `archLocation=` **parameters added to** `%generatePackage()` **macro, they allow to redirect results of the packages generation process. (see [here](https://github.com/yabwon/SAS_PACKAGES/releases/tag/20251228 "redirect results with buildLocation="))**. -**Update**\[December 21st, 2025\]**:** `%relocatePackage()`, `%SasPackagesFrameworkNotes()`, and `%isPackagesFilerefOK()` **utility macros are available. (see [here](https://github.com/yabwon/SAS_PACKAGES/releases/tag/20241221 "splitCodeForPackage"))**. +**Update**\[December 21st, 2025\]**:** `%relocatePackage()`, `%SasPackagesFrameworkNotes()`, and `%isPackagesFilerefOK()` **utility macros are available. (see [here](https://github.com/yabwon/SAS_PACKAGES/releases/tag/20241221 "relocatePackage, SasPackagesFrameworkNotes, and isPackagesFilerefOK macros"))**. **Update**\[October 27th, 2024\]**:** `%splitCodeForPackage()` **utility macro is available. (see [here](https://github.com/yabwon/SAS_PACKAGES/releases/tag/20241027 "splitCodeForPackage"))**.