BinaryVersion.Handler 0.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package BinaryVersion.Handler --version 0.0.1
NuGet\Install-Package BinaryVersion.Handler -Version 0.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BinaryVersion.Handler" Version="0.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BinaryVersion.Handler --version 0.0.1
#r "nuget: BinaryVersion.Handler, 0.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install BinaryVersion.Handler as a Cake Addin
#addin nuget:?package=BinaryVersion.Handler&version=0.0.1

// Install BinaryVersion.Handler as a Cake Tool
#tool nuget:?package=BinaryVersion.Handler&version=0.0.1

Binary Version Handler is a HttpHandler which shows versions of binaries used by currently running ASP.NET application.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.3 5,435 10/24/2013
0.0.1 1,456 10/14/2013

Version 0.0.1
+ Initial code for Binary Version Handler and Sample Web Site.
+ The custom handler is set up in the Sample Website's web.config (see source on the project's homepage).
+ Support for version.xml and version.json
+ It can only show non-Microsoft binaries and their versions by default.
+ It can show all binaries including Microsoft dlls with /all parameter.
+ Using HttpResponse output cache (default for 1 year) with cache dependencies on the binary files.

IMPORTANT NOTE:
* This version does not modify web.config. You would need to the handler to your web.config.
* This version targets .NET framework 4.5 only at the moment. It doesn't work with ASP.NET applications built with .NET 2.0 or 3.5.