2 Commits

Author SHA1 Message Date
PSMinIO Developer 048c4f11f2 Update module manifest with new cmdlets and version
📦 MODULE MANIFEST UPDATES:

 VERSION UPDATE:
  • Updated ModuleVersion from 2025.07.11.1453 to 2025.07.14.2318
  • Reflects latest development with bucket directory functionality

 NEW CMDLETS EXPORTED:
  • Added New-MinIOBucketFolder to CmdletsToExport
  • Added Remove-MinIOBucketFolder to CmdletsToExport
  • Maintains alphabetical organization within functional groups

 ENHANCED DESCRIPTION:
  • Added 'bucket directory management' to module description
  • Reflects new comprehensive folder management capabilities
  • Updated feature list for accurate module representation

🎯 EXPORTED CMDLETS NOW INCLUDE:
  Connection: Connect-MinIO
  Buckets: Get-MinIOBucket, New-MinIOBucket, Test-MinIOBucketExists
  Objects: Get-MinIOObject, New-MinIOObject, Get-MinIOObjectContent
  Multipart: Get-MinIOObjectContentMultipart, New-MinIOObjectMultipart
  Folders: New-MinIOBucketFolder, Remove-MinIOBucketFolder
  Archives: Get-MinIOZipArchive, New-MinIOZipArchive
  URLs: Get-MinIOPresignedUrl, New-MinIOPresignedUrl
  Policies: Get-MinIOBucketPolicy, Set-MinIOBucketPolicy, Remove-MinIOBucketPolicy

Ready for comprehensive README update and GitHub push!
2025-07-14 23:21:26 -04:00
PSMinIO Developer 90c64d3237 Major project reorganization: Centralized version management and improved structure
- Reorganized project structure with proper directory separation:
  * All scripts moved to scripts/ directory (including examples)
  * All documentation moved to docs/ directory (except README.md)
  * Centralized version management in Version.ps1

- Implemented centralized version management system:
  * Version.ps1 provides single source of truth for version information
  * Automatic yyyy.MM.dd.HHmm versioning based on build time
  * scripts/Update-Version.ps1 updates all version references
  * src/Properties/AssemblyInfo.cs for assembly version information

- Enhanced build system:
  * scripts/Build.ps1 - Full build with validation and packaging
  * scripts/Quick-Build.ps1 - Fast build handling file locking issues
  * Removed automatic copy from project file to avoid locking
  * Integrated version updates into build process

- Updated PowerShell Gallery publishing:
  * scripts/Publish-PSMinIOToGallery.ps1 updated for new structure
  * docs/POWERSHELL-GALLERY-RELEASE.md comprehensive publishing guide
  * Module manifest updated with proper metadata and release notes

- Updated all documentation and examples:
  * README.md updated with PowerShell Gallery installation
  * All example scripts updated with correct import paths
  * scripts/examples/README.md updated for new location
  * docs/PROJECT-STRUCTURE.md documents new organization

- Version updated to 2025.07.11.1151 with centralized management
- All import paths corrected for new structure
- Professional project organization following PowerShell best practices
2025-07-11 11:53:08 -04:00