Skip to content

Commit

Permalink
Updated Nuget command line and Elmah packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegoroff authored and Yegoroff committed Jan 18, 2012
1 parent beca348 commit 9499515
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 5 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Lib/NuGet.CommandLine.1.6.0/tools/NuGet.exe
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion NuGet Publish.bat
@@ -1,4 +1,4 @@
@set NUGET="Lib\NuGet.CommandLine.1.5.21005.9019\tools\NuGet.exe"
@set NUGET="Lib\NuGet.CommandLine.1.6.0\tools\NuGet.exe"

@echo ==========================
@echo NuGet package publishing.
Expand Down
2 changes: 1 addition & 1 deletion NuGet.bat
@@ -1,7 +1,7 @@
@set DEVENV100="%programfiles(x86)%\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe"
@if "%programfiles(x86)%"=="" (@set DEVENV100="%programfiles%\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe")

@set NUGET="Lib\NuGet.CommandLine.1.5.21005.9019\tools\NuGet.exe"
@set NUGET="Lib\NuGet.CommandLine.1.6.0\tools\NuGet.exe"

@echo ==========================
@echo Building NConfig.
Expand Down
5 changes: 3 additions & 2 deletions Samples/NConfigMvc/NConfigMvc/NConfigMvc.csproj
Expand Up @@ -34,8 +34,9 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Elmah">
<HintPath>..\..\..\Lib\elmah.corelibrary.1.2\lib\Elmah.dll</HintPath>
<Reference Include="Elmah, Version=1.2.14318.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\Lib\elmah.corelibrary.1.2.1\lib\Elmah.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
Expand Down
2 changes: 1 addition & 1 deletion Samples/NConfigMvc/NConfigMvc/packages.config
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="elmah.corelibrary" version="1.2" />
<package id="elmah" version="1.2.0.1" />
<package id="elmah.corelibrary" version="1.2.1" />
</packages>

0 comments on commit 9499515

Please sign in to comment.