@@ -5,22 +5,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55
66## [ Unreleased]
77
8- ## [ 3.0.2] - 2025-12-05
9-
108### Added
119
12- - DnsServerDsc
13- - Added new resource
14- - _ DnsRecordTxt_ - resource to manage DNS TXT records ([ issue #150 ] ( https://github.com/dsccommunity/DnsServerDsc/issues/150 ) ).
15- - _ DnsRecordTxtScoped_ - resource to manage DNS TXT records ([ issue #296 ] ( https://github.com/dsccommunity/DnsServerDsc/issues/296 ) ).
1610- build.yml
1711 - Added config for merge task.
1812
13+ ### Changed
14+
15+ - Pipelines
16+ - Used matrix strategy to test OSes.
17+ - Integration tests
18+ - Updated file name casing.
19+
1920### Fixed
2021
21- - DnsServerSetting
22- - Set-TargetResource was not correctly retrieving current settings from remote computers.
23- - Updated comment based help for various settings to include allowed values in decimal.
2422- Tests
2523 - Remove use of -TestCases and replace with -ForEach.
2624 - Update tests for class-based resources which use DscResource.Base.
@@ -32,23 +30,35 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3230 - Cast properties which were timestamps to strings.
3331- DnsServerScavenging
3432 - Cast properties which were timestamps to strings.
33+ - Some integration test files were in Tests not tests.
34+
35+ ### Removed
36+
37+ - Ensure Enum
38+ - This is provided by DscResource.Base.
39+ - build.psd1
40+
41+ ## [ 3.0.2] - 2025-12-05
42+
43+ ### Added
44+
45+ - DnsServerDsc
46+ - Added new resource
47+ - _ DnsRecordTxt_ - resource to manage DNS TXT records ([ issue #150 ] ( https://github.com/dsccommunity/DnsServerDsc/issues/150 ) ).
48+ - _ DnsRecordTxtScoped_ - resource to manage DNS TXT records ([ issue #296 ] ( https://github.com/dsccommunity/DnsServerDsc/issues/296 ) ).
49+
50+ ### Fixed
51+
52+ - DnsServerSetting
53+ - Set-TargetResource was not correctly retrieving current settings from remote computers.
54+ - Updated comment-based help for various settings to include allowed values in decimal.
3555
3656### Changed
3757
3858- DnsServerSetting
3959 - Allow MaximumUdpPacketSize to be read/write. Fixes [ issue #307 ] ( https://github.com/dsccommunity/DnsServerDsc/issues/307 ) .
4060 - Add input validation to RemoteIPv4RankBoost, RemoteIPv6RankBoost, MaximumRodcRsoQueueLength,
4161 MaximumRodcRsoAttemptsPerCycle, TcpReceivePacketSize, MaximumUdpPacketSize.
42- - Pipelines
43- - Used matrix strategy to test OSes.
44- - Integration tests
45- - Updated file name casing.
46-
47- ### Removed
48-
49- - Ensure Enum
50- - This is provided by DscResource.Base.
51- - build.psd1
5262
5363## [ 3.0.1] - 2025-08-28
5464
0 commit comments