diff --git a/BuildTestRelease.ps1 b/BuildTestRelease.ps1 index 61da961ae..5a1cf3a6f 100644 --- a/BuildTestRelease.ps1 +++ b/BuildTestRelease.ps1 @@ -1,5 +1,5 @@ -$mccl_version = "7.2.0" -$matlab_version = "9.1.0" +$mccl_version = "7.3.0" +$matlab_version = "10.0.0" Invoke-Expression ".\BuildTestReleaseMCCL.ps1 $mccl_version" Invoke-Expression ".\BuildTestReleaseMATLAB.ps1 $matlab_version" diff --git a/src/Vts.Benchmark/Vts.Benchmark.csproj b/src/Vts.Benchmark/Vts.Benchmark.csproj index edcebd324..7a51830c0 100644 --- a/src/Vts.Benchmark/Vts.Benchmark.csproj +++ b/src/Vts.Benchmark/Vts.Benchmark.csproj @@ -6,7 +6,7 @@ - + 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 e1de7653a..3c318ef10 100644 --- a/src/Vts.MonteCarlo.CommandLineApplication.Test/Vts.MonteCarlo.CommandLineApplication.Test.csproj +++ b/src/Vts.MonteCarlo.CommandLineApplication.Test/Vts.MonteCarlo.CommandLineApplication.Test.csproj @@ -23,9 +23,9 @@ - + - + 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 b21e69088..ff321597e 100644 --- a/src/Vts.MonteCarlo.CommandLineApplication/Vts.MonteCarlo.CommandLineApplication.csproj +++ b/src/Vts.MonteCarlo.CommandLineApplication/Vts.MonteCarlo.CommandLineApplication.csproj @@ -6,8 +6,8 @@ mc win-x64;linux-x64;osx-x64 Vts.MonteCarlo.CommandLineApplication - 7.2.0.0 - 7.2.0.0 + 7.3.0.0 + 7.3.0.0 false Virtual Photonics Technology Initiative MCCL @@ -20,7 +20,7 @@ https://github.com/VirtualPhotonics/VTS C#;Monte-Carlo Git - 7.2.0 + 7.3.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 79f1e0004..d2920f00e 100644 --- a/src/Vts.MonteCarlo.PostProcessor.Test/Vts.MonteCarlo.PostProcessor.Test.csproj +++ b/src/Vts.MonteCarlo.PostProcessor.Test/Vts.MonteCarlo.PostProcessor.Test.csproj @@ -7,9 +7,9 @@ - + - + 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 52f6ba042..9e00c3c04 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 - 7.2.0.0 - 7.2.0.0 + 7.3.0.0 + 7.3.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 - 7.2.0 + 7.3.0 diff --git a/src/Vts.Scripting.Test/Vts.Scripting.Test.csproj b/src/Vts.Scripting.Test/Vts.Scripting.Test.csproj index 0fffbec3a..f2b400f68 100644 --- a/src/Vts.Scripting.Test/Vts.Scripting.Test.csproj +++ b/src/Vts.Scripting.Test/Vts.Scripting.Test.csproj @@ -11,12 +11,18 @@ - + - - - - + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/src/Vts.Test/Vts.Test.csproj b/src/Vts.Test/Vts.Test.csproj index 0a2f4bbe4..e36153f65 100644 --- a/src/Vts.Test/Vts.Test.csproj +++ b/src/Vts.Test/Vts.Test.csproj @@ -42,10 +42,10 @@ - - + + - + all runtime; build; native; contentfiles; analyzers diff --git a/src/Vts/Vts.csproj b/src/Vts/Vts.csproj index c79e1e346..a2b510227 100644 --- a/src/Vts/Vts.csproj +++ b/src/Vts/Vts.csproj @@ -4,23 +4,28 @@ 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 © 2023 Laser Microbeam and Medical Program - 9.1.0 + 10.0.0 true David Cuccia; Carole Hayakawa; Lisa Malenfant; Janaka Ranasinghesagara; Jennifer Nguyen; Adam Gardner; Michele Martinelli VirtualPhotonics.Vts C#;Monte-Carlo;NURBS;SDA;Spectral-Data;Reflectance;Fluence;Forward-Solutions;Inverse-Solutions https://github.com/VirtualPhotonics/VTS/wiki - https://github.com/VirtualPhotonics/VTS - Git + https://github.com/VirtualPhotonics/VTS.git + git + true * Updated NuGet packages * Code cleanup including * Fixing issues found by SonarCloud - 9.1.0.0 - 9.1.0.0 + 10.0.0.0 + 10.0.0.0 Debug;Release;Benchmark license.md logo.png readme.md + True + snupkg + Virtual Tissue Simulator + True true @@ -120,7 +125,7 @@ - + @@ -129,8 +134,8 @@ - - + + \ No newline at end of file