From 254a2fc63620d98107c1221e5cbb9a47523ddecc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20B=C3=B8g=20Andersen?= Date: Tue, 23 Jul 2024 09:39:40 +0200 Subject: [PATCH] Version update to 0.2.12 --- .github/workflows/release.yml | 2 +- PSParquet/PSParquet.psd1 | 2 +- PSParquet/changelog.txt | 8 ++++++++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9d260fc..6c420b9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -94,5 +94,5 @@ jobs: - name: Publish to Powershell Gallery run: | - #Publish-Module -Name ./Artifact/$Env:MODULE_NAME -NuGetApiKey ${{ secrets.PSGALLERYKEY }} + Publish-Module -Name ./Artifact/$Env:MODULE_NAME -NuGetApiKey ${{ secrets.PSGALLERYKEY }} shell: pwsh diff --git a/PSParquet/PSParquet.psd1 b/PSParquet/PSParquet.psd1 index e7369a2..b99bfbc 100644 --- a/PSParquet/PSParquet.psd1 +++ b/PSParquet/PSParquet.psd1 @@ -12,7 +12,7 @@ RootModule = 'PSParquet.psm1' # Version number of this module. -ModuleVersion = '0.2.11' +ModuleVersion = '0.2.12' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/PSParquet/changelog.txt b/PSParquet/changelog.txt index c43928a..07579c1 100644 --- a/PSParquet/changelog.txt +++ b/PSParquet/changelog.txt @@ -1,5 +1,13 @@ # Versions +0.2.12: +* Updated project to .NET 8 +* Updated to newest version of Parquet.Net +* Implemented release build to include dependent libraries automatically +* Simplified and more robust psake Build and Test sequense +* Refreshed the readme +* Added information to the PowerShell Gallery repo + 0.2.0: * Project made Open Source