Nucs / JsonSettings

This library simplifies creating configuration for your C# app/service by utilizing the serialization capabilities of Json.NET to serialize nested (custom) objects, dictionaries and lists as simply as by creating a POCO and inheriting JsonSettings class.
MIT License
76 stars 18 forks source link

update dependency #42

Closed ghost1372 closed 1 year ago

ghost1372 commented 1 year ago

hi can you upload a new nuget package with update dependency like Castle.Core? you are using

but latest version is castel : 5.1.1 json: 13.0.3

Nucs commented 1 year ago

Unless Castle 5.1.1 has some breaking changes, you should be able to upgrade to that version. The nuget is dependent as a minimal version.

ghost1372 commented 1 year ago

current JsonSettings is not working in a Library with AutoSave feature! i am getting Dynamic Proxy exception, which is fixed in Castele new versions. It would be great if you could update the JsonSetting nuget package

Nucs commented 1 year ago

I undestand, try installing the newer Castle version regardless to JsonSettings. You should be able to upgrade. I will upgrade the version later on today/this week.

ghost1372 commented 1 year ago

any update?

Nucs commented 1 year ago

I've released JsonSettings 2.0.2

ghost1372 commented 1 year ago

Thank you so much