Skip to content

Commit

Permalink
Publish 2.28.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
ejball committed Jun 18, 2024
1 parent 8a0df9f commit ce59fcd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project>

<PropertyGroup>
<VersionPrefix>2.28.0</VersionPrefix>
<PackageValidationBaselineVersion>2.27.1</PackageValidationBaselineVersion>
<VersionPrefix>2.28.1</VersionPrefix>
<PackageValidationBaselineVersion>2.28.0</PackageValidationBaselineVersion>
<LangVersion>12.0</LangVersion>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
Expand Down
4 changes: 4 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

## 2.28.1

* Don't use `ToArray` unless needed for JSON source generation.

## 2.28.0

* Support metadata-based source generation for `System.Text.Json` via `--json-source-gen` and `--json-source-gen-if`. It is optional because it significantly increases assembly size and slightly decreases performance. It may be worth considering for its [other benefits](https://learn.microsoft.com/en-us/dotnet/standard/serialization/system-text-json/reflection-vs-source-generation).
Expand Down

0 comments on commit ce59fcd

Please sign in to comment.