Skip to content

Commit

Permalink
Update for v0.0.6 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasNieto committed Apr 6, 2023
1 parent 564aac8 commit 2308cb2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.6] - 2023-04-05

- Update AnyPackage to v0.5.1 (#12)

## [0.0.5] - 2023-03-17

### Fixed
Expand Down Expand Up @@ -35,7 +39,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Initial release

[Unreleased]: https://github.com/AnyPackage/AnyPackage.WinGet/compare/v0.0.5...HEAD
[Unreleased]: https://github.com/AnyPackage/AnyPackage.WinGet/compare/v0.0.6...HEAD
[0.0.6]: https://github.com/AnyPackage/AnyPackage.WinGet/releases/tag/v0.0.6
[0.0.5]: https://github.com/AnyPackage/AnyPackage.WinGet/releases/tag/v0.0.5
[0.0.4]: https://github.com/AnyPackage/AnyPackage.WinGet/releases/tag/v0.0.4
[0.0.3]: https://github.com/AnyPackage/AnyPackage.WinGet/releases/tag/v0.0.3
Expand Down
2 changes: 1 addition & 1 deletion src/AnyPackage.WinGet.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{
RootModule = 'AnyPackage.WinGet.psm1'
ModuleVersion = '0.0.5'
ModuleVersion = '0.0.6'
CompatiblePSEditions = @('Desktop', 'Core')
GUID = '47e987f7-7d96-4e7b-853e-182ee6e396ae'
Author = 'Ethan Bergstrom'
Expand Down
2 changes: 1 addition & 1 deletion src/private/Write-Package.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function Write-Package {
if (-not $package.version) {
$package.Version = $null
}

if ($package.Source) {
# If source information is provided, construct a source object for inclusion in the results
$location = $sources | Where-Object Name -EQ $package.Source | Select-Object -ExpandProperty Arg
Expand Down

0 comments on commit 2308cb2

Please sign in to comment.