Skip to content

Commit

Permalink
Update to release 3.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sidd committed Dec 9, 2019
1 parent d2c8496 commit 4411e37
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions AuthenticationExample/AuthenticationExample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@
<Reference Include="EventHook, Version=1.4.105.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\EventHook.1.4.105\lib\net45\EventHook.dll</HintPath>
</Reference>
<Reference Include="Finsemble, Version=3.13.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Finsemble.3.13.0\lib\net452\Finsemble.dll</HintPath>
<Reference Include="Finsemble, Version=3.13.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Finsemble.3.13.1\lib\net452\Finsemble.dll</HintPath>
</Reference>
<Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
<HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion AuthenticationExample/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package id="DotNetZip" version="1.13.4" targetFramework="net452" />
<package id="EngineIoClientDotNet" version="1.0.7" targetFramework="net461" />
<package id="EventHook" version="1.4.105" targetFramework="net461" />
<package id="Finsemble" version="3.13.0" targetFramework="net452" />
<package id="Finsemble" version="3.13.1" targetFramework="net452" />
<package id="log4net" version="2.0.8" targetFramework="net452" />
<package id="Microsoft.Bcl" version="1.1.10" targetFramework="net461" />
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="net461" />
Expand Down
4 changes: 2 additions & 2 deletions WPFExample/WPFExample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@
<Reference Include="EventHook, Version=1.4.105.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\EventHook.1.4.105\lib\net45\EventHook.dll</HintPath>
</Reference>
<Reference Include="Finsemble, Version=3.13.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Finsemble.3.13.0\lib\net452\Finsemble.dll</HintPath>
<Reference Include="Finsemble, Version=3.13.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Finsemble.3.13.1\lib\net452\Finsemble.dll</HintPath>
</Reference>
<Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
<HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion WPFExample/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package id="DotNetZip" version="1.13.4" targetFramework="net452" />
<package id="EngineIoClientDotNet" version="1.0.7" targetFramework="net452" />
<package id="EventHook" version="1.4.105" targetFramework="net452" />
<package id="Finsemble" version="3.13.0" targetFramework="net452" />
<package id="Finsemble" version="3.13.1" targetFramework="net452" />
<package id="log4net" version="2.0.8" targetFramework="net452" />
<package id="Microsoft.Bcl" version="1.1.10" targetFramework="net452" />
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="net452" />
Expand Down
4 changes: 2 additions & 2 deletions WindowlessExample/WindowlessExample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@
<Reference Include="EventHook, Version=1.4.105.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\EventHook.1.4.105\lib\net45\EventHook.dll</HintPath>
</Reference>
<Reference Include="Finsemble, Version=3.13.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Finsemble.3.13.0\lib\net452\Finsemble.dll</HintPath>
<Reference Include="Finsemble, Version=3.13.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Finsemble.3.13.1\lib\net452\Finsemble.dll</HintPath>
</Reference>
<Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
<HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion WindowlessExample/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package id="DotNetZip" version="1.13.4" targetFramework="net452" />
<package id="EngineIoClientDotNet" version="1.0.7" targetFramework="net461" />
<package id="EventHook" version="1.4.105" targetFramework="net461" />
<package id="Finsemble" version="3.13.0" targetFramework="net452" />
<package id="Finsemble" version="3.13.1" targetFramework="net452" />
<package id="log4net" version="2.0.8" targetFramework="net452" />
<package id="Microsoft.Bcl" version="1.1.10" targetFramework="net461" />
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="net461" />
Expand Down

0 comments on commit 4411e37

Please sign in to comment.