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.
@@ -33,7 +33,7 @@ from .ProgramRunnerBase import ProgramRunnerBase
33
33
  from .ProgramRunnerPopen import ProgramRunnerPopen
34
34
  from .ProgramRunnerEpew import ProgramRunnerEpew, CustomEpewArgument
35
35
 
36
- version = "3.5.100"
36
+ version = "3.5.101"
37
37
  __version__ = version
38
38
 
39
39
 
@@ -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:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: ScriptCollection
3
- Version: 3.5.100
3
+ Version: 3.5.101
4
4
  Summary: The ScriptCollection is the place for reusable scripts.
5
5
  Home-page: https://github.com/anionDev/ScriptCollection
6
6
  Author: Marius Göcke
@@ -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=UxY2NmrtgK-GJmuSpANtgUoxjbwVqti1rrR55Rz13DU,123984
10
- ScriptCollection/TasksForCommonProjectStructure.py,sha256=CkLRb4-ldwVuc6XlORxxyhN3GDR8TZSfe3DUqRl0SKg,230241
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.100.dist-info/METADATA,sha256=MxfzekKeh4Ed-NOAXbl1CEEB_nVgb5ibJ_ZwZxvFnlg,7664
14
- scriptcollection-3.5.100.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
15
- scriptcollection-3.5.100.dist-info/entry_points.txt,sha256=fYCGWGNGijBQHhFe6UAO-BEpfEOxLyNJemukt5ElSzs,3644
16
- scriptcollection-3.5.100.dist-info/top_level.txt,sha256=hY2hOVH0V0Ce51WB76zKkIWTUNwMUdHo4XDkR2vYVwg,17
17
- scriptcollection-3.5.100.dist-info/RECORD,,
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,,