Skip to content

Commit 7c02a43

Browse files
committed
0.0.1
1 parent 35d140b commit 7c02a43

4 files changed

Lines changed: 36 additions & 10 deletions

File tree

LighthouseV2PowerControl/Form1.Designer.cs

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LighthouseV2PowerControl/Form1.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@ public partial class Form1 : Form
1515
private Guid characteristic = Guid.Parse("00001525-1212-efde-1523-785feabcd124");
1616
private byte activateByte = 0x01;
1717
private byte deactivateByte = 0x00;
18-
19-
private Regex regex = new Regex("^LHB-.{8}");
20-
2118
private static List<GattCharacteristic> listGattCharacteristics = new List<GattCharacteristic>();
2219

20+
private Regex regex = new Regex("^LHB-.{8}");
21+
2322
public Form1()
2423
{
2524
InitializeComponent();

LighthouseV2PowerControl/LighthouseV2PowerControl.csproj

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,21 @@
1414
<Deterministic>true</Deterministic>
1515
<NuGetPackageImportStamp>
1616
</NuGetPackageImportStamp>
17+
<PublishUrl>publish\</PublishUrl>
18+
<Install>true</Install>
19+
<InstallFrom>Disk</InstallFrom>
20+
<UpdateEnabled>false</UpdateEnabled>
21+
<UpdateMode>Foreground</UpdateMode>
22+
<UpdateInterval>7</UpdateInterval>
23+
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
24+
<UpdatePeriodically>false</UpdatePeriodically>
25+
<UpdateRequired>false</UpdateRequired>
26+
<MapFileExtensions>true</MapFileExtensions>
27+
<ApplicationRevision>0</ApplicationRevision>
28+
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
29+
<IsWebBootstrapper>false</IsWebBootstrapper>
30+
<UseApplicationTrust>false</UseApplicationTrust>
31+
<BootstrapperEnabled>true</BootstrapperEnabled>
1732
</PropertyGroup>
1833
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1934
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -88,5 +103,17 @@
88103
<ItemGroup>
89104
<None Include="App.config" />
90105
</ItemGroup>
106+
<ItemGroup>
107+
<BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
108+
<Visible>False</Visible>
109+
<ProductName>Microsoft .NET Framework 4.7.2 %28x86 и x64%29</ProductName>
110+
<Install>true</Install>
111+
</BootstrapperPackage>
112+
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
113+
<Visible>False</Visible>
114+
<ProductName>.NET Framework 3.5 SP1</ProductName>
115+
<Install>false</Install>
116+
</BootstrapperPackage>
117+
</ItemGroup>
91118
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
92119
</Project>

LighthouseV2PowerControl/Properties/AssemblyInfo.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
[assembly: AssemblyTitle("LighthouseV2PowerControl")]
99
[assembly: AssemblyDescription("")]
1010
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
11+
[assembly: AssemblyCompany("D_o_r_G")]
1212
[assembly: AssemblyProduct("LighthouseV2PowerControl")]
13-
[assembly: AssemblyCopyright("Copyright © 2021")]
13+
[assembly: AssemblyCopyright("D_o_r_G © 2021")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -32,5 +32,5 @@
3232
// Можно задать все значения или принять номера сборки и редакции по умолчанию
3333
// используя "*", как показано ниже:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]
35+
[assembly: AssemblyVersion("0.0.1.0")]
36+
[assembly: AssemblyFileVersion("0.0.1.0")]

0 commit comments

Comments
 (0)