Skip to content

Commit 660216b

Browse files
committed
build: update package dependencies
Update EasyHook, NJsonSchema, JetBrains.Annotations libraries
1 parent 787db05 commit 660216b

File tree

43 files changed

+132
-127
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+132
-127
lines changed

Buttplug.Apps.DeviceSimulatorGUI/Buttplug.Apps.DeviceSimulatorGUI.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@
3535
<WarningLevel>4</WarningLevel>
3636
</PropertyGroup>
3737
<ItemGroup>
38+
<Reference Include="JetBrains.Annotations, Version=11.1.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL">
39+
<HintPath>..\packages\JetBrains.Annotations.11.1.0\lib\net20\JetBrains.Annotations.dll</HintPath>
40+
</Reference>
3841
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
3942
<HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
4043
</Reference>
41-
<Reference Include="JetBrains.Annotations, Version=11.0.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL">
42-
<HintPath>..\packages\JetBrains.Annotations.11.0.0\lib\net20\JetBrains.Annotations.dll</HintPath>
43-
</Reference>
4444
<Reference Include="Microsoft.CSharp" />
4545
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
4646
<HintPath>..\packages\NLog.4.5.0-rc03\lib\net45\NLog.dll</HintPath>

Buttplug.Apps.DeviceSimulatorGUI/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="JetBrains.Annotations" version="11.0.0" targetFramework="net452" />
4-
<package id="Microsoft.CSharp" version="4.4.0" targetFramework="net452" />
3+
<package id="JetBrains.Annotations" version="11.1.0" targetFramework="net452" />
4+
<package id="Microsoft.CSharp" version="4.4.1" targetFramework="net452" />
55
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net452" />
66
<package id="NLog" version="4.5.0-rc03" targetFramework="net452" />
77
<package id="StyleCop.Analyzers" version="1.1.0-beta004" targetFramework="net452" developmentDependency="true" />

Buttplug.Apps.ExampleClientGUI/Buttplug.Apps.ExampleClientGUI.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
<WarningLevel>4</WarningLevel>
3636
</PropertyGroup>
3737
<ItemGroup>
38-
<Reference Include="JetBrains.Annotations, Version=11.0.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL">
39-
<HintPath>..\packages\JetBrains.Annotations.11.0.0\lib\net20\JetBrains.Annotations.dll</HintPath>
38+
<Reference Include="JetBrains.Annotations, Version=11.1.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL">
39+
<HintPath>..\packages\JetBrains.Annotations.11.1.0\lib\net20\JetBrains.Annotations.dll</HintPath>
4040
</Reference>
4141
<Reference Include="Microsoft.CSharp" />
4242
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="JetBrains.Annotations" version="11.0.0" targetFramework="net452" />
4-
<package id="Microsoft.CSharp" version="4.4.0" targetFramework="net452" />
3+
<package id="JetBrains.Annotations" version="11.1.0" targetFramework="net452" />
4+
<package id="Microsoft.CSharp" version="4.4.1" targetFramework="net452" />
55
<package id="NLog" version="4.5.0-rc03" targetFramework="net452" />
66
<package id="StyleCop.Analyzers" version="1.1.0-beta004" targetFramework="net452" developmentDependency="true" />
77
</packages>

Buttplug.Apps.GameVibrationRouter.GUI/Buttplug.Apps.GameVibrationRouter.GUI.csproj

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
<ApplicationIcon>Resources\buttplug_icon_green_1_RBp_icon.ico</ApplicationIcon>
3838
</PropertyGroup>
3939
<ItemGroup>
40-
<Reference Include="EasyHook, Version=2.7.6270.0, Culture=neutral, PublicKeyToken=4b580fca19d0b0c5, processorArchitecture=MSIL">
41-
<HintPath>..\packages\EasyHook.2.7.6270\lib\net40\EasyHook.dll</HintPath>
40+
<Reference Include="EasyHook, Version=2.7.6578.0, Culture=neutral, PublicKeyToken=4b580fca19d0b0c5, processorArchitecture=MSIL">
41+
<HintPath>..\packages\EasyHook.2.7.6578.1\lib\net40\EasyHook.dll</HintPath>
4242
</Reference>
43-
<Reference Include="JetBrains.Annotations, Version=11.0.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL">
44-
<HintPath>..\packages\JetBrains.Annotations.11.0.0\lib\net20\JetBrains.Annotations.dll</HintPath>
43+
<Reference Include="JetBrains.Annotations, Version=11.1.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL">
44+
<HintPath>..\packages\JetBrains.Annotations.11.1.0\lib\net20\JetBrains.Annotations.dll</HintPath>
4545
</Reference>
4646
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
4747
<HintPath>..\packages\NLog.4.5.0-rc03\lib\net45\NLog.dll</HintPath>
@@ -150,6 +150,9 @@
150150
<Name>Buttplug.Server</Name>
151151
</ProjectReference>
152152
</ItemGroup>
153+
<ItemGroup>
154+
<None Include="Resources\buttplug_icon_green_1_RBp_icon.ico" />
155+
</ItemGroup>
153156
<ItemGroup>
154157
<Content Include="EasyHook32.dll">
155158
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
@@ -169,7 +172,6 @@
169172
<Content Include="EasyLoad64.dll">
170173
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
171174
</Content>
172-
<None Include="Resources\buttplug_icon_green_1_RBp_icon.ico" />
173175
</ItemGroup>
174176
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
175177
</Project>
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)