Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Temporary alternative NuGet feed due to AV software false positives #1375

Open
tuscen opened this issue Apr 18, 2024 · 0 comments
Open

Temporary alternative NuGet feed due to AV software false positives #1375

tuscen opened this issue Apr 18, 2024 · 0 comments

Comments

@tuscen
Copy link
Member

tuscen commented Apr 18, 2024

Due to our problems with ESET and other AV software that false positively mark our library as potentially unwanted temporarily we'll be publishing new packages to this feed: https://nuget.voids.site/v3/index.json.

We're waiting for a decision from the Nuget team how to proceed further.

The latest release there 20-alpha.6.stj supports Bot API 7.2 and is fully ported to use System.Text.Json instead of Newtonsoft.Json.

To use this feed you need to add nuget.config file to your project with the following content:

<configuration>
  <packageSources>
    <add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
    <add key="TelegramBots Feed" value="https://nuget.voids.site/v3/index.json"  protocolVersion="3" />
  </packageSources>
</configuration>
@TelegramBots TelegramBots locked and limited conversation to collaborators Apr 18, 2024
@tuscen tuscen pinned this issue Apr 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant