BinaryVersion.Handler
0.0.3
dotnet add package BinaryVersion.Handler --version 0.0.3
NuGet\Install-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
Binary Version Handler is a HttpHandler in C# which shows versions of binaries used by currently running ASP.NET application.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net20 is compatible. net35 was computed. net40 was computed. net403 was computed. net45 was computed. 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. |
-
- Newtonsoft.Json (>= 5.0.8)
GitHub repositories
This package is not used by any popular GitHub repositories.
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