Reputation: 116780
I have come across this thread but it is more than 2 years old. I am building a small library with a DLL file and a bunch of resource files. I want to the client to have an updated version of these files whenever they change on my server. How would I go about achieving this?
There were two options:
But I am interested in knowing if there have been any recent developments in this area.
Upvotes: 2
Views: 175
Reputation: 5398
Althought I haven't tried it yet, NetSparkle might also be worth a try. And you might find this related question useful.
Upvotes: 1
Reputation: 2554
If client is another developer consuming your dlls NuGet is very good
Upvotes: 1