File tree Expand file tree Collapse file tree
UniGetUI.PackageEngine.PackageManagerClasses/Manager/Classes
UniGetUI/Pages/AboutPages Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ public static int CODE_PAGE
1818 public const int BuildNumber = 106 ; // Do not modify this line, use file scripts/set-version.ps1
1919
2020 public const string UserAgentString =
21- $ "UniGetUI/{ VersionName } (https://marticliment.com /unigetui/; contact@marticliment.com )";
21+ $ "UniGetUI/{ VersionName } (https://devolutions.net /unigetui; unigetui@devolutions.net )";
2222
2323 public const string AppIdentifier = "MartiCliment.UniGetUI" ;
2424 public const string MainWindowIdentifier = "MartiCliment.UniGetUI.MainInterface" ;
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ public static class LicenseData
100100
101101 public static Dictionary < string , Uri > HomepageUrls = new ( )
102102 {
103- { "UniGetUI" , new Uri ( "https://marticliment.com /unigetui" ) } ,
103+ { "UniGetUI" , new Uri ( "https://devolutions.net /unigetui" ) } ,
104104 // C# Libraries
105105 { "Pickers" , new Uri ( "https://github.com/PavlikBender/Pickers/" ) } ,
106106 { "Community Toolkit" , new Uri ( "https://github.com/CommunityToolkit/Windows/" ) } ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ public class SourceFactory : ISourceFactory
77 {
88 private readonly IPackageManager __manager ;
99 private readonly ConcurrentDictionary < string , IManagerSource > __reference ;
10- private readonly Uri __default_uri = new ( "https://marticliment.com /unigetui/ " ) ;
10+ private readonly Uri __default_uri = new ( "https://devolutions.net /unigetui" ) ;
1111
1212 public SourceFactory ( IPackageManager manager )
1313 {
Original file line number Diff line number Diff line change 4848 />
4949 <HyperlinkButton
5050 HorizontalAlignment =" Stretch"
51- NavigateUri =" https://www.marticliment.com /unigetui"
51+ NavigateUri =" https://devolutions.net /unigetui"
5252 >
5353 <widgets : TranslatedTextBlock Text =" WingetUI Homepage" />
5454 </HyperlinkButton >
You can’t perform that action at this time.
0 commit comments