Skip to content

Commit 99c52b1

Browse files
authored
Merge pull request #34 from IvanMurzak/feature/reflector-serialize-deserialize-api
Bump version to 2.5.0 and enhance JSON serialization
2 parents ec079f1 + c59999b commit 99c52b1

2 files changed

Lines changed: 244 additions & 34 deletions

File tree

ReflectorNet/ReflectorNet.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<!-- NuGet Package Information -->
1111
<PackageId>com.IvanMurzak.ReflectorNet</PackageId>
12-
<Version>2.4.2</Version>
12+
<Version>2.5.0</Version>
1313
<Authors>Ivan Murzak</Authors>
1414
<Copyright>Copyright © Ivan Murzak 2025</Copyright>
1515
<Description>ReflectorNet is an advanced .NET reflection toolkit designed for AI-driven scenarios. Effortlessly search for C# methods using natural language queries, invoke any method by supplying arguments as JSON, and receive results as JSON. The library also provides a powerful API to inspect, modify, and manage in-memory object instances dynamically via JSON data. Ideal for automation, testing, and AI integration workflows.</Description>

0 commit comments

Comments
 (0)