BinaryVersion.Handler
0.0.3
Binary Version Handler is a HttpHandler in C# which shows versions of binaries used by currently running ASP.NET application.
Install-Package BinaryVersion.Handler -Version 0.0.3
dotnet add package BinaryVersion.Handler --version 0.0.3
<PackageReference Include="BinaryVersion.Handler" Version="0.0.3" />
paket add BinaryVersion.Handler --version 0.0.3
#r "nuget: BinaryVersion.Handler, 0.0.3"
// Install BinaryVersion.Handler as a Cake Addin #addin nuget:?package=BinaryVersion.Handler&version=0.0.3 // Install BinaryVersion.Handler as a Cake Tool #tool nuget:?package=BinaryVersion.Handler&version=0.0.3
Release Notes
Version 0.0.3 (2013-10-24)
+ Added CLR version, website name, description and language to the model
* Fixed "System.ArgumentException: The path is not of a legal form." error on some websites.
Version 0.0.2 (2013-10-23)
+ This version targets .NET framework 2.0 and higher.
- Removed dependencies on System.Linq and latest System.Web to make it compatible with wider range of websites.
+ Added dependency on Newtonsoft.Json package.
Version 0.0.1 (2013-10-14)
+ Initial code for Binary Version Handler and Sample Web Site.
+ The custom handler is set up in the Sample Website's web.config.
+ 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.
* 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.
--------------------------------------------------------------------------------
IMPORTANT NOTE:
* The current version does not modify web.config. You would need to add the handler to your web.config manually. See https://github.com/mirogta/BinaryVersionHandler/blob/master/BinaryVersion.SampleWeb/Web.config
Dependencies
-
- Newtonsoft.Json (>= 5.0.8)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.