# Welcome

Welcome to Nettify! It's a C# library that allows you to use various Internet-based tools, such as getting your city's weather forecast at the current time, reading and viewing all RSS feed articles, and getting your ISP mail configuration information.

To use this library, go to any page in the left side of the screen.

## <mark style="color:$primary;">Release history</mark>

Below is the release history of the library:

{% updates format="full" %}
{% update date="2026-02-05" %}

## <mark style="color:$primary;">v1.7.3</mark>

<mark style="color:green;">Added quotes</mark>
{% endupdate %}

{% update date="2025-10-27" %}

## <mark style="color:$primary;">v1.7.2</mark>

<mark style="color:yellow;">General improvements</mark>
{% endupdate %}

{% update date="2025-10-25" %}

## <mark style="color:$primary;">v1.7.1</mark>

<mark style="color:yellow;">General improvements</mark>
{% endupdate %}

{% update date="2025-07-03" %}

## <mark style="color:$primary;">v1.7</mark>

<mark style="color:green;">Added localized strings</mark>
{% endupdate %}

{% update date="2025-06-26" %}

## <mark style="color:$primary;">v1.6</mark>

<mark style="color:green;">Added an option to control the RSS feed count when searching</mark>

<mark style="color:green;">Added an option to get the first line of the description</mark>
{% endupdate %}

{% update date="2025-03-20" %}

## <mark style="color:$primary;">v1.5.5.2</mark>

<mark style="color:yellow;">Fixed ISP list</mark>
{% endupdate %}

{% update date="2025-01-22" %}

## <mark style="color:$primary;">v1.5.5.1</mark>

<mark style="color:yellow;">Fixed ISP list</mark>
{% endupdate %}

{% update date="2024-10-23" %}

## <mark style="color:$primary;">v1.5.5</mark>

<mark style="color:yellow;">Fixed some RSS feeds, such as NY Times, causing unhelpful error messages</mark>
{% endupdate %}

{% update date="2024-10-10" %}

## <mark style="color:$primary;">v1.5.4</mark>

<mark style="color:yellow;">Updated</mark> <mark style="color:yellow;"></mark><mark style="color:yellow;">`System.Text.Json`</mark> <mark style="color:yellow;"></mark><mark style="color:yellow;">to fix a security issue</mark>
{% endupdate %}

{% update date="2024-09-04" %}

## <mark style="color:$primary;">v1.5.3</mark>

<mark style="color:green;">Added nullable support</mark>
{% endupdate %}

{% update date="2024-09-01" %}

## <mark style="color:$primary;">v1.5.2</mark>

<mark style="color:green;">Added listing and checking ISPs</mark>
{% endupdate %}

{% update date="2024-08-31" %}

## <mark style="color:$primary;">v1.5.1</mark>

<mark style="color:yellow;">Migrated Newtonsoft.Json to System.Text.Json</mark>
{% endupdate %}

{% update date="2024-08-05" %}

## <mark style="color:$primary;">v1.5.0.3</mark>

<mark style="color:yellow;">Updated the ISP database</mark>

<mark style="color:yellow;">Fixed two mail addresses: olc.protection.outlook.com and mail.protection.outlook.com</mark>
{% endupdate %}

{% update date="2024-06-12" %}

## <mark style="color:$primary;">v1.5.0.2</mark>

<mark style="color:yellow;">Fixed missing mails</mark>
{% endupdate %}

{% update date="2024-06-12" %}

## <mark style="color:$primary;">v1.5.0.1</mark>

<mark style="color:yellow;">Use HTTPS for weather forecast info</mark>
{% endupdate %}

{% update date="2024-06-11" %}

## <mark style="color:$primary;">v1.5</mark>

<mark style="color:green;">Added support for Weather.com (The Weather Channel)!</mark>
{% endupdate %}

{% update date="2024-04-11" %}

## <mark style="color:$primary;">v1.3</mark>

<mark style="color:yellow;">Mail info now becomes offline</mark>

<mark style="color:red;">Removed SHOUTcast radio info</mark>
{% endupdate %}

{% update date="2024-04-09" %}

## <mark style="color:$primary;">v1.2</mark>

<mark style="color:green;">Added using Feedly to search your feed</mark>

<mark style="color:yellow;">General improvements</mark>
{% endupdate %}

{% update date="2024-02-10" %}

## <mark style="color:$primary;">v1.1.0.1</mark>

<mark style="color:yellow;">Changed .symbols.nupkg to .snupkg</mark>
{% endupdate %}

{% update date="2023-12-20" %}

## <mark style="color:$primary;">v1.1</mark>

<mark style="color:yellow;">We've moved Textify.Online components to Nettify!</mark>

<mark style="color:yellow;">General improvements</mark>
{% endupdate %}

{% update date="2023-12-19" %}

## <mark style="color:$primary;">v1.0</mark>

The initial release of the library is now live!
{% endupdate %}
{% endupdates %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://aptivi.gitbook.io/aptivi/nettify-manual/welcome.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
