JamesNK / Newtonsoft.Json

Json.NET is a popular high-performance JSON framework for .NET
https://www.newtonsoft.com/json
MIT License
10.73k stars 3.25k forks source link

Source code version problem #2974

Open lwhgsww opened 1 month ago

lwhgsww commented 1 month ago

.Why is the version number in the latest version of Newtonsoft.Json.csproj still 11.0.1? After I changed the version number to 13.0.3, it could compile normally and reference it to the project, but the application ran incorrectly. thanks!

bartelink commented 1 month ago

Because <!-- version numbers will be updated by build --> ?

Having stuff nice and tidy ceased to be a priority quite some time ago.