Skip to content

Commit

Permalink
Updated the default start type of the OAS Service to TodayAt
Browse files Browse the repository at this point in the history
  • Loading branch information
danmastrow committed Jul 24, 2018
1 parent 1e37e32 commit f4319db
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion OutlookAppointmentScheduler/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<value>./bookings</value>
</setting>
<setting name="StartType" serializeAs="String">
<value>StartNow</value>
<value>TodayAt</value>
</setting>
</OutlookAppointmentScheduler.UserSettings>
</userSettings>
Expand Down
4 changes: 2 additions & 2 deletions OutlookAppointmentScheduler/UserSettings.Designer.cs

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

2 changes: 1 addition & 1 deletion OutlookAppointmentScheduler/UserSettings.settings
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<Value Profile="(Default)">./bookings</Value>
</Setting>
<Setting Name="StartType" Type="System.String" Scope="User">
<Value Profile="(Default)">StartNow</Value>
<Value Profile="(Default)">TodayAt</Value>
</Setting>
</Settings>
</SettingsFile>

0 comments on commit f4319db

Please sign in to comment.