Skip to content

Commit a485d26

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/gh-pages'
2 parents c796892 + fe68cb8 commit a485d26

25 files changed

Lines changed: 461 additions & 10 deletions

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,4 @@
6666
*.manifest binary
6767
*.application binary
6868
*.deploy binary
69+
*.config binary

SteamChatBot/SteamChatBot.csproj

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,32 +16,33 @@
1616
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
1717
<NuGetPackageImportStamp>
1818
</NuGetPackageImportStamp>
19-
<IsWebBootstrapper>false</IsWebBootstrapper>
20-
<PublishUrl>publish/</PublishUrl>
19+
<IsWebBootstrapper>true</IsWebBootstrapper>
20+
<PublishUrl>C:\Users\Daniel\Source\Repos\SteamChatBot\gh-pages\publish\</PublishUrl>
2121
<Install>true</Install>
22-
<InstallFrom>Disk</InstallFrom>
22+
<InstallFrom>Web</InstallFrom>
2323
<UpdateEnabled>true</UpdateEnabled>
2424
<UpdateMode>Foreground</UpdateMode>
2525
<UpdateInterval>7</UpdateInterval>
2626
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
2727
<UpdatePeriodically>false</UpdatePeriodically>
2828
<UpdateRequired>true</UpdateRequired>
2929
<MapFileExtensions>false</MapFileExtensions>
30-
<UpdateUrl>https://raw.githubusercontent.com/Steam-Chat-Bot/SteamChatBot/master/SteamChatBot/publish/</UpdateUrl>
30+
<InstallUrl>http://steam-chat-bot.github.io/SteamChatBot/publish/</InstallUrl>
31+
<UpdateUrl>http://steam-chat-bot.github.io/SteamChatBot/publish/</UpdateUrl>
3132
<SupportUrl>https://github.com/Steam-Chat-Bot/SteamChatBot/issues</SupportUrl>
3233
<ErrorReportUrl>https://github.com/Steam-Chat-Bot/SteamChatBot/issues</ErrorReportUrl>
3334
<ProductName>Steam Chat Bot</ProductName>
3435
<PublisherName>Steam-Chat-Bot</PublisherName>
3536
<SuiteName>SteamChatBot</SuiteName>
36-
<MinimumRequiredVersion>1.0.0.0</MinimumRequiredVersion>
37+
<MinimumRequiredVersion>0.3.1.0</MinimumRequiredVersion>
3738
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
3839
<WebPage>publish.htm</WebPage>
39-
<ApplicationRevision>2</ApplicationRevision>
40-
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
41-
<UseApplicationTrust>false</UseApplicationTrust>
40+
<ApplicationRevision>0</ApplicationRevision>
41+
<ApplicationVersion>0.3.1.%2a</ApplicationVersion>
42+
<UseApplicationTrust>true</UseApplicationTrust>
4243
<CreateDesktopShortcut>true</CreateDesktopShortcut>
4344
<PublishWizardCompleted>true</PublishWizardCompleted>
44-
<BootstrapperEnabled>true</BootstrapperEnabled>
45+
<BootstrapperEnabled>false</BootstrapperEnabled>
4546
</PropertyGroup>
4647
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
4748
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -78,7 +79,7 @@
7879
<TargetZone>LocalIntranet</TargetZone>
7980
</PropertyGroup>
8081
<PropertyGroup>
81-
<GenerateManifests>false</GenerateManifests>
82+
<GenerateManifests>true</GenerateManifests>
8283
</PropertyGroup>
8384
<PropertyGroup>
8485
<ApplicationManifest>Properties\app.manifest</ApplicationManifest>
275 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)