Skip to content

Commit

Permalink
Updated example Dropbox
Browse files Browse the repository at this point in the history
  • Loading branch information
alekseynemiro committed Jun 25, 2015
1 parent 8a3c806 commit 9da6442
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions src/MyDropBox/MyDropBox/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ private void GetAccessToken()
{
Properties.Settings.Default.AccessToken = login.AccessToken.Value;
Properties.Settings.Default.Save();
this.GetFiles();
}
else
{
Expand Down
4 changes: 2 additions & 2 deletions src/MyDropBox/MyDropBox/MyDropBox.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Nemiro.OAuth.1.10\lib\net45\Nemiro.OAuth.dll</HintPath>
</Reference>
<Reference Include="Nemiro.OAuth.LoginForms, Version=1.2.45.893, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Nemiro.OAuth.LoginForms, Version=1.3.45.897, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Nemiro.OAuth.LoginForms.1.2\lib\net45\Nemiro.OAuth.LoginForms.dll</HintPath>
<HintPath>..\packages\Nemiro.OAuth.LoginForms.1.3\lib\net45\Nemiro.OAuth.LoginForms.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
4 changes: 2 additions & 2 deletions src/MyDropBox/MyDropBox/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// 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.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
2 changes: 1 addition & 1 deletion src/MyDropBox/MyDropBox/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Nemiro.OAuth" version="1.10" targetFramework="net45" />
<package id="Nemiro.OAuth.LoginForms" version="1.2" targetFramework="net45" />
<package id="Nemiro.OAuth.LoginForms" version="1.3" targetFramework="net45" />
</packages>

0 comments on commit 9da6442

Please sign in to comment.