File tree Expand file tree Collapse file tree 5 files changed +7
-409
lines changed Expand file tree Collapse file tree 5 files changed +7
-409
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 12
12
<PackageIconUrl />
13
13
<RepositoryUrl >https://github.com/TechnikEmpire/CitadelCore</RepositoryUrl >
14
14
<PackageTags >proxy filtering content-filtering transparent-proxy</PackageTags >
15
- <PackageReleaseNotes >Fixes an issue in correctly handling websockets.</PackageReleaseNotes >
15
+ <PackageReleaseNotes >Re-externalizes managed websockets.</PackageReleaseNotes >
16
16
<Title >CitadelCore</Title >
17
17
<Summary >Transparent filtering HTTP/S and Websocket/WebsocketSecure proxy.</Summary >
18
18
<Description >Transparent filtering HTTP/S and Websocket/WebsocketSecure proxy.</Description >
19
- <Version >3.7.1 </Version >
20
- <AssemblyVersion >3.7.1 .0</AssemblyVersion >
21
- <FileVersion >3.7.1 .0</FileVersion >
19
+ <Version >3.7.2 </Version >
20
+ <AssemblyVersion >3.7.2 .0</AssemblyVersion >
21
+ <FileVersion >3.7.2 .0</FileVersion >
22
22
</PropertyGroup >
23
23
24
24
<ItemGroup Label =" dotnet pack instructions" >
67
67
<PackageReference Include =" Portable.BouncyCastle" Version =" 1.8.4" />
68
68
<PackageReference Include =" StreamExtended" Version =" [1.0.81]" />
69
69
<PackageReference Include =" System.Memory" Version =" 4.5.1" />
70
+ <PackageReference Include =" System.Net.WebSockets.Client.Managed" Version =" 1.0.22" />
70
71
</ItemGroup >
71
72
73
+ <!-- If you want to bundle the websocket lib internally!
72
74
<ItemGroup>
73
75
<Compile Include="$(ProjectDir)..\Contrib\System.Net.Websockets.Client.Managed\System.Net.WebSockets.Client.Managed\ClientWebSocket.cs">
74
76
<Link>ManagedWebsockets\ClientWebSocket.cs</Link>
125
127
<LastGenOutput>Strings.Designer.cs</LastGenOutput>
126
128
</EmbeddedResource>
127
129
</ItemGroup>
130
+ -->
128
131
129
132
</Project >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments