diff --git a/BuildTestRelease.ps1 b/BuildTestRelease.ps1 index 37d401e2e..b50b04c9e 100644 --- a/BuildTestRelease.ps1 +++ b/BuildTestRelease.ps1 @@ -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" diff --git a/src/Vts.Desktop.Test/Vts.Desktop.Test.csproj b/src/Vts.Desktop.Test/Vts.Desktop.Test.csproj index fa39bf078..48aa61334 100644 --- a/src/Vts.Desktop.Test/Vts.Desktop.Test.csproj +++ b/src/Vts.Desktop.Test/Vts.Desktop.Test.csproj @@ -1,8 +1,8 @@  + - Debug @@ -65,8 +65,8 @@ false - - ..\packages\MathNet.Numerics.4.9.0\lib\net461\MathNet.Numerics.dll + + ..\packages\MathNet.Numerics.4.11.0\lib\net461\MathNet.Numerics.dll ..\packages\Meta.Numerics.4.0.7\lib\netstandard1.1\Meta.Numerics.dll @@ -452,11 +452,11 @@ - + diff --git a/src/Vts.Desktop.Test/packages.config b/src/Vts.Desktop.Test/packages.config index f32acfaae..1e248f17b 100644 --- a/src/Vts.Desktop.Test/packages.config +++ b/src/Vts.Desktop.Test/packages.config @@ -1,10 +1,10 @@  - + - + \ No newline at end of file diff --git a/src/Vts.Desktop/AssemblyFileVersion.cs b/src/Vts.Desktop/AssemblyFileVersion.cs index 2e4ccaaef..236e99e02 100644 --- a/src/Vts.Desktop/AssemblyFileVersion.cs +++ b/src/Vts.Desktop/AssemblyFileVersion.cs @@ -10,4 +10,4 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyFileVersion("1.0.*")] -[assembly: AssemblyFileVersion("4.9.0")] +[assembly: AssemblyFileVersion("4.10.0")] diff --git a/src/Vts.Desktop/AssemblyVersion.cs b/src/Vts.Desktop/AssemblyVersion.cs index abb887e12..51982430c 100644 --- a/src/Vts.Desktop/AssemblyVersion.cs +++ b/src/Vts.Desktop/AssemblyVersion.cs @@ -10,4 +10,4 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("4.9.0")] +[assembly: AssemblyVersion("4.10.0")] diff --git a/src/Vts.Desktop/Vts.Desktop.csproj b/src/Vts.Desktop/Vts.Desktop.csproj index 196fc6cd5..d72ef7c6a 100644 --- a/src/Vts.Desktop/Vts.Desktop.csproj +++ b/src/Vts.Desktop/Vts.Desktop.csproj @@ -67,8 +67,8 @@ false - - ..\packages\MathNet.Numerics.4.9.0\lib\net461\MathNet.Numerics.dll + + ..\packages\MathNet.Numerics.4.11.0\lib\net461\MathNet.Numerics.dll ..\packages\Meta.Numerics.4.0.7\lib\netstandard1.1\Meta.Numerics.dll @@ -81,7 +81,7 @@ ..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll - ..\packages\NLog.4.6.8\lib\net45\NLog.dll + ..\packages\NLog.4.7.2\lib\net45\NLog.dll @@ -110,7 +110,7 @@ ..\packages\Rx-PlatformServices.2.2.4\lib\net45\System.Reactive.PlatformServices.dll - ..\packages\System.Runtime.CompilerServices.Unsafe.4.7.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll + ..\packages\System.Runtime.CompilerServices.Unsafe.4.7.1\lib\net461\System.Runtime.CompilerServices.Unsafe.dll 3.0 @@ -136,11 +136,11 @@ - - ..\packages\Unity.5.11.4\lib\net46\Unity.Abstractions.dll + + ..\packages\Unity.5.11.7\lib\net46\Unity.Abstractions.dll - - ..\packages\Unity.5.11.4\lib\net46\Unity.Container.dll + + ..\packages\Unity.5.11.7\lib\net46\Unity.Container.dll diff --git a/src/Vts.Desktop/packages.config b/src/Vts.Desktop/packages.config index 76dc49d2d..f86a33b47 100644 --- a/src/Vts.Desktop/packages.config +++ b/src/Vts.Desktop/packages.config @@ -1,10 +1,10 @@  - + - + @@ -12,9 +12,9 @@ - + - + \ No newline at end of file diff --git a/src/Vts.MGRTE.ConsoleApp/Vts.MGRTE.ConsoleApp.csproj b/src/Vts.MGRTE.ConsoleApp/Vts.MGRTE.ConsoleApp.csproj index f9cf49709..8fadb61c9 100644 --- a/src/Vts.MGRTE.ConsoleApp/Vts.MGRTE.ConsoleApp.csproj +++ b/src/Vts.MGRTE.ConsoleApp/Vts.MGRTE.ConsoleApp.csproj @@ -36,12 +36,12 @@ false - - ..\packages\MathNet.Numerics.4.9.0\lib\net461\MathNet.Numerics.dll + + ..\packages\MathNet.Numerics.4.11.0\lib\net461\MathNet.Numerics.dll - ..\packages\NLog.4.6.8\lib\net45\NLog.dll + ..\packages\NLog.4.7.2\lib\net45\NLog.dll diff --git a/src/Vts.MGRTE.ConsoleApp/packages.config b/src/Vts.MGRTE.ConsoleApp/packages.config index 07916c93d..884516eec 100644 --- a/src/Vts.MGRTE.ConsoleApp/packages.config +++ b/src/Vts.MGRTE.ConsoleApp/packages.config @@ -1,5 +1,5 @@  - - + + \ No newline at end of file diff --git a/src/Vts.MonteCarlo.CommandLineApplication.Test/Vts.MonteCarlo.CommandLineApplication.Test.csproj b/src/Vts.MonteCarlo.CommandLineApplication.Test/Vts.MonteCarlo.CommandLineApplication.Test.csproj index 1da760679..266707441 100644 --- a/src/Vts.MonteCarlo.CommandLineApplication.Test/Vts.MonteCarlo.CommandLineApplication.Test.csproj +++ b/src/Vts.MonteCarlo.CommandLineApplication.Test/Vts.MonteCarlo.CommandLineApplication.Test.csproj @@ -21,7 +21,7 @@ - + all runtime; build; native; contentfiles; analyzers diff --git a/src/Vts.MonteCarlo.CommandLineApplication/Vts.MonteCarlo.CommandLineApplication.csproj b/src/Vts.MonteCarlo.CommandLineApplication/Vts.MonteCarlo.CommandLineApplication.csproj index 8b54e9bdf..d6bb10cb9 100644 --- a/src/Vts.MonteCarlo.CommandLineApplication/Vts.MonteCarlo.CommandLineApplication.csproj +++ b/src/Vts.MonteCarlo.CommandLineApplication/Vts.MonteCarlo.CommandLineApplication.csproj @@ -6,21 +6,21 @@ mc win-x64;linux-x64;osx-x64 Vts.MonteCarlo.CommandLineApplication - 4.9.0.0 - 4.9.0.0 + 5.0.0.0 + 5.0.0.0 false Virtual Photonics Technology Initiative MCCL David Cuccia; Carole Hayakawa; Lisa Malenfant; Janaka Ranasinghesagara; Jennifer Nguyen; Adam Gardner; Michele Martinelli Monte-Carlo command-line application - Copyright © 2018 Laser Microbeam and Medical Program + Copyright © 2020 Laser Microbeam and Medical Program https://github.com/VirtualPhotonics/VTS/blob/master/license.md https://github.com/VirtualPhotonics/VTS/wiki http://virtualphotonics.org/Themes/VP/Content/Images/logo.png https://github.com/VirtualPhotonics/VTS C# Monte-Carlo Git - 4.9.0 + 5.0.0 diff --git a/src/Vts.MonteCarlo.PostProcessor.Test/Vts.MonteCarlo.PostProcessor.Test.csproj b/src/Vts.MonteCarlo.PostProcessor.Test/Vts.MonteCarlo.PostProcessor.Test.csproj index fe553df92..75e984a11 100644 --- a/src/Vts.MonteCarlo.PostProcessor.Test/Vts.MonteCarlo.PostProcessor.Test.csproj +++ b/src/Vts.MonteCarlo.PostProcessor.Test/Vts.MonteCarlo.PostProcessor.Test.csproj @@ -9,7 +9,7 @@ - + all runtime; build; native; contentfiles; analyzers diff --git a/src/Vts.MonteCarlo.PostProcessor/Vts.MonteCarlo.PostProcessor.csproj b/src/Vts.MonteCarlo.PostProcessor/Vts.MonteCarlo.PostProcessor.csproj index d5a42b1e4..0761fe62d 100644 --- a/src/Vts.MonteCarlo.PostProcessor/Vts.MonteCarlo.PostProcessor.csproj +++ b/src/Vts.MonteCarlo.PostProcessor/Vts.MonteCarlo.PostProcessor.csproj @@ -6,8 +6,8 @@ Vts.MonteCarlo.PostProcessor mc_post win-x64;linux-x64;osx-x64 - 4.9.0.0 - 4.9.0.0 + 5.0.0.0 + 5.0.0.0 David Cuccia; Carole Hayakawa; Lisa Malenfant; Janaka Ranasinghesagara; Jennifer Nguyen; Adam Gardner; Michele Martinelli Virtual Photonics Technology Initiative MCPP @@ -20,7 +20,7 @@ Git C# Monte-Carlo false - 4.9.0 + 5.0.0 diff --git a/src/Vts.Test/Vts.Test.csproj b/src/Vts.Test/Vts.Test.csproj index 1e4c47c5a..527c382e8 100644 --- a/src/Vts.Test/Vts.Test.csproj +++ b/src/Vts.Test/Vts.Test.csproj @@ -42,7 +42,7 @@ - + all runtime; build; native; contentfiles; analyzers diff --git a/src/Vts/Vts.csproj b/src/Vts/Vts.csproj index 409ba981f..55ebdb891 100644 --- a/src/Vts/Vts.csproj +++ b/src/Vts/Vts.csproj @@ -4,8 +4,8 @@ netstandard2.0 The VTS (Virtual Tissue Simulator) is an open source library for .NET that was designed as a modular and scalable platform to provide an integrated suite of computational tools to define, solve, visualize, and analyze relevant forward and inverse radiative transport problems in Biomedical Optics. Virtual Photonics Technology Initiative - Copyright © 2018 Laser Microbeam and Medical Program - 4.9.0 + Copyright © 2020 Laser Microbeam and Medical Program + 4.10.0 true David Cuccia; Carole Hayakawa; Lisa Malenfant; Janaka Ranasinghesagara; Jennifer Nguyen; Adam Gardner; Michele Martinelli VirtualPhotonics.Vts @@ -16,8 +16,8 @@ https://github.com/VirtualPhotonics/VTS Git Updated NuGet package - 4.9.0.0 - 4.9.0.0 + 4.10.0.0 + 4.10.0.0 @@ -101,14 +101,14 @@ - + - - + + - +