Skip to content

Commit

Permalink
Updating Nancy version
Browse files Browse the repository at this point in the history
  • Loading branch information
loudej committed Dec 10, 2012
1 parent edb1242 commit e8b9ed8
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion Sakefile.shade
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

var PROJECT='Gate'
var VERSION='0.19'
var VERSION='0.24'
var FULL_VERSION='${VERSION}-ctp5'
var AUTHORS='${PROJECT} contributors'

Expand Down
4 changes: 2 additions & 2 deletions src/Adapters/Gate.Adapters.Nancy/Gate.Adapters.Nancy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Nancy, Version=0.12.1.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Nancy, Version=0.14.1.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\packages\Nancy.0.12.1\lib\net40\Nancy.dll</HintPath>
<HintPath>..\..\..\packages\Nancy.0.14.1\lib\net40\Nancy.dll</HintPath>
</Reference>
<Reference Include="Owin">
<HintPath>..\..\..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion src/Adapters/Gate.Adapters.Nancy/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Nancy" version="0.12.1" targetFramework="net40" />
<package id="Nancy" version="0.14.1" targetFramework="net40" />
<package id="Owin" version="1.0" targetFramework="net40" />
<package id="Owin.Extensions" version="0.6.4" targetFramework="net40" />
<package id="TaskHelpers.Sources" version="0.2" targetFramework="net40" />
Expand Down
8 changes: 4 additions & 4 deletions src/CommonAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("0.19")]
// [assembly: AssemblyVersion("0.24")]

using System.Reflection;

[assembly: AssemblyVersion("0.19")]
[assembly: AssemblyFileVersion("0.19")]
[assembly: AssemblyInformationalVersion("0.19")]
[assembly: AssemblyVersion("0.24")]
[assembly: AssemblyFileVersion("0.24")]
[assembly: AssemblyInformationalVersion("0.24")]
4 changes: 2 additions & 2 deletions src/Samples/Sample.HelloWorld/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("0.19")]
[assembly: AssemblyFileVersion("0.19")]
[assembly: AssemblyVersion("0.24")]
[assembly: AssemblyFileVersion("0.24")]
4 changes: 2 additions & 2 deletions src/Samples/Sample.Nancy/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Sample.AspNet")]
[assembly: AssemblyProduct("Sample.AspNet")]
[assembly: AssemblyVersion("0.19")]
[assembly: AssemblyFileVersion("0.19")]
[assembly: AssemblyVersion("0.24")]
[assembly: AssemblyFileVersion("0.24")]

[assembly: InternalsVisibleTo("Sample.AspNet.Tests")]

12 changes: 6 additions & 6 deletions src/Samples/Sample.Nancy/Sample.Nancy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,21 +46,21 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Microsoft.Owin.Host.SystemWeb, Version=0.12.0.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Microsoft.Owin.Host.SystemWeb, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\packages\Microsoft.Owin.Host.SystemWeb.0.12-alpha2\lib\net40\Microsoft.Owin.Host.SystemWeb.dll</HintPath>
<HintPath>..\..\..\packages\Microsoft.Owin.Host.SystemWeb.1.0.0-rc1-121209\lib\net40\Microsoft.Owin.Host.SystemWeb.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<Private>True</Private>
<HintPath>..\..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
</Reference>
<Reference Include="Nancy, Version=0.12.1.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Nancy, Version=0.14.1.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\packages\Nancy.0.12.1\lib\net40\Nancy.dll</HintPath>
<HintPath>..\..\..\packages\Nancy.0.14.1\lib\net40\Nancy.dll</HintPath>
</Reference>
<Reference Include="Nancy.ViewEngines.Spark, Version=0.12.1.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Nancy.ViewEngines.Spark, Version=0.14.1.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\packages\Nancy.Viewengines.Spark.0.12.1\lib\net40\Nancy.ViewEngines.Spark.dll</HintPath>
<HintPath>..\..\..\packages\Nancy.Viewengines.Spark.0.14.1\lib\net40\Nancy.ViewEngines.Spark.dll</HintPath>
</Reference>
<Reference Include="Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
Expand Down
6 changes: 3 additions & 3 deletions src/Samples/Sample.Nancy/packages.config
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.Owin.Host.SystemWeb" version="0.12-alpha2" targetFramework="net40" />
<package id="Microsoft.Owin.Host.SystemWeb" version="1.0.0-rc1-121209" targetFramework="net40" />
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net40" />
<package id="Nancy" version="0.12.1" targetFramework="net40" />
<package id="Nancy.Viewengines.Spark" version="0.12.1" targetFramework="net40" />
<package id="Nancy" version="0.14.1" targetFramework="net40" />
<package id="Nancy.Viewengines.Spark" version="0.14.1" targetFramework="net40" />
<package id="Owin" version="1.0" targetFramework="net40" />
<package id="Owin.Extensions" version="0.6.4" targetFramework="net40" />
<package id="Spark" version="1.7.2.0" targetFramework="net40" />
Expand Down
4 changes: 2 additions & 2 deletions src/Samples/Samples.ViaRouting/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("0.19")]
[assembly: AssemblyFileVersion("0.19")]
[assembly: AssemblyVersion("0.24")]
[assembly: AssemblyFileVersion("0.24")]

0 comments on commit e8b9ed8

Please sign in to comment.