Skip to content

Commit 7f5edb1

Browse files
committed
mahapps metro 1.3.0
1 parent 311bced commit 7f5edb1

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

DisplayRotation/DisplayRotation.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,17 @@
4242
<ApplicationManifest>app.manifest</ApplicationManifest>
4343
</PropertyGroup>
4444
<ItemGroup>
45-
<Reference Include="MahApps.Metro, Version=1.2.4.0, Culture=neutral, PublicKeyToken=f4fb5a3c4d1e5b4f, processorArchitecture=MSIL">
45+
<Reference Include="MahApps.Metro, Version=1.3.0.0, Culture=neutral, PublicKeyToken=f4fb5a3c4d1e5b4f, processorArchitecture=MSIL">
46+
<HintPath>..\packages\MahApps.Metro.1.3.0\lib\net45\MahApps.Metro.dll</HintPath>
4647
<Private>True</Private>
47-
<HintPath>..\packages\MahApps.Metro.1.2.4.0\lib\net45\MahApps.Metro.dll</HintPath>
4848
</Reference>
4949
<Reference Include="System" />
5050
<Reference Include="System.Data" />
5151
<Reference Include="System.Drawing" />
5252
<Reference Include="System.Windows.Forms" />
5353
<Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
54+
<HintPath>..\packages\MahApps.Metro.1.3.0\lib\net45\System.Windows.Interactivity.dll</HintPath>
5455
<Private>True</Private>
55-
<HintPath>..\packages\MahApps.Metro.1.2.4.0\lib\net45\System.Windows.Interactivity.dll</HintPath>
5656
</Reference>
5757
<Reference Include="System.Xml" />
5858
<Reference Include="Microsoft.CSharp" />

DisplayRotation/packages.config

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
32
<packages>
4-
<package id="MahApps.Metro" version="1.2.4.0" targetFramework="net462" />
3+
<package id="MahApps.Metro" version="1.3.0" targetFramework="net462" />
54
<package id="MahApps.Metro.Resources" version="0.6.1.0" targetFramework="net462" />
65
</packages>

0 commit comments

Comments
 (0)