Skip to content

Commit

Permalink
Change config.
Browse files Browse the repository at this point in the history
  • Loading branch information
Songkai.Tang committed Sep 12, 2018
1 parent 6bb0fce commit 8d47121
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
/OneNotePageSearcher/bin
/OneNotePageSearcher/obj
/.vs
/OneNotePageSearcher/publish
3 changes: 1 addition & 2 deletions OneNotePageSearcher/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</startup>
<appSettings>
<add key="LastIndexTime" value="2018-06-18T08:56:47.000Z" />
<add key="Setting2" value="May 6, 2014" />
<add key="LastIndexTime" value="1997-06-18T08:56:47.000Z" />
<add key="ClientSettingsProvider.ServiceUri" value="" />
</appSettings>
<system.web>
Expand Down
4 changes: 2 additions & 2 deletions OneNotePageSearcher/OneNotePageSearcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>4</ApplicationRevision>
<ApplicationVersion>0.0.0.4</ApplicationVersion>
<ApplicationRevision>6</ApplicationRevision>
<ApplicationVersion>0.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>true</BootstrapperEnabled>
Expand Down

0 comments on commit 8d47121

Please sign in to comment.