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

Commit

Permalink
v1.4.2483
Browse files Browse the repository at this point in the history
  • Loading branch information
alekseynemiro committed Aug 8, 2016
1 parent 859e29f commit 16e5406
Show file tree
Hide file tree
Showing 20 changed files with 49 additions and 71 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
bin
obj
*.user
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

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

### Changed
* Updated references to [Nemiro.OAuth](https://github.com/alekseynemiro/nemiro.oauth.dll).

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

### Added
Expand Down
8 changes: 4 additions & 4 deletions examples/Net35.Facebook/Facebook.Net35.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Nemiro.OAuth, Version=1.11.35.2421, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.11\lib\net35\Nemiro.OAuth.dll</HintPath>
<Reference Include="Nemiro.OAuth, Version=1.11.35.2477, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.11.2477\lib\net35\Nemiro.OAuth.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Nemiro.OAuth.LoginForms, Version=1.4.35.2423, Culture=neutral, PublicKeyToken=2656cfe28099e3f4, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.LoginForms.1.4.2423\lib\net35\Nemiro.OAuth.LoginForms.dll</HintPath>
<Reference Include="Nemiro.OAuth.LoginForms, Version=1.4.35.2483, Culture=neutral, PublicKeyToken=2656cfe28099e3f4, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.LoginForms.1.4.2483\lib\net35\Nemiro.OAuth.LoginForms.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down
4 changes: 2 additions & 2 deletions examples/Net35.Facebook/app.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<section name="Facebook.Net35.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
</sectionGroup>
</configSections>
Expand Down
4 changes: 2 additions & 2 deletions examples/Net35.Facebook/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="net35" />
<package id="Nemiro.OAuth.LoginForms" version="1.4.2423" targetFramework="net35" />
<package id="Nemiro.OAuth" version="1.11.2477" targetFramework="net35" />
<package id="Nemiro.OAuth.LoginForms" version="1.4.2483" targetFramework="net35" />
</packages>
8 changes: 4 additions & 4 deletions examples/Net40.Google.Drive/Google.Drive.Net40.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,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.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/Net40.Google.Drive/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>
8 changes: 4 additions & 4 deletions examples/Net45.Yandex.Disk/Yandex.Disk.Net45.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.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="Nemiro.OAuth.LoginForms, Version=1.4.45.2423, Culture=neutral, PublicKeyToken=2656cfe28099e3f4, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.LoginForms.1.4.2423\lib\net45\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/Net45.Yandex.Disk/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>
8 changes: 4 additions & 4 deletions examples/Net451.Twitter/Twitter.Net451.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Nemiro.OAuth, Version=1.11.451.2421, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.11\lib\net451\Nemiro.OAuth.dll</HintPath>
<Reference Include="Nemiro.OAuth, Version=1.11.451.2477, Culture=neutral, PublicKeyToken=cb06320e362d440b, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.1.11.2477\lib\net451\Nemiro.OAuth.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Nemiro.OAuth.LoginForms, Version=1.4.451.2423, Culture=neutral, PublicKeyToken=2656cfe28099e3f4, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.LoginForms.1.4.2423\lib\net451\Nemiro.OAuth.LoginForms.dll</HintPath>
<Reference Include="Nemiro.OAuth.LoginForms, Version=1.4.451.2483, Culture=neutral, PublicKeyToken=2656cfe28099e3f4, processorArchitecture=MSIL">
<HintPath>packages\Nemiro.OAuth.LoginForms.1.4.2483\lib\net451\Nemiro.OAuth.LoginForms.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down
4 changes: 2 additions & 2 deletions examples/Net451.Twitter/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="net451" />
<package id="Nemiro.OAuth.LoginForms" version="1.4.2423" targetFramework="net451" />
<package id="Nemiro.OAuth" version="1.11.2477" targetFramework="net451" />
<package id="Nemiro.OAuth.LoginForms" version="1.4.2483" targetFramework="net451" />
</packages>
10 changes: 0 additions & 10 deletions src/Local.testsettings

This file was deleted.

19 changes: 7 additions & 12 deletions src/Nemiro.OAuth.LoginForms.sln
Original file line number Diff line number Diff line change
@@ -1,25 +1,17 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nemiro.OAuth.LoginForms", "Nemiro.OAuth.LoginForms\Nemiro.OAuth.LoginForms.csproj", "{EFB2C106-74F9-4635-8024-3E09DE5C8F22}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestProject1", "TestProject1\TestProject1.csproj", "{3B50AA15-E2B4-4513-AA09-15534DC8A336}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3DAA31CB-DE28-46DD-81AB-0C8C6C5A82B1}"
ProjectSection(SolutionItems) = preProject
Local.testsettings = Local.testsettings
Nemiro.OAuth.LoginForms.vsmdi = Nemiro.OAuth.LoginForms.vsmdi
TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
EndProjectSection
EndProject
Global
GlobalSection(SubversionScc) = preSolution
Svn-Managed = True
Manager = AnkhSVN - Subversion Support for Visual Studio
EndGlobalSection
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = Nemiro.OAuth.LoginForms.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Expand All @@ -37,4 +29,7 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = Nemiro.OAuth.LoginForms.vsmdi
EndGlobalSection
EndGlobal
6 changes: 0 additions & 6 deletions src/Nemiro.OAuth.LoginForms.vsmdi

This file was deleted.

4 changes: 2 additions & 2 deletions src/Nemiro.OAuth.LoginForms/Nemiro.OAuth.LoginForms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
<AssemblyOriginatorKeyFile>Nemiro.OAuth.LoginForms.snk</AssemblyOriginatorKeyFile>
</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
4 changes: 2 additions & 2 deletions src/Nemiro.OAuth.LoginForms/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@
// Можно задать все значения или принять номер построения и номер редакции по умолчанию,
// используя "*", как показано ниже:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.4.4.2423")]
[assembly: AssemblyFileVersion("1.4.4.2423")]
[assembly: AssemblyVersion("1.4.4.2483")]
[assembly: AssemblyFileVersion("1.4.4.2483")]
2 changes: 1 addition & 1 deletion src/Nemiro.OAuth.LoginForms/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 src/TestProject1/TestProject1.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
<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 src/TestProject1/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>
9 changes: 0 additions & 9 deletions src/TraceAndTestImpact.testsettings

This file was deleted.

0 comments on commit 16e5406

Please sign in to comment.