Skip to content

Commit 68a15c7

Browse files
committed
updated versions as appropriate
1 parent 8ccf6f9 commit 68a15c7

File tree

3 files changed

+22
-11
lines changed

3 files changed

+22
-11
lines changed

BSCP/Configurator/Configurator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<UpdateRequired>false</UpdateRequired>
2727
<MapFileExtensions>true</MapFileExtensions>
2828
<ApplicationRevision>0</ApplicationRevision>
29-
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
29+
<ApplicationVersion>0.1.0.%2a</ApplicationVersion>
3030
<UseApplicationTrust>false</UseApplicationTrust>
3131
<BootstrapperEnabled>true</BootstrapperEnabled>
3232
</PropertyGroup>

BSCP/Configurator/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@
5151
// You can specify all the values or you can default the Build and Revision Numbers
5252
// by using the '*' as shown below:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("1.0.0.0")]
55-
[assembly: AssemblyFileVersion("1.0.0.0")]
54+
[assembly: AssemblyVersion("0.1.0.0")]
55+
[assembly: AssemblyFileVersion("0.1.0.0")]

BSCP/Winstaller/Winstaller.vdproj

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,14 @@
7979
"PrivateKeyFile" = "8:"
8080
"TimeStampServer" = "8:"
8181
"InstallerBootstrapper" = "3:2"
82+
"BootstrapperCfg:{63ACBE69-63AA-4F98-B2B6-99F9E24495F2}"
83+
{
84+
"Enabled" = "11:TRUE"
85+
"PromptEnabled" = "11:TRUE"
86+
"PrerequisitesLocation" = "2:1"
87+
"Url" = "8:"
88+
"ComponentsUrl" = "8:"
89+
}
8290
}
8391
"Release"
8492
{
@@ -95,6 +103,14 @@
95103
"PrivateKeyFile" = "8:"
96104
"TimeStampServer" = "8:"
97105
"InstallerBootstrapper" = "3:2"
106+
"BootstrapperCfg:{63ACBE69-63AA-4F98-B2B6-99F9E24495F2}"
107+
{
108+
"Enabled" = "11:TRUE"
109+
"PromptEnabled" = "11:TRUE"
110+
"PrerequisitesLocation" = "2:1"
111+
"Url" = "8:"
112+
"ComponentsUrl" = "8:"
113+
}
98114
}
99115
}
100116
"Deployable"
@@ -131,11 +147,6 @@
131147
"AssemblyAsmDisplayName" = "8:System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
132148
"ScatterAssemblies"
133149
{
134-
"_10B9BE0FE08563BA755B4F72693FDB2B"
135-
{
136-
"Name" = "8:System.Net.Http.dll"
137-
"Attributes" = "3:512"
138-
}
139150
}
140151
"SourcePath" = "8:System.Net.Http.dll"
141152
"TargetName" = "8:"
@@ -242,15 +253,15 @@
242253
{
243254
"Name" = "8:Microsoft Visual Studio"
244255
"ProductName" = "8:Boot Shell Credential Provider"
245-
"ProductCode" = "8:{43EDCC51-D09D-4898-B253-08A392CDD874}"
246-
"PackageCode" = "8:{A46EC1BB-D15C-49D0-983B-911F09DE03E9}"
256+
"ProductCode" = "8:{FDE8ECF1-DCD4-47C0-A3BF-1973E1CD60A8}"
257+
"PackageCode" = "8:{8965BC49-866E-4459-833F-BE36B8C4B4C4}"
247258
"UpgradeCode" = "8:{7E5C7EA6-6D18-4C1B-93BC-2EC6C5F5C1E7}"
248259
"AspNetVersion" = "8:4.0.30319.0"
249260
"RestartWWWService" = "11:FALSE"
250261
"RemovePreviousVersions" = "11:FALSE"
251262
"DetectNewerInstalledVersion" = "11:TRUE"
252263
"InstallAllUsers" = "11:TRUE"
253-
"ProductVersion" = "8:1.0.0"
264+
"ProductVersion" = "8:0.1.0"
254265
"Manufacturer" = "8:Nathan C. Castle"
255266
"ARPHELPTELEPHONE" = "8:"
256267
"ARPHELPLINK" = "8:"

0 commit comments

Comments
 (0)