Skip to content

Commit 5955b0d

Browse files
committed
Up to 1.0.0
1 parent 1a76af8 commit 5955b0d

File tree

4 files changed

+6
-49
lines changed

4 files changed

+6
-49
lines changed

Installer/Installer.vdproj

+4-47
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@
1313
"SccProvider" = "8:"
1414
"Hierarchy"
1515
{
16-
"Entry"
17-
{
18-
"MsmKey" = "8:_0A0C9F61E94DE5A8155031222CDE9264"
19-
"OwnerKey" = "8:_7E1119B957124B09883E727B6817AD17"
20-
"MsmSig" = "8:_UNDEFINED"
21-
}
2216
"Entry"
2317
{
2418
"MsmKey" = "8:_4E1D102BF9964083898B379307C77C46"
@@ -43,12 +37,6 @@
4337
"OwnerKey" = "8:_7E1119B957124B09883E727B6817AD17"
4438
"MsmSig" = "8:_UNDEFINED"
4539
}
46-
"Entry"
47-
{
48-
"MsmKey" = "8:_UNDEFINED"
49-
"OwnerKey" = "8:_0A0C9F61E94DE5A8155031222CDE9264"
50-
"MsmSig" = "8:_UNDEFINED"
51-
}
5240
}
5341
"Configurations"
5442
{
@@ -89,7 +77,7 @@
8977
"DisplayName" = "8:Release"
9078
"IsDebugOnly" = "11:FALSE"
9179
"IsReleaseOnly" = "11:TRUE"
92-
"OutputFilename" = "8:SimpleComInstaller.msi"
80+
"OutputFilename" = "8:SimpleComInstaller-1.0.0.msi"
9381
"PackageFilesAs" = "3:2"
9482
"PackageFileSize" = "3:-2147483648"
9583
"CabType" = "3:1"
@@ -189,37 +177,6 @@
189177
}
190178
"File"
191179
{
192-
"{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_0A0C9F61E94DE5A8155031222CDE9264"
193-
{
194-
"AssemblyRegister" = "3:1"
195-
"AssemblyIsInGAC" = "11:FALSE"
196-
"AssemblyAsmDisplayName" = "8:System.Net.Http, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
197-
"ScatterAssemblies"
198-
{
199-
"_0A0C9F61E94DE5A8155031222CDE9264"
200-
{
201-
"Name" = "8:System.Net.Http.dll"
202-
"Attributes" = "3:512"
203-
}
204-
}
205-
"SourcePath" = "8:System.Net.Http.dll"
206-
"TargetName" = "8:"
207-
"Tag" = "8:"
208-
"Folder" = "8:_94D5B72B21EF48D697B10AD74417285E"
209-
"Condition" = "8:"
210-
"Transitive" = "11:FALSE"
211-
"Vital" = "11:TRUE"
212-
"ReadOnly" = "11:FALSE"
213-
"Hidden" = "11:FALSE"
214-
"System" = "11:FALSE"
215-
"Permanent" = "11:FALSE"
216-
"SharedLegacy" = "11:FALSE"
217-
"PackageAs" = "3:1"
218-
"Register" = "3:1"
219-
"Exclude" = "11:FALSE"
220-
"IsDependency" = "11:TRUE"
221-
"IsolateTo" = "8:"
222-
}
223180
"{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_4E1D102BF9964083898B379307C77C46"
224181
{
225182
"SourcePath" = "8:..\\README.md"
@@ -307,15 +264,15 @@
307264
{
308265
"Name" = "8:Microsoft Visual Studio"
309266
"ProductName" = "8:SimpleCom"
310-
"ProductCode" = "8:{C3DBFF02-E477-4F05-BE5F-A35D7399DE97}"
311-
"PackageCode" = "8:{497AF46E-7240-4985-BF88-1EFDE8B06108}"
267+
"ProductCode" = "8:{1D6D689B-A25B-4F78-A7F8-B2604E7E662F}"
268+
"PackageCode" = "8:{DC29C4CC-C968-466C-AB60-429D5A1E92C8}"
312269
"UpgradeCode" = "8:{F33BE402-825E-46C8-8799-EF7E3AE9C357}"
313270
"AspNetVersion" = "8:2.0.50727.0"
314271
"RestartWWWService" = "11:FALSE"
315272
"RemovePreviousVersions" = "11:FALSE"
316273
"DetectNewerInstalledVersion" = "11:TRUE"
317274
"InstallAllUsers" = "11:TRUE"
318-
"ProductVersion" = "8:0.1.3"
275+
"ProductVersion" = "8:1.0.0"
319276
"Manufacturer" = "8:YaSuenag"
320277
"ARPHELPTELEPHONE" = "8:"
321278
"ARPHELPLINK" = "8:https://github.com/YaSuenag/SimpleCom/issues"

SimpleCom/SerialSetupResource.rc

-32 Bytes
Binary file not shown.

SimpleCom/SimpleCom.vcxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
<GenerateDebugInformation>true</GenerateDebugInformation>
157157
</Link>
158158
<PostBuildEvent>
159-
<Command>powershell -ExecutionPolicy Unrestricted -File $(SolutionDir)zip-packaging.ps1 0.1.3 $(SolutionDir)</Command>
159+
<Command>powershell -ExecutionPolicy Unrestricted -File $(SolutionDir)zip-packaging.ps1 1.0.0 $(SolutionDir)</Command>
160160
</PostBuildEvent>
161161
<PostBuildEvent>
162162
<Message>Make distribution archive after release build</Message>

SimpleCom/app.manifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22

33
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
4-
<assemblyIdentity version="0.1.3.0" name="SimpleCom.exe"/>
4+
<assemblyIdentity version="1.0.0.0" name="SimpleCom.exe"/>
55
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
66
<application>
77
<!-- Windows 10 -->

0 commit comments

Comments
 (0)