Skip to content
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.

Commit

Permalink
v1.11.2477
Browse files Browse the repository at this point in the history
  • Loading branch information
alekseynemiro committed Aug 8, 2016
1 parent c8d3ce5 commit 4b1d9b2
Show file tree
Hide file tree
Showing 76 changed files with 3,977 additions and 863 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

All notable changes to **Nemiro.OAuth** will be documented in this file.

## [v1.11.2477] - 2016-08-08

This release includes minor fixes.

### Added
* Added ability to disable the encoding of the names of query parameters.

### Changed
* Methods that takes `HttpPostedFile` is deprecated.

### Fixed
* Fixed a problem with the specified `Content-Type`, which could lead to an incorrect calculation of the signature OAuth 1.0 in some cases.

### Thanks
* [Shakeel Ahmad](http://www.codeproject.com/script/Membership/View.aspx?mid=6184216)

## [v1.11] - 2016-07-11

This release includes minor fixes and enhancements.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
<OptionInfer>On</OptionInfer>
</PropertyGroup>
<ItemGroup>
<Reference Include="Nemiro.OAuth, Version=1.11.4.2421, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.11\lib\net40\Nemiro.OAuth.dll</HintPath>
<Reference Include="Nemiro.OAuth, Version=1.11.4.2477, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.11.2477\lib\net40\Nemiro.OAuth.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down
2 changes: 1 addition & 1 deletion examples/AspNetWebFormsCustomClient.VB/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Nemiro.OAuth" version="1.11" targetFramework="net40" />
<package id="Nemiro.OAuth" version="1.11.2477" targetFramework="net40" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Nemiro.OAuth, Version=1.11.4.2421, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.11\lib\net40\Nemiro.OAuth.dll</HintPath>
<Reference Include="Nemiro.OAuth, Version=1.11.4.2477, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.11.2477\lib\net40\Nemiro.OAuth.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Web.DynamicData" />
Expand Down
2 changes: 1 addition & 1 deletion examples/AspNetWebFormsCustomClient/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Nemiro.OAuth" version="1.11" targetFramework="net40" />
<package id="Nemiro.OAuth" version="1.11.2477" targetFramework="net40" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Nemiro.OAuth, Version=1.11.4.2421, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.11\lib\net40\Nemiro.OAuth.dll</HintPath>
<Reference Include="Nemiro.OAuth, Version=1.11.4.2477, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.11.2477\lib\net40\Nemiro.OAuth.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Web.DynamicData" />
Expand Down
2 changes: 1 addition & 1 deletion examples/AspNetWebFormsMulticlients/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Nemiro.OAuth" version="1.11" targetFramework="net40" />
<package id="Nemiro.OAuth" version="1.11.2477" targetFramework="net40" />
</packages>
4 changes: 2 additions & 2 deletions examples/AspWebFormsPopup/AspWebFormsPopup.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Nemiro.OAuth, Version=1.11.4.2421, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.11\lib\net40\Nemiro.OAuth.dll</HintPath>
<Reference Include="Nemiro.OAuth, Version=1.11.4.2477, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.11.2477\lib\net40\Nemiro.OAuth.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Web.DynamicData" />
Expand Down
2 changes: 1 addition & 1 deletion examples/AspWebFormsPopup/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Nemiro.OAuth" version="1.11" targetFramework="net40" />
<package id="Nemiro.OAuth" version="1.11.2477" targetFramework="net40" />
</packages>
8 changes: 4 additions & 4 deletions examples/CodeProjectForumViewer/CodeProjectForumViewer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
<ApplicationIcon>Resources\codeproject.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="Nemiro.OAuth, Version=1.11.4.2421, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.11\lib\net40\Nemiro.OAuth.dll</HintPath>
<Reference Include="Nemiro.OAuth, Version=1.11.4.2477, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.11.2477\lib\net40\Nemiro.OAuth.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Nemiro.OAuth.LoginForms, Version=1.4.4.2423, Culture=neutral, PublicKeyToken=2656cfe28099e3f4, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.LoginForms.1.4.2423\lib\net40\Nemiro.OAuth.LoginForms.dll</HintPath>
<Reference Include="Nemiro.OAuth.LoginForms, Version=1.4.4.2483, Culture=neutral, PublicKeyToken=2656cfe28099e3f4, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.LoginForms.1.4.2483\lib\net40\Nemiro.OAuth.LoginForms.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down
1 change: 1 addition & 0 deletions examples/CodeProjectForumViewer/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ private void GetAccessToken()
Properties.Settings.Default.Save();
// update the list of messages
toolStripComboBox1.SelectedIndex = 0;
toolStripComboBox1_SelectedIndexChanged(toolStripComboBox1, null);
}
// is fails
else
Expand Down
8 changes: 4 additions & 4 deletions examples/CodeProjectForumViewer/app.config
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<section name="CodeProjectForumViewer.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
</sectionGroup>
</configSections>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup><userSettings>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" /></startup><userSettings>
<CodeProjectForumViewer.Properties.Settings>
<setting name="AccessToken" serializeAs="String">
<value />
</setting>
</CodeProjectForumViewer.Properties.Settings>
</userSettings>
</configuration>
</configuration>
4 changes: 2 additions & 2 deletions examples/CodeProjectForumViewer/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.11" targetFramework="net40" />
<package id="Nemiro.OAuth.LoginForms" version="1.4.2423" targetFramework="net40" />
<package id="Nemiro.OAuth" version="1.11.2477" targetFramework="net40" />
<package id="Nemiro.OAuth.LoginForms" version="1.4.2483" targetFramework="net40" />
</packages>
2 changes: 1 addition & 1 deletion examples/DemoSite/Content/css/Site.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ ul.oauth li{float:left;padding:4px;}
.message .text{padding:2px;}

