[READ-ONLY] Mirror of https://github.com/jackmawer/BlueRoseClassic.
0

Configure Feed

Select the types of activity you want to include in your feed.

DotNetZip update

Zack Casey (Jan 26, 2016, 7:37 AM EST) 2946fcf9 322e46eb

+3 -3
+2 -2
BlueRoseWinForms/BlueRoseWinForms.csproj
··· 36 36 <ApplicationIcon>FreeSO.ico</ApplicationIcon> 37 37 </PropertyGroup> 38 38 <ItemGroup> 39 - <Reference Include="Ionic.Zip, Version=1.9.7.0, Culture=neutral, PublicKeyToken=6583c7c814667745, processorArchitecture=MSIL"> 40 - <HintPath>..\packages\DotNetZip.1.9.7\lib\net20\Ionic.Zip.dll</HintPath> 39 + <Reference Include="Ionic.Zip, Version=1.9.8.0, Culture=neutral, PublicKeyToken=6583c7c814667745, processorArchitecture=MSIL"> 40 + <HintPath>..\packages\DotNetZip.1.9.8\lib\net20\Ionic.Zip.dll</HintPath> 41 41 <Private>True</Private> 42 42 </Reference> 43 43 <Reference Include="System" />
+1 -1
BlueRoseWinForms/packages.config
··· 1 1 <?xml version="1.0" encoding="utf-8"?> 2 2 <packages> 3 - <package id="DotNetZip" version="1.9.7" targetFramework="net452" /> 3 + <package id="DotNetZip" version="1.9.8" targetFramework="net452" /> 4 4 </packages>