arrayfire / arrayfire-dotnet

.NET wrapper for ArrayFire
BSD 3-Clause "New" or "Revised" License
78 stars 21 forks source link

Publish in NuGet #9

Closed sirinath closed 5 years ago

sirinath commented 8 years ago

Can you publish this in NuGet (https://www.nuget.org/)

Oceania2018 commented 5 years ago

@9prady9 I can help publish if you don't mind.

9prady9 commented 5 years ago

@Oceania2018 My only concern is, the wrapper is not complete, if we are releasing an incomplete, is there a way to mark it so in nuget packaging ? Like pre-releases or something like that ?

Oceania2018 commented 5 years ago

Yes, we can flag it as preview or just make version 0.0.1.

9prady9 commented 5 years ago

Awesome, please go ahead then.

9prady9 commented 5 years ago

We also have to create a tag on github for preview release's corresponding commit.

Oceania2018 commented 5 years ago

Published.

image

9prady9 commented 5 years ago

We should have sample Visual Studio project added to the examples that uses this nuget package.

Oceania2018 commented 5 years ago

We can install nuget package into the HelloWorld project not reference the original ArrayFire project. Am I right?

9prady9 commented 5 years ago

@Oceania2018 No idea dude, I have no idea how nuget packages work or if they can be conditionally used in a project. If that isn't possible, perhaps add a copy of helloworld that is titled nuget_example that uses nuget ArrayFire instead of locally built version ?

9prady9 commented 5 years ago

Irrespective of that, we can close this issue since you have published it to nuget now.