forked from wadewegner/Force.com-Toolkit-for-NET
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lots of updates including profile 111
- Loading branch information
1 parent
9af3398
commit fb95f60
Showing
27 changed files
with
253 additions
and
265 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
"assets/NuGet.exe" install NUnit.Runners -Version 2.6.4 -o packages | ||
"assets/NuGet.exe" install NUnit.Runners -Version 3.2.1 -o packages | ||
|
||
"packages/NUnit.Runners.2.6.4/tools/nunit-console.exe" -noxml -nodots -labels -stoponerror "..\src\ChatterToolkitForNET.FunctionalTests\bin\Debug\Salesforce.Chatter.FunctionalTests.dll" "..\src\CommonLibrariesForNET.FunctionalTests\bin\Debug\Salesforce.Common.FunctionalTests.dll" "..\src\CommonLibrariesForNET.UnitTests\bin\Debug\Salesforce.Common.UnitTests.dll" "..\src\ForceToolkitForNET.FunctionalTests\bin\Debug\Salesforce.Force.FunctionalTests.dll" "..\src\ForceToolkitForNet.UnitTests\bin\Debug\Salesforce.Force.UnitTests.dll" | ||
"packages/NUnit.ConsoleRunner.3.2.1/tools/nunit3-console.exe" "..\src\ChatterToolkitForNET.FunctionalTests\bin\Debug\Salesforce.Chatter.FunctionalTests.dll" "..\src\CommonLibrariesForNET.FunctionalTests\bin\Debug\Salesforce.Common.FunctionalTests.dll" "..\src\CommonLibrariesForNET.UnitTests\bin\Debug\Salesforce.Common.UnitTests.dll" "..\src\ForceToolkitForNET.FunctionalTests\bin\Debug\Salesforce.Force.FunctionalTests.dll" "..\src\ForceToolkitForNet.UnitTests\bin\Debug\Salesforce.Force.UnitTests.dll" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Microsoft.Bcl" version="1.1.10" targetFramework="portable-net45+win8+wp8" /> | ||
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="portable-net45+win8+wp8" /> | ||
<package id="Microsoft.Bcl.Build" version="1.0.21" targetFramework="portable-net45+win8+wp8" /> | ||
<package id="Microsoft.Bcl.Compression" version="3.9.85" targetFramework="net45" /> | ||
<package id="Microsoft.Net.Http" version="2.2.29" targetFramework="portable-net45+win8+wp8" /> | ||
<package id="Newtonsoft.Json" version="8.0.2" targetFramework="portable-net45+dnxcore50+win+wp80" /> | ||
<package id="Microsoft.Bcl" version="1.1.10" targetFramework="portable-net45+win+wpa81" /> | ||
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="portable-net45+win+wpa81" /> | ||
<package id="Microsoft.Bcl.Build" version="1.0.21" targetFramework="portable-net45+win+wpa81" /> | ||
<package id="Microsoft.Net.Http" version="2.2.29" targetFramework="portable-net45+win+wpa81" /> | ||
<package id="Newtonsoft.Json" version="8.0.3" targetFramework="portable-net45+win+wpa81" /> | ||
</packages> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.