Skip to content

Commit

Permalink
update Contexteer references to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mexx committed Nov 27, 2012
1 parent 77a330a commit d610e9e
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
<DocumentationFile>bin\Release\FeatureSwitcher.Contexteer.XML</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Contexteer, Version=1.0.0.1, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Contexteer, Version=1.0.0.3, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Contexteer.1.0.0-rc1\lib\4.0\Contexteer.dll</HintPath>
<HintPath>..\packages\Contexteer.1.0.0\lib\4.0\Contexteer.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
2 changes: 1 addition & 1 deletion Source/FeatureSwitcher.Contexteer/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Contexteer" version="1.0.0-rc1" targetFramework="net40" />
<package id="Contexteer" version="1.0.0" targetFramework="net40" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
<CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
</PropertyGroup>
<ItemGroup>
<Reference Include="Contexteer, Version=1.0.0.1, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Contexteer, Version=1.0.0.3, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Contexteer.1.0.0-rc1\lib\4.0\Contexteer.dll</HintPath>
<HintPath>..\packages\Contexteer.1.0.0\lib\4.0\Contexteer.dll</HintPath>
</Reference>
<Reference Include="System.Core" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Source/FeatureSwitcher.Examples/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Contexteer" version="1.0.0-rc1" targetFramework="net40-Client" />
<package id="Contexteer" version="1.0.0" targetFramework="net40-Client" />
</packages>
4 changes: 2 additions & 2 deletions Source/FeatureSwitcher.Specs/FeatureSwitcher.Specs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Contexteer, Version=1.0.0.1, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Contexteer, Version=1.0.0.3, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Contexteer.1.0.0-rc1\lib\4.0\Contexteer.dll</HintPath>
<HintPath>..\packages\Contexteer.1.0.0\lib\4.0\Contexteer.dll</HintPath>
</Reference>
<Reference Include="Machine.Specifications, Version=0.5.9.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down
2 changes: 1 addition & 1 deletion Source/FeatureSwitcher.Specs/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Contexteer" version="1.0.0-rc1" targetFramework="net40" />
<package id="Contexteer" version="1.0.0" targetFramework="net40" />
<package id="Machine.Specifications" version="0.5.9" targetFramework="net40" />
</packages>

0 comments on commit d610e9e

Please sign in to comment.