Skip to content

Commit 9086ca3

Browse files
committed
Updated the Demo Project with the latest ClearScript nuget.
1 parent a127c79 commit 9086ca3

10 files changed

Lines changed: 4 additions & 3 deletions

src/ClearScript.Manager.Demo/ClearScript.Manager.Demo.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
</PropertyGroup>
3434
<ItemGroup>
3535
<Reference Include="ClearScript">
36-
<HintPath>..\packages\ClearScript.Manager.0.9.4.13820\lib\net45\ClearScript.dll</HintPath>
36+
<HintPath>..\packages\ClearScript.Installer.1.0.1.31662\lib\net45\ClearScript.dll</HintPath>
3737
</Reference>
3838
<Reference Include="ClearScript.Manager">
39-
<HintPath>..\packages\ClearScript.Manager.0.9.4.13820\lib\net45\ClearScript.Manager.dll</HintPath>
39+
<HintPath>..\packages\ClearScript.Manager.1.0.0.32920\lib\net45\ClearScript.Manager.dll</HintPath>
4040
</Reference>
4141
<Reference Include="System" />
4242
<Reference Include="System.Core" />
56 KB
Binary file not shown.
921 KB
Binary file not shown.
68 KB
Binary file not shown.
985 KB
Binary file not shown.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="ClearScript.Manager" version="0.9.4.13820" targetFramework="net45" />
3+
<package id="ClearScript.Installer" version="1.0.1.31662" targetFramework="net45" />
4+
<package id="ClearScript.Manager" version="1.0.0.32920" targetFramework="net45" />
45
</packages>
66 KB
Binary file not shown.
856 KB
Binary file not shown.
180 KB
Binary file not shown.
864 KB
Binary file not shown.

0 commit comments

Comments
 (0)