From a6b2081d31a4c7b997d17d608985cb1cae8ec44c Mon Sep 17 00:00:00 2001 From: CyrilFerlicot Date: Sat, 18 May 2024 23:05:12 +0200 Subject: [PATCH] Remove dependency to Author Author will be removed really soon so I'm removing the dependency to it --- Iceberg/IceMCVersionInfo.class.st | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Iceberg/IceMCVersionInfo.class.st b/Iceberg/IceMCVersionInfo.class.st index 75a7f9951b..1f8f3a74c2 100644 --- a/Iceberg/IceMCVersionInfo.class.st +++ b/Iceberg/IceMCVersionInfo.class.st @@ -80,7 +80,7 @@ IceMCVersionInfo >> fromPackage: aPackage message: commitMessage [ To improve this implementation we should review the fileout process." - name := ('{1}-{2}.{3}' format: {aPackage name. Author fullName. 'unknown'}). + name := ('{1}-{2}.{3}' format: {aPackage name. 'CompatibleUserName'. 'unknown'}). package := aPackage. message := commitMessage. id := UUID new