Skip to content

Commit d5460d7

Browse files
committed
up 7.16.1
1 parent 6e38357 commit d5460d7

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed

v2rayN/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<PropertyGroup>
4-
<Version>7.16.0</Version>
4+
<Version>7.16.1</Version>
55
</PropertyGroup>
66

77
<PropertyGroup>

v2rayN/ServiceLib/Handler/Fmt/Hysteria2Fmt.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public class Hysteria2Fmt : BaseFmt
4545
}
4646
var dicQuery = new Dictionary<string, string>();
4747
ToUriQueryLite(item, ref dicQuery);
48-
48+
4949
if (item.Path.IsNotEmpty())
5050
{
5151
dicQuery.Add("obfs", "salamander");

v2rayN/ServiceLib/Helper/HttpClientHelper.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ private HttpClientHelper(HttpClient httpClient)
4848
}
4949
return await httpClient.GetStringAsync(url);
5050
}
51-
5251

5352
public async Task PutAsync(string url, Dictionary<string, string> headers)
5453
{
@@ -72,6 +71,4 @@ public async Task DeleteAsync(string url)
7271
{
7372
await httpClient.DeleteAsync(url);
7473
}
75-
76-
7774
}

v2rayN/v2rayN/Views/AddServerWindow.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1053,7 +1053,6 @@
10531053
</StackPanel>
10541054
</materialDesign:PopupBox>
10551055
</StackPanel>
1056-
10571056
</Grid>
10581057
<Grid
10591058
x:Name="gridRealityMore"

0 commit comments

Comments
 (0)