Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit fa561e4

Browse files
committed
Add Field Neutraliser Repeating Static Button
1 parent 432beae commit fa561e4

File tree

5 files changed

+12
-9
lines changed

5 files changed

+12
-9
lines changed

Elite/Elite.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<NuGetPackageImportStamp>
1616
</NuGetPackageImportStamp>
1717
<IsWebBootstrapper>false</IsWebBootstrapper>
18+
<TargetFrameworkProfile />
1819
<PublishUrl>publish\</PublishUrl>
1920
<Install>true</Install>
2021
<InstallFrom>Disk</InstallFrom>
@@ -29,7 +30,6 @@
2930
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
3031
<UseApplicationTrust>false</UseApplicationTrust>
3132
<BootstrapperEnabled>true</BootstrapperEnabled>
32-
<TargetFrameworkProfile />
3333
</PropertyGroup>
3434
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
3535
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -97,7 +97,7 @@
9797
<HintPath>..\packages\Newtonsoft.Json.Bson.1.0.2\lib\net45\Newtonsoft.Json.Bson.dll</HintPath>
9898
</Reference>
9999
<Reference Include="NLog, Version=5.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
100-
<HintPath>..\packages\NLog.5.2.8\lib\net46\NLog.dll</HintPath>
100+
<HintPath>..\packages\NLog.5.3.2\lib\net46\NLog.dll</HintPath>
101101
</Reference>
102102
<Reference Include="streamdeck-client-csharp, Version=4.3.0.0, Culture=neutral, processorArchitecture=MSIL">
103103
<HintPath>..\packages\streamdeck-client-csharp.4.3.0\lib\netstandard2.0\streamdeck-client-csharp.dll</HintPath>
@@ -119,7 +119,7 @@
119119
<Reference Include="System.DirectoryServices" />
120120
<Reference Include="System.Drawing" />
121121
<Reference Include="System.Drawing.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
122-
<HintPath>..\packages\System.Drawing.Common.8.0.4\lib\net462\System.Drawing.Common.dll</HintPath>
122+
<HintPath>..\packages\System.Drawing.Common.8.0.7\lib\net462\System.Drawing.Common.dll</HintPath>
123123
</Reference>
124124
<Reference Include="System.IO.Compression" />
125125
<Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">

Elite/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("2.7.0.0")]
35-
[assembly: AssemblyFileVersion("2.7.0.0")]
34+
[assembly: AssemblyVersion("2.7.1.0")]
35+
[assembly: AssemblyFileVersion("2.7.1.0")]

Elite/PropertyInspector/Elite/RepeatingStatic.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
<div class="sdpi-item" id="select_single">
1919
<div class="sdpi-item-label">Function</div>
2020
<select class="sdpi-item-value select sdProperty" id="function" oninput="setSettings()">
21+
<optgroup label="Combat">
22+
<option value="TriggerFieldNeutraliser">Field Neutraliser</option>
23+
</optgroup>
2124
<optgroup label="Galaxy map">
2225
<option value="CamTranslateForward">GalMap Forward</option>
2326
<option value="CamTranslateBackward">GalMap Backward</option>
@@ -37,7 +40,7 @@
3740
<option value="ExplorationFSSZoomIn">Zoom FSS In</option>
3841
<option value="ExplorationFSSZoomOut">Zoom FSS Out</option>
3942
</optgroup>
40-
43+
4144
</select>
4245
</div>
4346
</div>

Elite/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
"Name": "Elite Dangerous",
193193
"Icon": "Images/pluginIcon",
194194
"URL": "https://github.com/mhwlng/streamdeck-elite",
195-
"Version": "2.7.0",
195+
"Version": "2.7.1",
196196
"CodePath": "com.mhwlng.elite",
197197
"Category": "Elite Dangerous",
198198
"CategoryIcon": "Images/categoryIcon",

Elite/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
<package id="NAudio.WinMM" version="2.2.1" targetFramework="net48" />
1515
<package id="Newtonsoft.Json" version="13.0.3" targetFramework="net48" />
1616
<package id="Newtonsoft.Json.Bson" version="1.0.2" targetFramework="net48" />
17-
<package id="NLog" version="5.2.8" targetFramework="net48" />
17+
<package id="NLog" version="5.3.2" targetFramework="net48" />
1818
<package id="streamdeck-client-csharp" version="4.3.0" targetFramework="net472" />
1919
<package id="StreamDeck-Tools" version="6.2.0" targetFramework="net48" />
2020
<package id="System.Buffers" version="4.5.1" targetFramework="net48" />
2121
<package id="System.ComponentModel.Annotations" version="5.0.0" targetFramework="net472" />
22-
<package id="System.Drawing.Common" version="8.0.4" targetFramework="net48" />
22+
<package id="System.Drawing.Common" version="8.0.7" targetFramework="net48" />
2323
<package id="System.Memory" version="4.5.5" targetFramework="net48" />
2424
<package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net48" />
2525
<package id="System.Runtime.CompilerServices.Unsafe" version="6.0.0" targetFramework="net48" />

0 commit comments

Comments
 (0)