Optimize module with minimal dependencies and fix XML formatting

- Added only essential dependencies: Minio.dll (440KB)
- Updated PSMinIO.dll and PSMinIO.pdb with latest build
- Fixed PSMinIO.Types.ps1xml formatting issues (corrected <n> tags to <Name>)
- Removed unnecessary PSMinIO.psd1 from bin directory
- Added CopyLocalLockFileAssemblies=true for dependency resolution
- Module now loads cleanly with minimal footprint (~952KB total)
- Verified all cmdlets work correctly (Connect-MinIO tested)
This commit is contained in:
PSMinIO Developer
2025-07-10 17:39:14 -04:00
parent 357c9a6437
commit 51cd2d4133
6 changed files with 13 additions and 151 deletions
+1
View File
@@ -18,6 +18,7 @@
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<WarningsAsErrors />
<WarningsNotAsErrors />
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">