-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated the nuget packages and version numbers for a new nuget release
- Loading branch information
1 parent
82fdc44
commit 8c048ef
Showing
15 changed files
with
47 additions
and
46 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,6 +1,7 @@ | ||
$version = "4.10.0" | ||
$mccl_version = "5.0.0" | ||
$matlab_version = "4.10.0" | ||
|
||
Invoke-Expression ".\BuildTestReleaseMCCL.ps1 $version" | ||
Invoke-Expression ".\BuildTestReleaseMATLAB.ps1 $version" | ||
Invoke-Expression ".\BuildTestReleaseMCCL.ps1 $mccl_version" | ||
Invoke-Expression ".\BuildTestReleaseMATLAB.ps1 $matlab_version" | ||
|
||
Read-Host -Prompt "Press Enter to exit" |
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,10 +1,10 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="MathNet.Numerics" version="4.9.0" targetFramework="net461" /> | ||
<package id="MathNet.Numerics" version="4.11.0" targetFramework="net461" /> | ||
<package id="Meta.Numerics" version="4.0.7" targetFramework="net461" /> | ||
<package id="Microsoft.CodeCoverage" version="16.6.1" targetFramework="net461" /> | ||
<package id="Microsoft.NET.Test.Sdk" version="16.6.1" targetFramework="net461" /> | ||
<package id="Newtonsoft.Json" version="12.0.3" targetFramework="net461" /> | ||
<package id="NUnit" version="3.12.0" targetFramework="net461" /> | ||
<package id="NUnit3TestAdapter" version="3.16.1" targetFramework="net461" developmentDependency="true" /> | ||
<package id="NUnit3TestAdapter" version="3.17.0" targetFramework="net461" developmentDependency="true" /> | ||
</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
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,20 +1,20 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="csmpfit" version="1.1.1" targetFramework="net461" /> | ||
<package id="MathNet.Numerics" version="4.9.0" targetFramework="net461" /> | ||
<package id="MathNet.Numerics" version="4.11.0" targetFramework="net461" /> | ||
<package id="Meta.Numerics" version="4.0.7" targetFramework="net461" /> | ||
<package id="Newtonsoft.Json" version="12.0.3" targetFramework="net461" /> | ||
<package id="NLog" version="4.6.8" targetFramework="net461" /> | ||
<package id="NLog" version="4.7.2" targetFramework="net461" /> | ||
<package id="Rx-Core" version="2.2.4" targetFramework="net461" /> | ||
<package id="Rx-Interfaces" version="2.2.4" targetFramework="net461" /> | ||
<package id="Rx-Linq" version="2.2.4" targetFramework="net461" /> | ||
<package id="Rx-Main" version="2.2.2" targetFramework="net461" /> | ||
<package id="Rx-PlatformServices" version="2.2.4" targetFramework="net461" /> | ||
<package id="System.Configuration.ConfigurationManager" version="4.7.0" targetFramework="net461" /> | ||
<package id="System.Reflection.Emit" version="4.7.0" targetFramework="net461" /> | ||
<package id="System.Runtime.CompilerServices.Unsafe" version="4.7.0" targetFramework="net461" /> | ||
<package id="System.Runtime.CompilerServices.Unsafe" version="4.7.1" targetFramework="net461" /> | ||
<package id="System.Security.AccessControl" version="4.7.0" targetFramework="net461" /> | ||
<package id="System.Security.Permissions" version="4.7.0" targetFramework="net461" /> | ||
<package id="System.Security.Principal.Windows" version="4.7.0" targetFramework="net461" /> | ||
<package id="Unity" version="5.11.4" targetFramework="net461" /> | ||
<package id="Unity" version="5.11.7" targetFramework="net461" /> | ||
</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
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,5 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="MathNet.Numerics" version="4.9.0" targetFramework="net461" /> | ||
<package id="NLog" version="4.6.8" targetFramework="net461" /> | ||
<package id="MathNet.Numerics" version="4.11.0" targetFramework="net461" /> | ||
<package id="NLog" version="4.7.2" targetFramework="net461" /> | ||
</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
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