Scantheus

Results 7 comments of Scantheus

Notion reversed themselves and put support for property values and types back into queries for the 2022-06-28 version. https://developers.notion.com/changelog That page properties end point change they did was terrible. My...

@KoditkarVedant Sorry, The API is outside of my level of expertise. I'm a desktop developer with very little web API experience. I'm good for testing and sometimes pointing you where...

Then shouldn't nuget dependency be set to SmartFormat.NET = 2.7.2 instead of >= 2.7.2?

Ah, found the issue. Interesting. I think because my app is targeting NET 4.8, it doesn't take lowest version of dependencies since only NET v4.6.1 is in the MailMergeLib dependencies....

I don't see .NETFramework.Version=v4.8 in the Dependencies.

Tested (and it's a mess to revert back oof). You need NETFramework,Version=v4.8 with the same dependencies you have for v4.6.1. It appears if a framework is not explicitly defined, it...