mirror of
https://github.com/Jackett/Jackett.git
synced 2025-12-26 15:36:21 +01:00
* Move service config service back into shared .NET Framework Library * Move Content files into shared folder. Make autoface load different assembilies depending on what framework is using it. * Change my mind on what the shared module should be called. Common Module is too bland. * DotNet4.SocksProxy is not yet publically .NET Standard. Revert to previous SocksWebProxy package. * Check in unstaged change to test dependency injection setup.
10 lines
393 B
XML
10 lines
393 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<rss version="1.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:torznab="http://torznab.com/schemas/2015/feed">
|
|
<channel>
|
|
<item>
|
|
<link>https://example.com</link>
|
|
<pubDate>Sat, 14 Mar 2015 17:10:42 -0400</pubDate>
|
|
<enclosure url="https://example.com" length="1" type="application/x-bittorrent" />
|
|
</item>
|
|
</channel>
|
|
</rss> |