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

Commit

Permalink
Updated version to 2.0.0-barneyrubble
Browse files Browse the repository at this point in the history
  • Loading branch information
grumpydev committed Jul 12, 2016
1 parent ea387cf commit cc15a94
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion src/Nancy.Authentication.Basic/project.json
@@ -1,5 +1,5 @@
{
"version": "2.0.0-*",
"version": "2.0.0-barneyrubble",
"description": "A basic HTTP authentication provider for Nancy.",
"authors": [ "Andreas Håkansson, Steven Robbins and contributors" ],

Expand Down
2 changes: 1 addition & 1 deletion src/Nancy.Authentication.Forms/project.json
@@ -1,5 +1,5 @@
{
"version": "2.0.0-*",
"version": "2.0.0-barneyrubble",
"description": "A forms authentication provider for Nancy.",
"authors": [ "Andreas Håkansson, Steven Robbins and contributors" ],

Expand Down
2 changes: 1 addition & 1 deletion src/Nancy.Authentication.Stateless/project.json
@@ -1,5 +1,5 @@
{
"version": "2.0.0-*",
"version": "2.0.0-barneyrubble",
"description": "A stateless authentication provider for Nancy.",
"authors": [ "Andreas Håkansson, Steven Robbins and contributors" ],

Expand Down
2 changes: 1 addition & 1 deletion src/Nancy.Embedded/project.json
@@ -1,5 +1,5 @@
{
"version": "2.0.0-*",
"version": "2.0.0-barneyrubble",
"description": "Helpers for serving embedded static content with Nancy.",
"authors": [ "Andreas Håkansson, Steven Robbins and contributors" ],

Expand Down
2 changes: 1 addition & 1 deletion src/Nancy.Encryption.MachineKey/project.json
@@ -1,5 +1,5 @@
{
"version": "2.0.0-*",
"version": "2.0.0-barneyrubble",
"description": "System.Web MachineKey encrypton and HMAC providers for Nancy.",
"authors": [ "Andreas Håkansson, Steven Robbins and contributors" ],

Expand Down
2 changes: 1 addition & 1 deletion src/Nancy.Hosting.Aspnet/project.json
@@ -1,5 +1,5 @@
{
"version": "2.0.0-*",
"version": "2.0.0-barneyrubble",
"description": "Enables hosting Nancy on ASP.NET.",
"authors": [ "Andreas Håkansson, Steven Robbins and contributors" ],

Expand Down
2 changes: 1 addition & 1 deletion src/Nancy.Hosting.Self/project.json
@@ -1,5 +1,5 @@
{
"version": "2.0.0-*",
"version": "2.0.0-barneyrubble",
"description": "Enables hosting Nancy in any application.",
"authors": [ "Andreas Håkansson, Steven Robbins and contributors" ],

Expand Down
2 changes: 1 addition & 1 deletion src/Nancy.Metadata.Modules/project.json
@@ -1,5 +1,5 @@
{
"version": "2.0.0-*",
"version": "2.0.0-barneyrubble",
"description": "Nancy metadata modules to describe your APIs.",
"authors": [ "Andreas Håkansson, Steven Robbins and contributors" ],

Expand Down
2 changes: 1 addition & 1 deletion src/Nancy.Owin/project.json
@@ -1,5 +1,5 @@
{
"version": "2.0.0-*",
"version": "2.0.0-barneyrubble",
"description": "Nancy extensions for OWIN hosting.",
"authors": [ "Andreas Håkansson, Steven Robbins and contributors" ],

Expand Down
2 changes: 1 addition & 1 deletion src/Nancy.Testing/project.json
@@ -1,5 +1,5 @@
{
"version": "2.0.0-*",
"version": "2.0.0-barneyrubble",
"description": "Test harness for Nancy applications.",
"authors": [ "Andreas Håkansson, Steven Robbins and contributors" ],

Expand Down
2 changes: 1 addition & 1 deletion src/Nancy.Validation.DataAnnotations/project.json
@@ -1,5 +1,5 @@
{
"version": "2.0.0-*",
"version": "2.0.0-barneyrubble",
"description": "Adds Data Annotation validation support to Nancy.",
"authors": [ "Andreas Håkansson, Steven Robbins and contributors" ],

Expand Down
2 changes: 1 addition & 1 deletion src/Nancy.Validation.FluentValidation/project.json
@@ -1,5 +1,5 @@
{
"version": "2.0.0-*",
"version": "2.0.0-barneyrubble",
"description": "Adds Fluent Validation support to Nancy.",
"authors": [ "Andreas Håkansson, Steven Robbins and contributors" ],

Expand Down
2 changes: 1 addition & 1 deletion src/Nancy.ViewEngines.DotLiquid/project.json
@@ -1,5 +1,5 @@
{
"version": "2.0.0-*",
"version": "2.0.0-barneyrubble",
"description": "Enables using the DotLiquid view engine with Nancy.",
"authors": [ "Andreas Håkansson, Steven Robbins and contributors" ],

Expand Down
2 changes: 1 addition & 1 deletion src/Nancy.ViewEngines.Markdown/project.json
@@ -1,5 +1,5 @@
{
"version": "2.0.0-*",
"version": "2.0.0-barneyrubble",
"description": "Enables using Markdown with Nancy.",
"authors": [ "Andreas Håkansson, Steven Robbins and contributors" ],

Expand Down
2 changes: 1 addition & 1 deletion src/Nancy.ViewEngines.Nustache/project.json
@@ -1,5 +1,5 @@
{
"version": "2.0.0-*",
"version": "2.0.0-barneyrubble",
"description": "Enables using the Nustache view engine with Nancy.",
"authors": [ "Andreas Håkansson, Steven Robbins and contributors" ],

Expand Down
2 changes: 1 addition & 1 deletion src/Nancy.ViewEngines.Razor.BuildProviders/project.json
@@ -1,5 +1,5 @@
{
"version": "2.0.0-*",
"version": "2.0.0-barneyrubble",

"dependencies": {
"Nancy": { "target": "project" },
Expand Down
2 changes: 1 addition & 1 deletion src/Nancy.ViewEngines.Razor/project.json
@@ -1,5 +1,5 @@
{
"version": "2.0.0-*",
"version": "2.0.0-barneyrubble",
"description": "Enables using the Razor view engine with Nancy.",
"authors": [ "Andreas Håkansson, Steven Robbins and contributors" ],

Expand Down
2 changes: 1 addition & 1 deletion src/Nancy.ViewEngines.Spark/project.json
@@ -1,5 +1,5 @@
{
"version": "2.0.0-*",
"version": "2.0.0-barneyrubble",
"description": "Enables using the Spark view engine with Nancy.",
"authors": [ "Andreas Håkansson, Steven Robbins and contributors" ],

Expand Down
2 changes: 1 addition & 1 deletion src/Nancy/project.json
@@ -1,5 +1,5 @@
{
"version": "2.0.0-*",
"version": "2.0.0-barneyrubble",
"description": "Nancy is a lightweight web framework for the .Net platform, inspired by Sinatra. Nancy aim at delivering a low ceremony approach to building light, fast web applications.",
"authors": [ "Andreas Håkansson, Steven Robbins and contributors" ],

Expand Down

0 comments on commit cc15a94

Please sign in to comment.