Skip to content

Commit

Permalink
Update for 0.1.1 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasNieto authored Apr 21, 2023
1 parent e7b6c66 commit e4a87eb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.1] - 2023-04-21

### Fixed

- Fix wildcard version (#14)
- Fix Reasons type name conflict (#13)

## [0.1.0] - 2023-04-13

### Added

- Initial release

[Unreleased]: https://github.com/AnyPackage/AnyPackageDsc/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/AnyPackage/AnyPackageDsc/compare/v0.1.1...HEAD
[0.1.1]: https://github.com/AnyPackage/AnyPackageDsc/releases/tag/v0.1.1
[0.1.0]: https://github.com/AnyPackage/AnyPackageDsc/releases/tag/v0.1.0
4 changes: 2 additions & 2 deletions src/AnyPackageDsc.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{
RootModule = 'AnyPackageDsc.psm1'
ModuleVersion = '0.1.0'
ModuleVersion = '0.1.1'
CompatiblePSEditions = @('Desktop', 'Core')
GUID = 'e5131fb7-67c1-4068-b20b-9bc8b03d6976'
Author = 'Thomas Nieto'
Expand All @@ -13,7 +13,7 @@
DscResourcesToExport = @('Package', 'Source')
PrivateData = @{
PSData = @{
Tags = @('DesiredStateConfiguration', 'DSC', 'DSCResource', 'AnyPackage', 'Windows')
Tags = @('DesiredStateConfiguration', 'DSC', 'DSCResource', 'AnyPackage', 'Windows', 'Linux', 'MacOS')
LicenseUri = 'https://github.com/AnyPackage/AnyPackageDsc/blob/main/LICENSE'
ProjectUri = 'https://github.com/AnyPackage/AnyPackageDsc'
}
Expand Down

0 comments on commit e4a87eb

Please sign in to comment.