Skip to content

Commit e4a87eb

Browse files
authored
Update for 0.1.1 (#15)
1 parent e7b6c66 commit e4a87eb

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.1] - 2023-04-21
11+
12+
### Fixed
13+
14+
- Fix wildcard version (#14)
15+
- Fix Reasons type name conflict (#13)
16+
1017
## [0.1.0] - 2023-04-13
1118

1219
### Added
1320

1421
- Initial release
1522

16-
[Unreleased]: https://github.com/AnyPackage/AnyPackageDsc/compare/v0.1.0...HEAD
23+
[Unreleased]: https://github.com/AnyPackage/AnyPackageDsc/compare/v0.1.1...HEAD
24+
[0.1.1]: https://github.com/AnyPackage/AnyPackageDsc/releases/tag/v0.1.1
1725
[0.1.0]: https://github.com/AnyPackage/AnyPackageDsc/releases/tag/v0.1.0

src/AnyPackageDsc.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@{
22
RootModule = 'AnyPackageDsc.psm1'
3-
ModuleVersion = '0.1.0'
3+
ModuleVersion = '0.1.1'
44
CompatiblePSEditions = @('Desktop', 'Core')
55
GUID = 'e5131fb7-67c1-4068-b20b-9bc8b03d6976'
66
Author = 'Thomas Nieto'
@@ -13,7 +13,7 @@
1313
DscResourcesToExport = @('Package', 'Source')
1414
PrivateData = @{
1515
PSData = @{
16-
Tags = @('DesiredStateConfiguration', 'DSC', 'DSCResource', 'AnyPackage', 'Windows')
16+
Tags = @('DesiredStateConfiguration', 'DSC', 'DSCResource', 'AnyPackage', 'Windows', 'Linux', 'MacOS')
1717
LicenseUri = 'https://github.com/AnyPackage/AnyPackageDsc/blob/main/LICENSE'
1818
ProjectUri = 'https://github.com/AnyPackage/AnyPackageDsc'
1919
}

0 commit comments

Comments
 (0)