From 2a72b370d8656e8c1b45d5bc3806a471c1d1eef3 Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Sun, 18 Jun 2023 11:47:00 +0200 Subject: [PATCH] Bump versions --- PSTeams.psd1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/PSTeams.psd1 b/PSTeams.psd1 index d1f78a1..367b680 100644 --- a/PSTeams.psd1 +++ b/PSTeams.psd1 @@ -4,23 +4,23 @@ CmdletsToExport = @() CompanyName = 'Evotec' CompatiblePSEditions = @('Desktop', 'Core') - Copyright = '(c) 2011 - 2022 Przemyslaw Klys @ Evotec. All rights reserved.' + Copyright = '(c) 2011 - 2023 Przemyslaw Klys @ Evotec. All rights reserved.' Description = 'PSTeams is a PowerShell Module working on Windows / Linux and Mac. It allows sending notifications to Microsoft Teams via WebHook Notifications. It''s pretty flexible and provides a bunch of options. Initially, it only supported one sort of Team Cards but since version 2.X.X it supports Adaptive Cards, Hero Cards, List Cards, and Thumbnail Cards. All those new cards have their own cmdlets and the old version of creating Teams Cards stays as-is for compatibility reasons.' FunctionsToExport = @('ConvertTo-TeamsFact', 'ConvertTo-TeamsSection', 'New-AdaptiveAction', 'New-AdaptiveActionSet', 'New-AdaptiveCard', 'New-AdaptiveColumn', 'New-AdaptiveColumnSet', 'New-AdaptiveContainer', 'New-AdaptiveFact', 'New-AdaptiveFactSet', 'New-AdaptiveImage', 'New-AdaptiveImageSet', 'New-AdaptiveLineBreak', 'New-AdaptiveMedia', 'New-AdaptiveMediaSource', 'New-AdaptiveMention', 'New-AdaptiveRichTextBlock', 'New-AdaptiveTable', 'New-AdaptiveTextBlock', 'New-CardList', 'New-CardListButton', 'New-CardListItem', 'New-HeroCard', 'New-TeamsActivityImage', 'New-TeamsActivitySubtitle', 'New-TeamsActivityText', 'New-TeamsActivityTitle', 'New-TeamsBigImage', 'New-TeamsButton', 'New-TeamsFact', 'New-TeamsImage', 'New-TeamsList', 'New-TeamsListItem', 'New-TeamsSection', 'New-ThumbnailCard', 'Send-TeamsMessage', 'Send-TeamsMessageBody') GUID = 'a46c3b0b-5687-4d62-89c5-753ae01e0926' - ModuleVersion = '2.2.1' + ModuleVersion = '2.3.0' PowerShellVersion = '5.1' PrivateData = @{ PSData = @{ - Tags = @('Teams', 'Microsoft', 'MSTeams', 'Notifications', 'Webhook', 'Windows', 'macOS', 'Linux') ProjectUri = 'https://github.com/EvotecIT/PSTeams' IconUri = 'https://statics.teams.microsoft.com/evergreen-assets/apps/teamscmdlets_largeimage.png' + Tags = @('Teams', 'Microsoft', 'MSTeams', 'Notifications', 'Webhook', 'Windows', 'macOS', 'Linux') ExternalModuleDependencies = @('Microsoft.PowerShell.Management', 'Microsoft.PowerShell.Utility') } } RequiredModules = @(@{ - ModuleVersion = '0.0.238' ModuleName = 'PSSharedGoods' + ModuleVersion = '0.0.264' Guid = 'ee272aa8-baaa-4edf-9f45-b6d6f7d844fe' }, 'Microsoft.PowerShell.Management', 'Microsoft.PowerShell.Utility') RootModule = 'PSTeams.psm1'