Create nuget package
Budget: $10 – $30 USD
I need to create a nuget package based on SQLitePCL.raw
https://github.com/ericsink/SQLitePCL.raw
It should be a "provider" package, using the same code as the "internal" package on this folder:
https://github.com/ericsink/SQLitePCL.raw/tree/master/src/SQLitePCLRaw.provider.internal
With the difference that we should replace the text "__Internal" by another one I will inform.
So the job is to fork this repo, access the above folder and the "Generated" folder, modify the"provider_internal.cs" and then compile it in a way that would generate a nuget with name like
SQLitePCLRaw.provider.custom_name
The generated package should depend on existing SQLitePCLRaw.core package.
After built, the code must be tested on Android and iOS using Xamarin
https://github.com/ericsink/SQLitePCL.raw
It should be a "provider" package, using the same code as the "internal" package on this folder:
https://github.com/ericsink/SQLitePCL.raw/tree/master/src/SQLitePCLRaw.provider.internal
With the difference that we should replace the text "__Internal" by another one I will inform.
So the job is to fork this repo, access the above folder and the "Generated" folder, modify the"provider_internal.cs" and then compile it in a way that would generate a nuget with name like
SQLitePCLRaw.provider.custom_name
The generated package should depend on existing SQLitePCLRaw.core package.
After built, the code must be tested on Android and iOS using Xamarin