mirror of
https://github.com/2dust/v2rayN.git
synced 2025-10-23 16:54:40 +00:00
Compare commits
3 commits
b25d4d57bd
...
5d6c5da9d9
Author | SHA1 | Date | |
---|---|---|---|
![]() |
5d6c5da9d9 | ||
![]() |
ade2db3903 | ||
![]() |
7f07279a4c |
6 changed files with 148 additions and 197 deletions
|
@ -1,7 +1,7 @@
|
|||
<Project>
|
||||
|
||||
<PropertyGroup>
|
||||
<Version>7.14.12</Version>
|
||||
<Version>7.15.0</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
using System.Reactive;
|
||||
|
||||
namespace ServiceLib.Manager;
|
||||
|
||||
public sealed class AppManager
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,4 +1,3 @@
|
|||
using System.Reactive;
|
||||
using Avalonia;
|
||||
using Avalonia.Controls.ApplicationLifetimes;
|
||||
using Avalonia.Markup.Xaml;
|
||||
|
|
Loading…
Reference in a new issue