This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
Jackett
mirror of
https://github.com/Jackett/Jackett
Watch
1
Star
0
Fork
You've already forked Jackett
0
Code
Issues
Releases
Wiki
Activity
364061fde0
Jackett
/
src
/
Jackett.Common
/
JackettProtectedAttribute.cs
9 lines
114 B
C#
Raw
Normal View
History
Unescape
Escape
Saved password security
2015-08-07 19:09:13 +00:00
using
System
;
Change namespace to Jackett.Common (#2691) Really hope I don't break anything with this Went to have a go at .NET core and it just became too confusing for me with 'Jackett' namespace referring to both Jackett.Common and Jackett
2018-03-10 08:05:56 +00:00
namespace
Jackett.Common
Saved password security
2015-08-07 19:09:13 +00:00
{
public
class
JackettProtectedAttribute
:
Attribute
{
}
}