Skip to content

Commit

Permalink
Updated SharedAssemblyInfo to v2.0.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodejunkie committed Mar 22, 2016
1 parent aa569f6 commit b63b445
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,9 +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("1.4.1")]
[assembly: AssemblyInformationalVersion("1.4.1")]
[assembly: AssemblyVersion("2.0.0")]
[assembly: AssemblyInformationalVersion("2.0.0-alpha")]

0 comments on commit b63b445

Please sign in to comment.