@@ -18,17 +18,20 @@ public static class ProductInfo
1818 private static readonly Lazy < string > versionLazy = new Lazy < string > ( ( ) => $ "{ Version . ToString ( 3 ) } { ( IsBetaRelease ? " β" : "" ) } { ( Version . Revision == 0 ? "" : " rev." + Version . Revision ) } ") ;
1919 private static readonly Lazy < IReadOnlyCollection < Library > > librariesLazy = new Lazy < IReadOnlyCollection < Library > > ( ( ) => new List < Library >
2020 {
21+ new Library ( "Newtonsoft.Json" , new Uri ( "https://github.com/JamesNK/Newtonsoft.Json" ) ) ,
2122 new Library ( "MetroRadiance" , new Uri ( "https://github.com/Grabacr07/MetroRadiance" ) ) ,
2223 new Library ( "MetroTrilithon" , new Uri ( "https://github.com/Grabacr07/MetroTrilithon" ) ) ,
2324 new Library ( "Livet" , new Uri ( "https://github.com/runceel/Livet" ) ) ,
2425 new Library ( "StatefulModel" , new Uri ( "https://github.com/ugaya40/StatefulModel" ) ) ,
2526 new Library ( "Hardcodet.NotifyIcon" , new Uri ( "https://github.com/HavenDV/Hardcodet.NotifyIcon.Wpf.NetCore" ) ) ,
2627 new Library ( "System.Reactive" , new Uri ( "https://github.com/dotnet/reactive" ) ) ,
2728 new Library ( "Titanium-Web-Proxy" , new Uri ( "https://github.com/justcoding121/Titanium-Web-Proxy" ) ) ,
28- new Library ( "Ninject" , new Uri ( "http://www.ninject.org/" ) ) ,
29- new Library ( "log4net" , new Uri ( "https://logging.apache.org/log4net/" ) ) ,
29+ new Library ( "Ninject" , new Uri ( "https://github.com/ninject/Ninject" ) ) ,
30+ new Library ( "log4net" , new Uri ( "https://github.com/apache/logging-log4net" ) ) ,
31+ new Library ( "SteamDB-API" , new Uri ( "https://github.com/SteamDB-API/api" ) ) ,
3032 new Library ( "SteamAchievementManager" , new Uri ( "https://github.com/gibbed/SteamAchievementManager" ) ) ,
3133 new Library ( "ArchiSteamFarm" , new Uri ( "https://github.com/JustArchiNET/ArchiSteamFarm" ) ) ,
34+ new Library ( "WinAuth" , new Uri ( "https://github.com/winauth/winauth" ) ) ,
3235 new Library ( "SteamDesktopAuthenticator" , new Uri ( "https://github.com/Jessecar96/SteamDesktopAuthenticator" ) ) ,
3336 //new Library("idle_master_extended", new Uri("https://github.com/JonasNilson/idle_master_extended")),
3437 } ) ;
0 commit comments