Skip to content

Commit a994d16

Browse files
committed
Update extensions.mdx
1 parent 3642e80 commit a994d16

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/content/docs/release-notes/extensions.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@ import RN from '/src/components/ReleaseNote.astro';
88

99
## Reflector
1010

11-
### vNext - TBD
11+
### 1.7.0 - September 14, 2025
1212
<RN type="enhancement">Fallback true reflection reflector now lazy loads property reflection until it is actually needed</RN>
13+
<RN type="feature">Built-in System.Text.Json reflector json converter</RN>
14+
15+
### 1.6.0 - July 30, 2025
16+
<RN type="feature">New AssemblyInfo generation for improved metadata</RN>
1317

1418
### 1.0 - July 3, 2025
1519
<RN type="feature">Initial Public Release</RN>
@@ -41,7 +45,7 @@ import RN from '/src/components/ReleaseNote.astro';
4145

4246
## Localization Generator
4347

44-
### 2.0 - TBD
48+
### 2.0 - September 14, 2025
4549
<RN type="feature">If you have format index parameters in your string, we now generate a method MyKeyFormat with the number of parameters to match indexes</RN>
4650
<RN type="enhancement">Code comments are now generated with properties and methods so you can see what the default value is</RN>
4751

0 commit comments

Comments
 (0)