From 73d2d97390ef3d81251100a2b9d8a9e9884dedaf Mon Sep 17 00:00:00 2001 From: Lisa Glover Date: Thu, 30 May 2024 15:59:18 -0700 Subject: [PATCH] Updated NuGet packages and version numbers for the release --- BuildTestRelease.ps1 | 4 ++-- src/Vts.Benchmark/Vts.Benchmark.csproj | 2 +- ...MonteCarlo.CommandLineApplication.Test.csproj | 4 ++-- .../Vts.MonteCarlo.CommandLineApplication.csproj | 8 ++++---- .../Vts.MonteCarlo.PostProcessor.Test.csproj | 4 ++-- .../Vts.MonteCarlo.PostProcessor.csproj | 8 ++++---- src/Vts.Scripting.Test/Vts.Scripting.Test.csproj | 8 ++++---- src/Vts.Test/Vts.Test.csproj | 4 ++-- src/Vts.sln | 10 +++++----- src/Vts/Vts.csproj | 16 ++++++++-------- 10 files changed, 34 insertions(+), 34 deletions(-) diff --git a/BuildTestRelease.ps1 b/BuildTestRelease.ps1 index 24ecf3cbd..ed3872ef8 100644 --- a/BuildTestRelease.ps1 +++ b/BuildTestRelease.ps1 @@ -1,5 +1,5 @@ -$mccl_version = "7.3.0" -$vts_version = "10.0.0" +$mccl_version = "7.4.0" +$vts_version = "11.0.0" Write-Host "Create clean publish and release folders" -ForegroundColor Green Remove-Item "$PWD\release" -Recurse -ErrorAction Ignore diff --git a/src/Vts.Benchmark/Vts.Benchmark.csproj b/src/Vts.Benchmark/Vts.Benchmark.csproj index 7a51830c0..0fa59ee7c 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 3c318ef10..f721f947b 100644 --- a/src/Vts.MonteCarlo.CommandLineApplication.Test/Vts.MonteCarlo.CommandLineApplication.Test.csproj +++ b/src/Vts.MonteCarlo.CommandLineApplication.Test/Vts.MonteCarlo.CommandLineApplication.Test.csproj @@ -23,8 +23,8 @@ - - + + 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 ff321597e..f5a6b30ea 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 - 7.3.0.0 - 7.3.0.0 + 7.4.0.0 + 7.4.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 © 2023 Laser Microbeam and Medical Program + Copyright © 2024 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 - 7.3.0 + 7.4.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 d2920f00e..c9b776d79 100644 --- a/src/Vts.MonteCarlo.PostProcessor.Test/Vts.MonteCarlo.PostProcessor.Test.csproj +++ b/src/Vts.MonteCarlo.PostProcessor.Test/Vts.MonteCarlo.PostProcessor.Test.csproj @@ -7,8 +7,8 @@ - - + + 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 9e00c3c04..81f6a7c4b 100644 --- a/src/Vts.MonteCarlo.PostProcessor/Vts.MonteCarlo.PostProcessor.csproj +++ b/src/Vts.MonteCarlo.PostProcessor/Vts.MonteCarlo.PostProcessor.csproj @@ -6,13 +6,13 @@ Vts.MonteCarlo.PostProcessor mc_post win-x64;linux-x64;osx-x64 - 7.3.0.0 - 7.3.0.0 + 7.4.0.0 + 7.4.0.0 David Cuccia; Carole Hayakawa; Lisa Malenfant; Janaka Ranasinghesagara; Jennifer Nguyen; Adam Gardner; Michele Martinelli Virtual Photonics Technology Initiative MCPP Monte-Carlo post-processor command-line application - Copyright © 2023 Laser Microbeam and Medical Program + Copyright © 2024 Laser Microbeam and Medical Program https://github.com/VirtualPhotonics/VTS/wiki https://github.com/VirtualPhotonics/VTS/blob/master/license.md http://virtualphotonics.org/Themes/VP/Content/Images/logo.png @@ -20,7 +20,7 @@ Git C#;Monte-Carlo false - 7.3.0 + 7.4.0 diff --git a/src/Vts.Scripting.Test/Vts.Scripting.Test.csproj b/src/Vts.Scripting.Test/Vts.Scripting.Test.csproj index f2b400f68..fbcfb2b4f 100644 --- a/src/Vts.Scripting.Test/Vts.Scripting.Test.csproj +++ b/src/Vts.Scripting.Test/Vts.Scripting.Test.csproj @@ -11,15 +11,15 @@ - - + + - + 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 e36153f65..830860f54 100644 --- a/src/Vts.Test/Vts.Test.csproj +++ b/src/Vts.Test/Vts.Test.csproj @@ -42,9 +42,9 @@ - + - + all runtime; build; native; contentfiles; analyzers diff --git a/src/Vts.sln b/src/Vts.sln index 096439421..c15e8068c 100644 --- a/src/Vts.sln +++ b/src/Vts.sln @@ -223,8 +223,8 @@ Global {3B0676C4-5CF1-4A0B-97E4-0CDF2B035702}.ReleaseWhiteList|x86.Build.0 = Release|Any CPU {2F4FEE64-9215-4B6C-8180-3C9C02BE7C07}.Benchmark|Any CPU.ActiveCfg = Debug|Any CPU {2F4FEE64-9215-4B6C-8180-3C9C02BE7C07}.Benchmark|Any CPU.Build.0 = Debug|Any CPU - {2F4FEE64-9215-4B6C-8180-3C9C02BE7C07}.Benchmark|Mixed Platforms.ActiveCfg = Debug|Any CPU - {2F4FEE64-9215-4B6C-8180-3C9C02BE7C07}.Benchmark|Mixed Platforms.Build.0 = Debug|Any CPU + {2F4FEE64-9215-4B6C-8180-3C9C02BE7C07}.Benchmark|Mixed Platforms.ActiveCfg = Release|Any CPU + {2F4FEE64-9215-4B6C-8180-3C9C02BE7C07}.Benchmark|Mixed Platforms.Build.0 = Release|Any CPU {2F4FEE64-9215-4B6C-8180-3C9C02BE7C07}.Benchmark|Win32.ActiveCfg = Debug|Any CPU {2F4FEE64-9215-4B6C-8180-3C9C02BE7C07}.Benchmark|Win32.Build.0 = Debug|Any CPU {2F4FEE64-9215-4B6C-8180-3C9C02BE7C07}.Benchmark|x86.ActiveCfg = Debug|Any CPU @@ -255,8 +255,8 @@ Global {2F4FEE64-9215-4B6C-8180-3C9C02BE7C07}.ReleaseWhiteList|x86.Build.0 = Release|Any CPU {529AE3EE-28AF-4C0F-8D07-DC89833128DA}.Benchmark|Any CPU.ActiveCfg = Debug|Any CPU {529AE3EE-28AF-4C0F-8D07-DC89833128DA}.Benchmark|Any CPU.Build.0 = Debug|Any CPU - {529AE3EE-28AF-4C0F-8D07-DC89833128DA}.Benchmark|Mixed Platforms.ActiveCfg = Debug|Any CPU - {529AE3EE-28AF-4C0F-8D07-DC89833128DA}.Benchmark|Mixed Platforms.Build.0 = Debug|Any CPU + {529AE3EE-28AF-4C0F-8D07-DC89833128DA}.Benchmark|Mixed Platforms.ActiveCfg = Release|Any CPU + {529AE3EE-28AF-4C0F-8D07-DC89833128DA}.Benchmark|Mixed Platforms.Build.0 = Release|Any CPU {529AE3EE-28AF-4C0F-8D07-DC89833128DA}.Benchmark|Win32.ActiveCfg = Debug|Any CPU {529AE3EE-28AF-4C0F-8D07-DC89833128DA}.Benchmark|Win32.Build.0 = Debug|Any CPU {529AE3EE-28AF-4C0F-8D07-DC89833128DA}.Benchmark|x86.ActiveCfg = Debug|Any CPU @@ -301,7 +301,7 @@ Global {529AE3EE-28AF-4C0F-8D07-DC89833128DA} = {920000AB-D955-4399-AD00-78523C740E2A} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution - EnterpriseLibraryConfigurationToolBinariesPath = packages\Unity.2.1.505.2\lib\NET35 SolutionGuid = {BB1B236A-1BE9-476A-A4B3-8C0F51F1FDA7} + EnterpriseLibraryConfigurationToolBinariesPath = packages\Unity.2.1.505.2\lib\NET35 EndGlobalSection EndGlobal diff --git a/src/Vts/Vts.csproj b/src/Vts/Vts.csproj index a2b510227..8ea5534ae 100644 --- a/src/Vts/Vts.csproj +++ b/src/Vts/Vts.csproj @@ -3,8 +3,8 @@ net6.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 © 2023 Laser Microbeam and Medical Program - 10.0.0 + Copyright © 2024 Laser Microbeam and Medical Program + 11.0.0 true David Cuccia; Carole Hayakawa; Lisa Malenfant; Janaka Ranasinghesagara; Jennifer Nguyen; Adam Gardner; Michele Martinelli VirtualPhotonics.Vts @@ -16,8 +16,8 @@ * Updated NuGet packages * Code cleanup including * Fixing issues found by SonarCloud - 10.0.0.0 - 10.0.0.0 + 11.0.0.0 + 11.0.0.0 Debug;Release;Benchmark license.md logo.png @@ -125,17 +125,17 @@ - + - + - - + + \ No newline at end of file