mirror of
https://github.com/Grace-Solutions/PSMinIO.git
synced 2026-08-24 11:06:30 +00:00
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:
@@ -18,6 +18,7 @@
|
||||
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
||||
<WarningsAsErrors />
|
||||
<WarningsNotAsErrors />
|
||||
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
||||
|
||||
Reference in New Issue
Block a user