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!
This commit is contained in:
PSMinIO Developer
2025-07-14 23:21:26 -04:00
parent dd8b63cfb5
commit 048c4f11f2
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ $VersionInfo = @{
Version = $Version
# Semantic version for PowerShell Gallery (converted from date-based)
SemanticVersion = "2.0.0"
SemanticVersion = "2.1.0"
# Build date
BuildDate = $CurrentDate