Skip to content
This repository has been archived by the owner on Jan 24, 2021. It is now read-only.

Commit

Permalink
Updated SharedAssemblyInfo to v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grumpydev committed Jan 5, 2013
1 parent 575390f commit 3be9e2d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
using System.Runtime.InteropServices;
using System.Reflection;

[assembly: AssemblyTitle("Nancy")]
[assembly: AssemblyDescription("A Sinatra inspired web framework for the .NET platform")]
[assembly: AssemblyCompany("Nancy")]
[assembly: AssemblyProduct("Nancy")]
[assembly: AssemblyCopyright("Copyright (C) Andreas Hakansson, Steven Robbins and contributors")]
[assembly: AssemblyVersion("0.14.1")]
[assembly: AssemblyInformationalVersion("0.14.1")]



[assembly: AssemblyVersion("0.15.0")]
[assembly: AssemblyInformationalVersion("0.15.0")]

0 comments on commit 3be9e2d

Please sign in to comment.