diff --git a/Evergreen/Evergreen.psd1 b/Evergreen/Evergreen.psd1 index 7da015a2..670396d0 100644 --- a/Evergreen/Evergreen.psd1 +++ b/Evergreen/Evergreen.psd1 @@ -3,7 +3,7 @@ # # Generated by: Aaron Parker # -# Generated on: 10/30/2024 +# Generated on: 11/8/2024 # @{ @@ -12,7 +12,7 @@ RootModule = 'Evergreen.psm1' # Version number of this module. -ModuleVersion = '2410.1565' +ModuleVersion = '2411.1604' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/docs/apps.md b/docs/apps.md index bf08a4b5..fd66b296 100644 --- a/docs/apps.md +++ b/docs/apps.md @@ -1,6 +1,6 @@ -# 356 Supported applications +# 357 Supported applications -Evergreen `2410.1565` supports the following applications: +Evergreen `2411.1604` supports the following applications: | Name | Application | Link | | ------------------------------------- | ----------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | @@ -51,7 +51,6 @@ Evergreen `2410.1565` supports the following applications: | AzulZulu11 | Azul Zulu 11 | https://www.azul.com/downloads/#zulu | | AzulZulu17 | Azul Zulu 17 | https://www.azul.com/downloads/#zulu | | AzulZulu21 | Azul Zulu 21 | https://www.azul.com/downloads/#zulu | -| AzulZulu23 | Azul Zulu 23 | https://www.azul.com/downloads/#zulu | | AzulZulu8 | Azul Zulu 8 | https://www.azul.com/downloads/#zulu | | BeekeeperStudio | Beekeeper Studio | https://www.beekeeperstudio.io/ | | BellSoftLibericaJDK11 | BellSoft Liberica JDK 11 LTS | https://bell-sw.com/libericajdk/ | @@ -232,6 +231,8 @@ Evergreen `2410.1565` supports the following applications: | mRemoteNG | mRemoteNG | https://mremoteng.org/ | | MSIXHero | MSIX Hero | https://msixhero.net/ | | MuseScore | MuseScore | https://musescore.org/ | +| mySQLConnectorNET | mySQL Connector NET | https://dev.mysql.com/doc/connector-net/en/ | +| mySQLConnectorODBC | mySQL Connector ODCB | https://dev.mysql.com/doc/connector-odbc/en/ | | mySQLWorkbench | mySQL Workbench | https://dev.mysql.com/doc/workbench/en/ | | NanaZip | NanaZip | https://github.com/M2Team/NanaZip | | Naps2 | Ben Olden-Cooligan NAPS2 | https://www.naps2.com/ | diff --git a/docs/changelog.md b/docs/changelog.md index 60448e13..3e3cc075 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,6 +1,6 @@ # Change log -## VERSION +## 2411.1604 * Adds `mySQLConnectorNET`, `mySQLConnectorODBC` * Fixes an issue in `Gimp` to account for strings in the version number [#767](https://github.com/aaronparker/evergreen/issues/767)