Skip to content

Commit

Permalink
WinGui:
Browse files Browse the repository at this point in the history
- Update Gong-WPF-DragDrop to 2.0.1
- Update Newtonsoft JSON.NET to 12.0.2
- Update THANKS file.
  • Loading branch information
sr55 committed May 2, 2019
1 parent ee590dd commit a5590df
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 12 deletions.
6 changes: 6 additions & 0 deletions THANKS.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ HandBrake uses many cool libraries from the GNU/Linux world. We thank them and t
- [libxml2](http://xmlsoft.org/)
- [libzlib](http://zlib.net/)

Windows UI:
- [Caliburn Micro](https://caliburnmicro.com/)
- [Ookii Dialogs](http://www.ookii.org/software/dialogs/)
- [Newtonsoft Json.NET](https://www.newtonsoft.com/json)
- [GongSolutions.WPF.DragDrop](https://github.com/punker76/gong-wpf-dragdrop)


## Services and Software

Expand Down
9 changes: 6 additions & 3 deletions win/CS/HandBrake.Interop/HandBrake.Interop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,11 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
<Reference Include="GongSolutions.WPF.DragDrop, Version=2.0.0.0, Culture=neutral, PublicKeyToken=91f1945125b7a587, processorArchitecture=MSIL">
<HintPath>..\packages\gong-wpf-dragdrop.2.0.1\lib\net47\GongSolutions.WPF.DragDrop.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
Expand Down Expand Up @@ -170,10 +173,10 @@
<Link>stylecop.json</Link>
</AdditionalFiles>
<None Include="app.config" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<None Include="HandBrake.Interop.nuspec" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Properties\Resources.resx">
Expand Down
3 changes: 2 additions & 1 deletion win/CS/HandBrake.Interop/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net471" />
<package id="gong-wpf-dragdrop" version="2.0.1" targetFramework="net471" />
<package id="Newtonsoft.Json" version="12.0.2" targetFramework="net471" />
</packages>
5 changes: 4 additions & 1 deletion win/CS/HandBrake.Worker/HandBrake.Worker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,11 @@
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="gong-wpf-dragdrop">
<Version>2.0.1</Version>
</PackageReference>
<PackageReference Include="Newtonsoft.Json">
<Version>11.0.2</Version>
<Version>12.0.2</Version>
<HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
</PackageReference>
</ItemGroup>
Expand Down
9 changes: 4 additions & 5 deletions win/CS/HandBrakeWPF/HandBrakeWPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,11 @@
<Reference Include="Caliburn.Micro.Platform.Core, Version=3.2.0.0, Culture=neutral, PublicKeyToken=8e5891231f2ed21f, processorArchitecture=MSIL">
<HintPath>..\packages\Caliburn.Micro.3.2.0\lib\net45\Caliburn.Micro.Platform.Core.dll</HintPath>
</Reference>
<Reference Include="GongSolutions.Wpf.DragDrop, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\gong-wpf-dragdrop.1.1.0\lib\net46\GongSolutions.Wpf.DragDrop.dll</HintPath>
<Private>True</Private>
<Reference Include="GongSolutions.WPF.DragDrop, Version=2.0.0.0, Culture=neutral, PublicKeyToken=91f1945125b7a587, processorArchitecture=MSIL">
<HintPath>..\packages\gong-wpf-dragdrop.2.0.1\lib\net47\GongSolutions.WPF.DragDrop.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Ookii.Dialogs.Wpf, Version=1.0.0.0, Culture=neutral, PublicKeyToken=0c15020868fd6249, processorArchitecture=MSIL">
<HintPath>..\packages\Ookii.Dialogs.1.0\lib\net35\Ookii.Dialogs.Wpf.dll</HintPath>
Expand Down
4 changes: 2 additions & 2 deletions win/CS/HandBrakeWPF/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<packages>
<package id="Caliburn.Micro" version="3.2.0" targetFramework="net471" />
<package id="Caliburn.Micro.Core" version="3.2.0" targetFramework="net471" />
<package id="gong-wpf-dragdrop" version="1.1.0" targetFramework="net46" />
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net471" />
<package id="gong-wpf-dragdrop" version="2.0.1" targetFramework="net471" />
<package id="Newtonsoft.Json" version="12.0.2" targetFramework="net471" />
<package id="Ookii.Dialogs" version="1.0" targetFramework="net46" />
</packages>

0 comments on commit a5590df

Please sign in to comment.