Skip to content

Commit

Permalink
Installer Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Gelb committed Jul 18, 2018
1 parent 3952df8 commit 0724d84
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions Installer/CleanFiles/ElasticSearchManager.exe.config
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@
</appSettings>

<connectionStrings>

<add name="stage" connectionString="http://10.147.31.49:9200,http://10.147.31.51:9200,http://10.147.31.52:9200,http://10.147.31.53:9200,http://10.147.31.54:9200,http://10.147.31.55:9200"/>
<add name="prod" connectionString="http://10.147.21.109:9200,http://10.147.21.110:9200,http://10.147.21.111:9200,http://10.147.21.112:9200,http://10.147.21.113:9200,http://10.147.21.114:9200"/>

</connectionStrings>

<userSettings>
Expand Down
2 changes: 1 addition & 1 deletion Installer/Install.iss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Source: "..\bin\release\Elasticsearch.Net.dll"; DestDir: "{app}"
Source: "..\bin\release\Nest.dll"; DestDir: "{app}"

[Icons]
Name: "{userstartup}\Elastic Search Manager"; Filename: "{app}\ElasticSearchManager.exe";
Name: "{group}\Elastic Search Manager"; Filename: "{app}\ElasticSearchManager.exe";

[Run]
Filename: "{app}\ElasticSearchManager.exe"; Description: "Launch Elastic Search Manager"; Flags: postinstall nowait skipifsilent
Binary file modified Installer/Output/ElasticSearchManagerSetup.exe
Binary file not shown.
4 changes: 1 addition & 3 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,4 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.1")]
[assembly: AssemblyFileVersion("1.0.0.1")]
[assembly: AssemblyVersion("1.0.*")]

0 comments on commit 0724d84

Please sign in to comment.