Skip to content

Commit

Permalink
Version update to 0.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Agazoth committed Jul 23, 2024
1 parent a65f26c commit 254a2fc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion PSParquet/PSParquet.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'PSParquet.psm1'

# Version number of this module.
ModuleVersion = '0.2.11'
ModuleVersion = '0.2.12'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down
8 changes: 8 additions & 0 deletions PSParquet/changelog.txt
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 254a2fc

Please sign in to comment.