infobip / infobip-api-csharp-client

Infobip API client library in C#, distributed as a NuGet package.
https://www.infobip.com/docs/api
MIT License
11 stars 17 forks source link

migrate project to .netstandard 1.3 #4

Closed lira92 closed 3 years ago

lira92 commented 6 years ago

This PR is to solve issue https://github.com/infobip/infobip-api-csharp-client/issues/3. I didn't test manually all of classes changed, but I believe that everything it works. Migrating to .netstandard, this package will be compatible with more versions of .net, mainly new versions of this framework, but only projects with .net 4.6 and above will work, according to this link https://docs.microsoft.com/pt-br/dotnet/standard/net-standard

ivan-letenko commented 3 years ago

Hi, We just released a new major version of the library, now it is based on .NET Standard 2.0. Code contained within this repository is auto-generated, hence the changes will need to be made by us within library generation configuration. Feel free to open issues on the repository for any issue or feature request.