Skip to content

Commit

Permalink
up 6.29
Browse files Browse the repository at this point in the history
  • Loading branch information
2dust committed Sep 24, 2023
1 parent 5284005 commit 3c2da0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions v2rayN/v2rayN/v2rayN.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
<ImplicitUsings>enable</ImplicitUsings>
<ApplicationIcon>v2rayN.ico</ApplicationIcon>
<Copyright>Copyright © 2017-2023 (GPLv3)</Copyright>
<FileVersion>6.28</FileVersion>
<FileVersion>6.29</FileVersion>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Downloader" Version="3.0.6" />
<PackageReference Include="MaterialDesignThemes" Version="4.9.0" />
<PackageReference Include="H.NotifyIcon.Wpf" Version="2.0.108" />
<PackageReference Include="H.NotifyIcon.Wpf" Version="2.0.118" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="QRCoder.Xaml" Version="1.4.3" />
<PackageReference Include="sqlite-net-pcl" Version="1.8.116" />
Expand All @@ -25,7 +25,7 @@
<PackageReference Include="ReactiveUI.Fody" Version="18.4.1" />
<PackageReference Include="ReactiveUI.Validation" Version="3.0.22" />
<PackageReference Include="ReactiveUI.WPF" Version="18.4.1" />
<PackageReference Include="Splat.NLog" Version="14.6.37" />
<PackageReference Include="Splat.NLog" Version="14.7.1" />
<PackageReference Include="System.Reactive" Version="6.0.0" />
</ItemGroup>

Expand Down

1 comment on commit 3c2da0a

@hastik1388
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

enable
v2rayN.ico
Copyright © 2017-2023 (GPLv3)
6.28
6.29

<ItemGroup>
	<PackageReference Include="Downloader" Version="3.0.6" />		
	<PackageReference Include="MaterialDesignThemes" Version="4.9.0" />
	<PackageReference Include="H.NotifyIcon.Wpf" Version="2.0.108" />
	<PackageReference Include="H.NotifyIcon.Wpf" Version="2.0.118" />
	<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
	<PackageReference Include="QRCoder.Xaml" Version="1.4.3" />
	<PackageReference Include="sqlite-net-pcl" Version="1.8.116" />

@@ -25,7 +25,7 @@






Please sign in to comment.