ScriptCollection 3.5.100__py3-none-any.whl → 3.5.101__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- ScriptCollection/ScriptCollectionCore.py +1 -1
- ScriptCollection/TasksForCommonProjectStructure.py +2 -2
- {scriptcollection-3.5.100.dist-info → scriptcollection-3.5.101.dist-info}/METADATA +1 -1
- {scriptcollection-3.5.100.dist-info → scriptcollection-3.5.101.dist-info}/RECORD +7 -7
- {scriptcollection-3.5.100.dist-info → scriptcollection-3.5.101.dist-info}/WHEEL +0 -0
- {scriptcollection-3.5.100.dist-info → scriptcollection-3.5.101.dist-info}/entry_points.txt +0 -0
- {scriptcollection-3.5.100.dist-info → scriptcollection-3.5.101.dist-info}/top_level.txt +0 -0
@@ -2286,10 +2286,10 @@ class TasksForCommonProjectStructure:
|
|
2286
2286
|
build_folder = os.path.join(codeunit_folder, "Other", "Build")
|
2287
2287
|
self.__sc.run_program("python", "Build.py", build_folder, verbosity)
|
2288
2288
|
|
2289
|
-
csproj_file = os.path.join(codeunit_folder, codeunit_name, f"{codeunit_name}.csproj")
|
2290
|
-
self.__sc.update_dependencies_of_dotnet_project(csproj_file, verbosity, ignored_dependencies)
|
2291
2289
|
test_csproj_file = os.path.join(codeunit_folder, f"{codeunit_name}Tests", f"{codeunit_name}Tests.csproj")
|
2292
2290
|
self.__sc.update_dependencies_of_dotnet_project(test_csproj_file, verbosity, ignored_dependencies)
|
2291
|
+
csproj_file = os.path.join(codeunit_folder, codeunit_name, f"{codeunit_name}.csproj")
|
2292
|
+
self.__sc.update_dependencies_of_dotnet_project(csproj_file, verbosity, ignored_dependencies)
|
2293
2293
|
|
2294
2294
|
@GeneralUtilities.check_arguments
|
2295
2295
|
def update_dependencies_of_typical_node_codeunit(self, update_script_file: str, verbosity: int, cmd_args: list[str]) -> None:
|
@@ -6,12 +6,12 @@ ScriptCollection/ProgramRunnerEpew.py,sha256=4pjEd0r9Fcz3TTDv0MdTSd5KkigYXcWUVI1
|
|
6
6
|
ScriptCollection/ProgramRunnerPopen.py,sha256=BPY7-ZMIlqT7JOKz8qlB5c0laF2Js-ijzqk09GxZC48,3821
|
7
7
|
ScriptCollection/RPStream.py,sha256=NRRHL3YSP3D9MuAV2jB_--0KUKCsvJGxeKnxgrRZ9kY,1545
|
8
8
|
ScriptCollection/SCLog.py,sha256=l4aekBiGoNkKGtvO_Er3NY_K7ts4ZWtIGlhq07I-4LY,30
|
9
|
-
ScriptCollection/ScriptCollectionCore.py,sha256=
|
10
|
-
ScriptCollection/TasksForCommonProjectStructure.py,sha256=
|
9
|
+
ScriptCollection/ScriptCollectionCore.py,sha256=yE-keH79iYM7q6VsMvIcCbRt1H77L6yP_yMhcBkdCYE,123984
|
10
|
+
ScriptCollection/TasksForCommonProjectStructure.py,sha256=FzcMzTiQFYnEcJ-2YVq4GpToJtrc_XGP2d84XlWu8eQ,230241
|
11
11
|
ScriptCollection/UpdateCertificates.py,sha256=Eynbgu7k9jLxApP2D_8Il77B6BFjJap6K7oTeEAZYbk,7790
|
12
12
|
ScriptCollection/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
13
|
-
scriptcollection-3.5.
|
14
|
-
scriptcollection-3.5.
|
15
|
-
scriptcollection-3.5.
|
16
|
-
scriptcollection-3.5.
|
17
|
-
scriptcollection-3.5.
|
13
|
+
scriptcollection-3.5.101.dist-info/METADATA,sha256=dO-SsS0ZuDt64A3GPkq02PSPxKv8A2bCYo_lMpF7tp0,7664
|
14
|
+
scriptcollection-3.5.101.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
|
15
|
+
scriptcollection-3.5.101.dist-info/entry_points.txt,sha256=fYCGWGNGijBQHhFe6UAO-BEpfEOxLyNJemukt5ElSzs,3644
|
16
|
+
scriptcollection-3.5.101.dist-info/top_level.txt,sha256=hY2hOVH0V0Ce51WB76zKkIWTUNwMUdHo4XDkR2vYVwg,17
|
17
|
+
scriptcollection-3.5.101.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|