teference / zoho-dotnet

Zoho API .NET SDK
MIT License
7 stars 11 forks source link

Migrated to new csproj format and .NET Standard. #16

Closed kimbirkelund closed 5 years ago

kimbirkelund commented 5 years ago

We're in the process of migrating a project of ours to .NET Core and in the process needed a .NET Standard version of the Zoho API.

I've taken the liberty of doing the migration as best I can see. The console app didn't work of the box as far as I can tell, so I didn't do any testing of that, other that it can start.

The migration itself it pretty straight forward for its kind. Csproj files are converted to new format, AssemblyInfo and nuspec stuff is rolled into csproj file or removed.

I'm happy to make further updates if you wish.

jsinh commented 5 years ago

@kimbirkelund - thanks for the efforts. I was wanting to do this change for a while, glad you came up for it. I will give it some time this weekend and update code and NuGet for it, thanks

kimbirkelund commented 5 years ago

You're welcome. Looking forward to using it :-)

jsinh commented 5 years ago

@kimbirkelund - All good, pushed to NuGet as 0.6.24 https://www.nuget.org/packages/Zoho.Api/ Cheers!!

kimbirkelund commented 5 years ago

👍