Skip to content

Commit

Permalink
#26: Adding releases url to the application settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
jirkapok committed Jun 14, 2017
1 parent 0913478 commit 3efd24a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
13 changes: 11 additions & 2 deletions Source/Terminals/Properties/Settings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Source/Terminals/Properties/Settings.settings
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@
<Setting Name="Portable" Type="System.Boolean" Scope="Application">
<Value Profile="(Default)">True</Value>
</Setting>
<Setting Name="ReleasesUrl" Type="System.String" Scope="Application">
<Value Profile="(Default)">https://api.github.com/repos/Terminals-Origin/Terminals/releases</Value>
</Setting>
</Settings>
</SettingsFile>
3 changes: 3 additions & 0 deletions Source/Terminals/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
<setting name="Portable" serializeAs="String">
<value>True</value>
</setting>
<setting name="ReleasesUrl" serializeAs="String">
<value>https://api.github.com/repos/Terminals-Origin/Terminals/releases</value>
</setting>
</Terminals.Properties.Settings>
</applicationSettings>
<entityFramework>
Expand Down

0 comments on commit 3efd24a

Please sign in to comment.