Skip to content

Commit 964bef7

Browse files
committed
Update change log.
1 parent d477e5b commit 964bef7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ The core functionality for generating answer files is implemented in the
330330

331331
To build Answer File Generator, make sure you have the following installed:
332332

333-
- [Microsoft .Net 8.0 SDK](https://dotnet.microsoft.com/download) or later
333+
- [Microsoft .Net 9.0 SDK](https://dotnet.microsoft.com/download) or later
334334

335335
To build the application, library, and tests, simply use the `dotnet build` command in the `src`
336336
directory. You can run the unit tests using `dotnet test`.

doc/ChangeLog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# What's new in Answer File Generator
22

3+
## Answer File Generator 2.1 (TBD)
4+
5+
- You can now [generate computer names containing a random number](../README.md#specifying-a-computer-name),
6+
by using the `#` character in the name you provide.
7+
- Improved error messages for certain kinds of invalid JSON input.
8+
39
## Answer File Generator 2.0 (2024-10-07)
410

511
- The [`-DomainAccount`][] argument now allows you to specify users from different domains than the

0 commit comments

Comments
 (0)