File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFramework >netstandard2.0</TargetFramework >
5- <Version >1.3.6 </Version >
5+ <Version >1.3.7 </Version >
66 <Authors >Jesse Nicholson</Authors >
77 <Company >Technik Empire</Company >
88 <Description >Transparent filtering proxy engine for Windows.</Description >
1313 <PackageReleaseNotes >Inherits fixes from core engine upgrade.</PackageReleaseNotes >
1414 <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
1515 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
16- <AssemblyVersion >1.3.6 .0</AssemblyVersion >
17- <FileVersion >1.3.6 .0</FileVersion >
16+ <AssemblyVersion >1.3.7 .0</AssemblyVersion >
17+ <FileVersion >1.3.7 .0</FileVersion >
1818 </PropertyGroup >
1919
2020 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
3333 </ItemGroup >
3434
3535 <ItemGroup >
36- <PackageReference Include =" CitadelCore" Version =" 1.3.12 " />
36+ <PackageReference Include =" CitadelCore" Version =" 1.3.13 " />
3737 </ItemGroup >
3838
3939 <Target Name =" CollectRuntimeOutputs" BeforeTargets =" _GetPackageFiles" >
Original file line number Diff line number Diff line change 11<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
22 <ItemGroup >
3- <NativeLibs Include =" $(MSBuildThisFileDirectory)**\*.dll" />
3+ <NativeLibs Include =" $(MSBuildThisFileDirectory)**\*.dll" />
44 <DebugSymbols Include =" $(MSBuildThisFileDirectory)**\*.pdb" />
55 <NativeDrivers Include =" $(MSBuildThisFileDirectory)**\*.sys" />
66 <None Include =" @(NativeLibs)" >
Original file line number Diff line number Diff line change 6161 </ItemGroup >
6262 <ItemGroup >
6363 <PackageReference Include =" CitadelCore.Windows" >
64- <Version >1.3.6 </Version >
64+ <Version >1.3.7 </Version >
6565 </PackageReference >
6666 </ItemGroup >
6767 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
You can’t perform that action at this time.
0 commit comments