Skip to content

Commit

Permalink
Fixes a few more issues with WindowChrome by updating to the latest C…
Browse files Browse the repository at this point in the history
…ontrolzEx version
  • Loading branch information
batzen committed Jan 6, 2016
1 parent 3669c1a commit 754d0a2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Fluent.Ribbon.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<tags>ribbon fluent ribbon ribbonwindow office2010 office2013 windows8 backstage</tags>
<dependencies>
<dependency id="ControlzEx" version="2.0.0-dev023" />
<dependency id="ControlzEx" version="2.0.0-dev024" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions Fluent.Ribbon/Fluent.Ribbon.NET 4.0.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="ControlzEx, Version=2.0.0.0, Culture=neutral, PublicKeyToken=f08b075e934b7045, processorArchitecture=MSIL">
<HintPath>..\packages\ControlzEx.2.0.0-dev023\lib\net40\ControlzEx.dll</HintPath>
<HintPath>..\packages\ControlzEx.2.0.0-dev024\lib\net40\ControlzEx.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\ControlzEx.2.0.0-dev023\lib\net40\System.Windows.Interactivity.dll</HintPath>
<HintPath>..\packages\ControlzEx.2.0.0-dev024\lib\net40\System.Windows.Interactivity.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Xaml" />
Expand Down
4 changes: 2 additions & 2 deletions Fluent.Ribbon/Fluent.Ribbon.NET 4.5.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="ControlzEx, Version=2.0.0.0, Culture=neutral, PublicKeyToken=f08b075e934b7045, processorArchitecture=MSIL">
<HintPath>..\packages\ControlzEx.2.0.0-dev023\lib\net45\ControlzEx.dll</HintPath>
<HintPath>..\packages\ControlzEx.2.0.0-dev024\lib\net45\ControlzEx.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\ControlzEx.2.0.0-dev023\lib\net45\System.Windows.Interactivity.dll</HintPath>
<HintPath>..\packages\ControlzEx.2.0.0-dev024\lib\net45\System.Windows.Interactivity.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Xaml" />
Expand Down
2 changes: 1 addition & 1 deletion Fluent.Ribbon/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="ControlzEx" version="2.0.0-dev023" />
<package id="ControlzEx" version="2.0.0-dev024" />
</packages>

0 comments on commit 754d0a2

Please sign in to comment.