#download .date-release{color:#666666;font-size:0.8em;}
#download a {width:42px;display:inline-block;}
#download a { min-width:75px;display:inline-block;}

.clear{clear:both;}

Expand Down
8 changes: 5 additions & 3 deletions examples/DemoSite/DemoOAuth.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Nemiro.OAuth, Version=1.11.45.2421, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.11\lib\net45\Nemiro.OAuth.dll</HintPath>
<Reference Include="Nemiro.OAuth, Version=1.11.45.2477, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.11.2477\lib\net45\Nemiro.OAuth.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Web.DynamicData" />
Expand Down Expand Up @@ -160,7 +160,9 @@
</ItemGroup>
<ItemGroup>
<Content Include="Views\web.config" />
<Content Include="packages.config" />
<Content Include="packages.config">
<SubType>Designer</SubType>
</Content>
<Content Include="Views\Home\Index.cshtml" />
<Content Include="Views\Home\Result.cshtml" />
<Content Include="Views\Shared\CodeProject.cshtml" />
Expand Down
1 change: 1 addition & 0 deletions examples/DemoSite/Views/Home/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@

<section id="download">
<h2>@DemoOAuth.Strings.Download</h2>
<p><a href="https://github.com/alekseynemiro/nemiro.oauth.dll/archive/v1.11.2477.zip">v1.11.2477</a> <span class="date-release">@(new DateTime(2016, 8, 8).ToString("dd MMMM yyyy"))</span></p>
<p><a href="https://github.com/alekseynemiro/nemiro.oauth.dll/archive/v1.11.zip">v1.11</a> <span class="date-release">@(new DateTime(2016, 7, 11).ToString("dd MMMM yyyy"))</span></p>
<p><a href="https://github.com/alekseynemiro/nemiro.oauth.dll/archive/v1.10.zip">v1.10</a> <span class="date-release">@(new DateTime(2015, 6, 21).ToString("dd MMMM yyyy"))</span></p>
<p><a href="https://github.com/alekseynemiro/nemiro.oauth.dll/archive/v1.9.zip">v1.9</a> <span class="date-release">@(new DateTime(2015, 3, 19).ToString("dd MMMM yyyy"))</span></p>
Expand Down
2 changes: 1 addition & 1 deletion examples/DemoSite/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
<package id="Microsoft.AspNet.WebPages" version="3.2.3" targetFramework="net45" />
<package id="Microsoft.AspNet.WebPages.ru" version="3.2.3" targetFramework="net45" />
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net45" />
<package id="Nemiro.OAuth" version="1.11" targetFramework="net45" />
<package id="Nemiro.OAuth" version="1.11.2477" targetFramework="net45" />
</packages>
4 changes: 2 additions & 2 deletions examples/DropBoxWebForms/DropBoxWebForms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Nemiro.OAuth, Version=1.11.4.2421, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.11\lib\net40\Nemiro.OAuth.dll</HintPath>
<Reference Include="Nemiro.OAuth, Version=1.11.4.2477, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.11.2477\lib\net40\Nemiro.OAuth.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Web.DynamicData" />
Expand Down
2 changes: 1 addition & 1 deletion examples/DropBoxWebForms/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Nemiro.OAuth" version="1.11" targetFramework="net40" />
<package id="Nemiro.OAuth" version="1.11.2477" targetFramework="net40" />
</packages>
8 changes: 4 additions & 4 deletions examples/DropboxExample/DropboxExample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
<ApplicationIcon>dropbox.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="Nemiro.OAuth, Version=1.11.4.2421, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.11\lib\net40\Nemiro.OAuth.dll</HintPath>
<Reference Include="Nemiro.OAuth, Version=1.11.4.2477, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.11.2477\lib\net40\Nemiro.OAuth.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Nemiro.OAuth.LoginForms, Version=1.4.4.2423, Culture=neutral, PublicKeyToken=2656cfe28099e3f4, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.LoginForms.1.4.2423\lib\net40\Nemiro.OAuth.LoginForms.dll</HintPath>
<Reference Include="Nemiro.OAuth.LoginForms, Version=1.4.4.2483, Culture=neutral, PublicKeyToken=2656cfe28099e3f4, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.LoginForms.1.4.2483\lib\net40\Nemiro.OAuth.LoginForms.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down
4 changes: 2 additions & 2 deletions examples/DropboxExample/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.11" targetFramework="net40" />
<package id="Nemiro.OAuth.LoginForms" version="1.4.2423" targetFramework="net40" />
<package id="Nemiro.OAuth" version="1.11.2477" targetFramework="net40" />
<package id="Nemiro.OAuth.LoginForms" version="1.4.2483" targetFramework="net40" />
</packages>
2 changes: 1 addition & 1 deletion examples/GoogleDriveWebForms/Default.aspx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<asp:Panel ID="pnlUpload" runat="server">
<h3>The access token is found in the Session!</h3>
<h4>You can upload a file to Dropbox:</h4>
<h4>You can upload a file to Google Drive:</h4>
<asp:FileUpload ID="FileUpload1" runat="server" /><br /><br />
<asp:Button ID="btnUpload" runat="server" OnClick="btnUpload_Click" Text="Upload" />
</asp:Panel>
Expand Down
4 changes: 2 additions & 2 deletions examples/GoogleDriveWebForms/GoogleDriveWebForms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Nemiro.OAuth, Version=1.11.4.2421, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.11\lib\net40\Nemiro.OAuth.dll</HintPath>
<Reference Include="Nemiro.OAuth, Version=1.11.4.2477, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.11.2477\lib\net40\Nemiro.OAuth.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Web.DynamicData" />
Expand Down
2 changes: 1 addition & 1 deletion examples/GoogleDriveWebForms/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Nemiro.OAuth" version="1.11" targetFramework="net40" />
<package id="Nemiro.OAuth" version="1.11.2477" targetFramework="net40" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
<OptionInfer>On</OptionInfer>
</PropertyGroup>
<ItemGroup>
<Reference Include="Nemiro.OAuth, Version=1.11.4.2421, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.11\lib\net40\Nemiro.OAuth.dll</HintPath>
<Reference Include="Nemiro.OAuth, Version=1.11.4.2477, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.11.2477\lib\net40\Nemiro.OAuth.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down
2 changes: 1 addition & 1 deletion examples/GrantTypeClientCredentials/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Nemiro.OAuth" version="1.11" targetFramework="net40" />
<package id="Nemiro.OAuth" version="1.11.2477" targetFramework="net40" />
</packages>
8 changes: 4 additions & 4 deletions examples/MyDropBox/MyDropBox.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Nemiro.OAuth, Version=1.11.4.2421, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.11\lib\net40\Nemiro.OAuth.dll</HintPath>
<Reference Include="Nemiro.OAuth, Version=1.11.45.2477, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.11.2477\lib\net45\Nemiro.OAuth.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Nemiro.OAuth.LoginForms, Version=1.4.4.2423, Culture=neutral, PublicKeyToken=2656cfe28099e3f4, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.LoginForms.1.4.2423\lib\net40\Nemiro.OAuth.LoginForms.dll</HintPath>
<Reference Include="Nemiro.OAuth.LoginForms, Version=1.4.45.2483, Culture=neutral, PublicKeyToken=2656cfe28099e3f4, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.LoginForms.1.4.2483\lib\net45\Nemiro.OAuth.LoginForms.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down
4 changes: 2 additions & 2 deletions examples/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.11" targetFramework="net45" />
<package id="Nemiro.OAuth.LoginForms" version="1.4.2423" targetFramework="net45" />
<package id="Nemiro.OAuth" version="1.11.2477" targetFramework="net45" />
<package id="Nemiro.OAuth.LoginForms" version="1.4.2483" targetFramework="net45" />
</packages>
4 changes: 2 additions & 2 deletions examples/Test/Test.CSharp.AspMvc/Test.CSharp.AspMvc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
<HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Nemiro.OAuth, Version=1.11.4.2421, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>..\packages\Nemiro.OAuth.1.11\lib\net40\Nemiro.OAuth.dll</HintPath>
<Reference Include="Nemiro.OAuth, Version=1.11.4.2477, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>..\packages\Nemiro.OAuth.1.11.2477\lib\net40\Nemiro.OAuth.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Data.Entity" />
Expand Down
2 changes: 1 addition & 1 deletion examples/Test/Test.CSharp.AspMvc/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
<package id="Microsoft.AspNet.Razor" version="1.0.20105.408" targetFramework="net40" />
<package id="Microsoft.AspNet.WebPages" version="1.0.20105.408" targetFramework="net40" />
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net40" />
<package id="Nemiro.OAuth" version="1.11" targetFramework="net40" />
<package id="Nemiro.OAuth" version="1.11.2477" targetFramework="net40" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Nemiro.OAuth, Version=1.11.4.2421, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>..\packages\Nemiro.OAuth.1.11\lib\net40\Nemiro.OAuth.dll</HintPath>
<Reference Include="Nemiro.OAuth, Version=1.11.4.2477, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>..\packages\Nemiro.OAuth.1.11.2477\lib\net40\Nemiro.OAuth.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Web.DynamicData" />
Expand Down
2 changes: 1 addition & 1 deletion examples/Test/Test.CSharp.AspWebForms/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Nemiro.OAuth" version="1.11" targetFramework="net40" />
<package id="Nemiro.OAuth" version="1.11.2477" targetFramework="net40" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Nemiro.OAuth, Version=1.11.4.2421, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>..\packages\Nemiro.OAuth.1.11\lib\net40\Nemiro.OAuth.dll</HintPath>
<Reference Include="Nemiro.OAuth, Version=1.11.4.2477, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>..\packages\Nemiro.OAuth.1.11.2477\lib\net40\Nemiro.OAuth.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down
2 changes: 1 addition & 1 deletion examples/Test/Test.CSharp.WinForms/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Nemiro.OAuth" version="1.11" targetFramework="net40" />
<package id="Nemiro.OAuth" version="1.11.2477" targetFramework="net40" />
</packages>
5 changes: 0 additions & 5 deletions examples/Test/Test.Resources/Test.Resources.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Nemiro.OAuth, Version=1.11.4.2421, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>..\packages\Nemiro.OAuth.1.11\lib\net40\Nemiro.OAuth.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
Expand Down Expand Up @@ -80,7 +76,6 @@
<Content Include="ReadMe.txt" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<None Include="Resources\amazon.dat" />
<None Include="Resources\amazon100.dat" />
<None Include="Resources\assembla.dat" />
Expand Down
4 changes: 0 additions & 4 deletions examples/Test/Test.Resources/packages.config

This file was deleted.

Loading

0 comments on commit 4b1d9b2

Please sign in to comment.