summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo: langauge -> languageFelix Yan2017-01-191-1/+1
* Updated NuGet.exeDavid Christiansen2015-01-051-0/+0
* Removes delay-signing build authoring leftovers that was still breaking the b...v5.0.0-alpha2Andrew Arnott2013-10-224-92/+5
* Removes unified assembly, since it's fundamentally broken due to anonymous ty...Andrew Arnott2013-10-216-46/+13
* Fixes build with new DNOA.MvcAndrew Arnott2013-10-192-1/+5
* Adds DNOA.Mvc to the standard shipping projects.Andrew Arnott2013-10-191-0/+1
* Removes InfoCard support from the library.Andrew Arnott2013-06-161-3/+0
* Removes project templates.Andrew Arnott2013-06-161-19/+0
* Fixes build break from the signing change in the build.Andrew Arnott2013-06-161-1/+1
* Strong-name key is replaced with non-encrypted one.Andrew Arnott2013-06-152-4/+4
* Removes project templates from the nightly build.Andrew Arnott2013-03-261-4/+8
* Fixes whitespace.Andrew Arnott2013-03-261-5/+5
* Fixes MRefBuilder build break.Andrew Arnott2013-03-261-1/+6
* Fixed OpenIdOfflineProvider so it can actually launch.Andrew Arnott2013-01-281-1/+2
* Consolidating on NUnit 2.6.1 (latest supported by TeamCity).Andrew Arnott2012-12-29150-3150/+3527
* Fixes up some missing references.Andrew Arnott2012-12-291-3/+0
* Fixed up doc building for .NET 4.5 targeting.Andrew Arnott2012-12-2917-45/+85
* Fixes doc build break.Andrew Arnott2012-12-281-1/+1
* System.Net.Http references recreated using NuGet.Andrew Arnott2012-12-282-6/+0
* Fixes ILMerge.Andrew Arnott2012-12-281-1/+0
* Removes unused lib files.Andrew Arnott2012-12-281-1/+0
* Removes CLR4 compiler symbol.Andrew Arnott2012-12-281-2/+0
* Removed ClrVersion build property.Andrew Arnott2012-12-283-30/+7
* Retargets exclusively to .NET 4.5 now.Andrew Arnott2012-12-282-51/+5
* Merge branch 'v4.2'Andrew Arnott2012-12-281-1/+0
|\
| * OAuth2 NuGet packages no longer version separately.Andrew Arnott2012-12-271-1/+0
* | Sets up NuGet package restore for builds.Andrew Arnott2012-12-261-0/+1
* | Removes all traces of MS Code Contracts.Andrew Arnott2012-12-26109-13795/+0
|/
* Fixed broken runtime due to bad assemblyinfo attribute.v4.1.2.12274Andrew Arnott2012-09-301-1/+1
* Adjusted AssemblyInfo.cs to be unique for each assembly.Andrew Arnott2012-09-291-0/+4
* Added NuGet package dependency and fixed build breaks in samples.Andrew Arnott2012-09-271-3/+2
* Adds ClientBase.CreateAuthorizingHandlerAndrew Arnott2012-09-262-1/+9
* Merge branch 'v4.0'Andrew Arnott2012-06-301-0/+0
|\
| * Fixed injection of .config URI section so that it applies appropriately based...Andrew Arnott2012-06-301-0/+0
* | Merge branch 'v4.0'Andrew Arnott2012-06-101-1/+1
|\ \ | |/
| * Fixed Win32 PE header of unified library.Andrew Arnott2012-06-101-1/+1
| * Fixed build warnings when targeting .NET 3.5.Andrew Arnott2012-05-291-2/+2
* | Fixed build break in drop.proj /t:layoutAndrew Arnott2012-06-101-0/+5
* | Merge branch 'v4.0'Andrew Arnott2012-05-011-0/+1
|\ \ | |/
| * Migrated the latest changes from DNOA.Core.nuspec to the rest of them to fix ...Andrew Arnott2012-04-301-0/+1
* | Added .NET 4.5 targetability to DNOA and enhanced .nupkg files to include .NE...Andrew Arnott2012-04-233-0/+20
* | Eliminated a bunch of build warnings when targeting .NET 4.0Andrew Arnott2012-04-151-2/+2
* | More fixing up docs so that they build correctly.Andrew Arnott2012-04-151-4/+11
* | Fixed nightly build to include the deployable archives for docs and samples.Andrew Arnott2012-04-151-1/+9
* | Switched drop.proj to generate drops based on .NET 4.0, and include .NET 3.5 ...Andrew Arnott2012-04-154-26/+64
* | Adds missing .xml files to project templates.Andrew Arnott2012-04-131-0/+1
* | Fixed build breaks in nightly build.Andrew Arnott2012-04-042-5/+9
* | Fix for build break due to trying to compile samples when targeting .NET 3.5.Andrew Arnott2012-04-031-4/+7
* | Merge branch 'master' into oauth2refactorAndrew Arnott2012-03-213-3/+4
|\ \ | |/
| * Fixed build when git isn't tracking the source code.Andrew Arnott2012-03-211-1/+2
| * Includes OAuth 2 functionality in the unified DLL by default.Andrew Arnott2012-03-192-2/+2
* | Redistributed OAuth2 code into their more specific assemblies.Andrew Arnott2012-03-161-0/+1
|/
* Upgraded to Sandcastle June 2010 release (changeset 54478).Andrew Arnott2012-03-1174-1327/+2404
* Changed the compile-time switch for DH support into a runtime check for the s...Andrew Arnott2012-03-111-1/+0
* AssemblyVersion is now a simple major.minor string, to make referencing easier.Andrew Arnott2012-03-101-2/+5
* Centralized all version information, including prerelease details, into the v...Andrew Arnott2012-03-101-3/+2
* FxCop fixes and suppressions.Andrew Arnott2012-03-101-0/+1
* Upgraded to StyleCop 4.7.Andrew Arnott2012-03-0914-8/+3
* Added copyright messages to AspNet project.Andrew Arnott2012-03-011-1/+1
* Fixed build targeting CLR4 to reference MVC from the source tree (rather than...Andrew Arnott2012-03-014-8/+4
* Upgraded to NUnit 2.6.0.Andrew Arnott2012-02-20314-14868/+16693
* Fixed FxCop messages in DNOA.Core #68Andrew Arnott2012-02-091-1/+7
* Removed log4net reference from all bug DNOA.Core assembly.Andrew Arnott2012-02-081-3/+0
* Added DotNetOpenAuth.OAuth.Common to contain dependencies shared between OAut...Andrew Arnott2012-02-081-0/+1
* Removed OAuth1's dependency on OpenID assemblies.Andrew Arnott2012-02-081-0/+1
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-051-1/+1
* Removes OAuth 2 samples from unified assembly distribution that lacks OAuth2 ...Andrew Arnott2012-02-031-1/+8
* Fixes references in project templates to dotnetopenauth so that they target t...Andrew Arnott2012-02-011-14/+16
* Deleted NUnit samples that were irrelevant to the project.Andrew Arnott2012-01-3180-6834/+0
* Removed OAuth 2 from the unified DNOA assembly.Andrew Arnott2012-01-291-5/+9
* Fixed up versioning to use SemVer 2.0.Andrew Arnott2012-01-291-3/+16
* Fixed up build.proj to build nuget.proj and other projects with dual target f...Andrew Arnott2012-01-291-1/+1
* Fixed up all existing NuGet packages and added several more. All but UI dll'...Andrew Arnott2012-01-291-0/+2
* Fixed ILMerge build break in OpenIdOfflineProvider when building to CLR 4.Andrew Arnott2012-01-291-1/+15
* Fixed more DotNetOpenAuth.Messaging -> DNOA.Core rename issues.Andrew Arnott2012-01-291-1/+1
* Fixed references to old .Messaging. assemblies.Andrew Arnott2012-01-291-2/+2
* Created several NuGet packages.Andrew Arnott2012-01-291-0/+0
* Added build property that can cause the Diffie-Hellman algorithm and its asso...Andrew Arnott2011-10-101-0/+1
* Removed dependencies on PresentationFramework and WindowsBase when targeting ...Andrew Arnott2011-10-101-6/+8
* Fixes web.config references to OpenID behaviors that have changed name.Andrew Arnott2011-10-091-0/+5
* Fixed up XAML and ASPX references to the unified DotNetOpenAuth assembly.Andrew Arnott2011-10-091-0/+11
* Fixed handling of targeting .NET 4.5Andrew Arnott2011-10-091-2/+2
* Removed unwanted binaries from samples directories in drop layout.Andrew Arnott2011-09-201-5/+2
* Fixed build breaks after code contract reference assembly generation removal.Andrew Arnott2011-09-192-3/+5
* All product assemblies build without ccrewrite.exe now.Andrew Arnott2011-09-181-2/+2
* DotNetOpenAuth.Messaging no longer relies on ccrewrite.exeAndrew Arnott2011-09-171-3/+12
* Fixed help compilation somewhat. (The generated files only include Code Cont...Andrew Arnott2011-09-152-4/+16
* Fixed up project references in samples and project templates.Andrew Arnott2011-09-062-1/+4
* Fixed some build issues with drop.projAndrew Arnott2011-09-052-2/+3
* Fixed a couple of build breaks exposed by drop.proj.Andrew Arnott2011-09-021-2/+2
* Fixed up signing and merging of the contracts assemblies.Andrew Arnott2011-09-023-4/+7
* Added a DotNetOpenAuth.proj that builds a unified assembly.Andrew Arnott2011-09-021-1/+25
* Splitting up the OpenID profile into OpenID RP and OP. The core OpenID DLL c...Andrew Arnott2011-07-201-1/+1
* Moved all the redundant project settings into a common .props file.Andrew Arnott2011-07-111-0/+145
* Enabled fast up-to-date check in IDE.Andrew Arnott2011-06-261-0/+1
* Excluded .vs10x files from nightly drop.Andrew Arnott2011-04-301-0/+1
* Added ILMerge to toolset to remove it as an external dependency on a build ma...Andrew Arnott2011-04-153-0/+104
* Fixed builds of DotNetOpenAuth that target CLR4.Andrew Arnott2011-02-161-2/+3
* Added another coverage report.Andrew Arnott2010-12-271-0/+715
* Applied fixes from StackOverflow.Andrew Arnott2010-12-272-8/+7