mirror of
https://github.com/wiz0u/WTelegramClient.git
synced 2025-12-06 06:52:01 +01:00
FAQ: fix nuget feed url
This commit is contained in:
parent
a53610ccb9
commit
9d18eefe32
4
FAQ.md
4
FAQ.md
|
|
@ -73,8 +73,8 @@ You can then retrieve it with `client.GetAccessHashFor<User/Channel/Photo/Docume
|
||||||
|
|
||||||
The developmental versions of the library are available through Azure DevOps as part of the Continuous Integration builds after each Github commit.
|
The developmental versions of the library are available through Azure DevOps as part of the Continuous Integration builds after each Github commit.
|
||||||
|
|
||||||
You can access these versions for testing in your program by going to our [private nuget feed](https://dev.azure.com/wiz0u/WTelegramClient/_packaging?_a=package&feed=WTelegramClient&view=overview&package=WTelegramClient&protocolType=NuGet),
|
You can access these versions for testing in your program by going to our [private nuget feeds](https://dev.azure.com/wiz0u/WTelegramClient/_artifacts/feed/WTelegramClient),
|
||||||
then click on "Connect to feed" and follow the steps to setup your dev environment.
|
click on "WTelegramClient" feed, then on button "Connect to feed" and follow the steps to setup your dev environment.
|
||||||
After that, you should be able to see/install the pre-release versions in your Nuget package manager and install them in your application. *(make sure you enable the **pre-release** checkbox)*
|
After that, you should be able to see/install the pre-release versions in your Nuget package manager and install them in your application. *(make sure you enable the **pre-release** checkbox)*
|
||||||
|
|
||||||
<a name="wrong-server"></a>
|
<a name="wrong-server"></a>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue