Skip to content

Instantly share code, notes, and snippets.

@kevinblake
kevinblake / Version.aspx
Created October 30, 2012 10:46
Show Assembly Version
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="version.aspx.cs" Inherits="MyApplication.Version" %>
{"Version" : <asp:Literal runat="server" ID="Version"></asp:Literal>, "BuildDate" : <asp:Literal runat="server" ID="BuildDateString"></asp:Literal> }