mirror of
https://github.com/Grace-Solutions/PSMinIO.git
synced 2026-08-24 19:16:32 +00:00
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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user