Skip to content

Commit 8c68ff2

Browse files
committed
Update NFig to first stable, and SE.Redis.
1 parent c37b102 commit 8c68ff2

15 files changed

+1525
-1118
lines changed

NFig.Redis/NFig.Redis.csproj

+5-4
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,13 @@
3030
<WarningLevel>4</WarningLevel>
3131
</PropertyGroup>
3232
<ItemGroup>
33-
<Reference Include="NFig, Version=0.9.0.9, Culture=neutral, processorArchitecture=MSIL">
33+
<Reference Include="NFig, Version=0.9.1.13, Culture=neutral, processorArchitecture=MSIL">
3434
<SpecificVersion>False</SpecificVersion>
35-
<HintPath>..\packages\NFig.0.9.0-unstable9\lib\net45\NFig.dll</HintPath>
35+
<HintPath>..\packages\NFig.0.9.1\lib\net45\NFig.dll</HintPath>
3636
</Reference>
37-
<Reference Include="StackExchange.Redis">
38-
<HintPath>..\packages\StackExchange.Redis.1.0.394\lib\net45\StackExchange.Redis.dll</HintPath>
37+
<Reference Include="StackExchange.Redis, Version=1.0.316.0, Culture=neutral, processorArchitecture=MSIL">
38+
<SpecificVersion>False</SpecificVersion>
39+
<HintPath>..\packages\StackExchange.Redis.1.0.414\lib\net45\StackExchange.Redis.dll</HintPath>
3940
</Reference>
4041
<Reference Include="System" />
4142
<Reference Include="System.Core" />

NFig.Redis/packages.config

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="NFig" version="0.9.0-unstable9" targetFramework="net45" />
4-
<package id="StackExchange.Redis" version="1.0.394" targetFramework="net45" />
3+
<package id="NFig" version="0.9.1" targetFramework="net45" />
4+
<package id="StackExchange.Redis" version="1.0.414" targetFramework="net45" />
55
</packages>

SampleApplication/SampleApplication.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
<WarningLevel>4</WarningLevel>
3333
</PropertyGroup>
3434
<ItemGroup>
35-
<Reference Include="NFig, Version=0.9.0.9, Culture=neutral, processorArchitecture=MSIL">
35+
<Reference Include="NFig, Version=0.9.1.13, Culture=neutral, processorArchitecture=MSIL">
3636
<SpecificVersion>False</SpecificVersion>
37-
<HintPath>..\packages\NFig.0.9.0-unstable9\lib\net45\NFig.dll</HintPath>
37+
<HintPath>..\packages\NFig.0.9.1\lib\net45\NFig.dll</HintPath>
3838
</Reference>
3939
<Reference Include="System" />
4040
<Reference Include="System.Core" />

SampleApplication/packages.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="NFig" version="0.9.0-unstable9" targetFramework="net45" />
3+
<package id="NFig" version="0.9.1" targetFramework="net45" />
44
</packages>

packages/NFig.0.9.1/NFig.0.9.1.nupkg

18.1 KB
Binary file not shown.
34.5 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)