Skip to content

Commit

Permalink
Merge pull request #175 from VirtualPhotonics/feature/172-preparation…
Browse files Browse the repository at this point in the history
…-for-the-september-release

Feature/172 preparation for the October release
  • Loading branch information
lmalenfant authored Oct 2, 2024
2 parents d7e80eb + 111e16a commit 01d6bcf
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 29 deletions.
4 changes: 1 addition & 3 deletions BuildTestCore.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,4 @@ dotnet test $PWD\src\Vts.Test\Vts.Test.csproj -c Release

Write-Host "Publish the VTS dll to platform specific folders" -ForegroundColor Green
Remove-Item $PWD\publish -Recurse -ErrorAction Ignore
dotnet publish $PWD\src\Vts\Vts.csproj -c Release -o $PWD\publish\win-x64 --self-contained false
dotnet publish $PWD\src\Vts\Vts.csproj -c Release -o $PWD\publish\linux-x64 --self-contained false
dotnet publish $PWD\src\Vts\Vts.csproj -c Release -o $PWD\publish\osx-x64 --self-contained false
dotnet publish $PWD\src\Vts\Vts.csproj -c Release -o $PWD\publish\local --self-contained false
4 changes: 2 additions & 2 deletions BuildTestRelease.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$mccl_version = "7.4.0"
$vts_version = "11.0.0"
$mccl_version = "8.0.0"
$vts_version = "12.0.0"

Write-Host "Create clean publish and release folders" -ForegroundColor Green
Remove-Item "$PWD\release" -Recurse -ErrorAction Ignore
Expand Down
16 changes: 3 additions & 13 deletions BuildTestReleaseScripting.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,9 @@ if (-not (Test-Path -LiteralPath $releasedir)) {
New-Item -Path $PWD -Name $releasedir -ItemType "directory"
}

# Create win-x64 zip
$archive="$PWD\release\VTS_Scripting_v" + $version + "_Win_x64.zip"
$source="$vtslevel\publish\win-x64\*"
Compress-Archive -Path $source -DestinationPath $archive -Force

# Create linux-x64 zip
$archive="$PWD\release\VTS_Scripting_v" + $version + "_Linux_x64.zip"
$source="$vtslevel\publish\linux-x64\*"
Compress-Archive -Path $source -DestinationPath $archive -Force

# Create osx-x64 zip
$archive="$PWD\release\VTS_Scripting_v" + $version + "_Mac_x64.zip"
$source="$vtslevel\publish\osx-x64\*"
# Create library zip
$archive="$PWD\release\VTS_Scripting_v" + $version + ".zip"
$source="$vtslevel\publish\local\*"
Compress-Archive -Path $source -DestinationPath $archive -Force

Read-Host -Prompt "Press Enter to exit Scripting release process"
2 changes: 1 addition & 1 deletion license.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## The MIT License (MIT)

#### Copyright (c) 2023 Virtual Photonics Technology Initiative
#### Copyright (c) 2024 Virtual Photonics Technology Initiative

### Acknowledgement
Use the following acknowledgement in publications or applications that make use of this open source software or underlying technology and research:
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ _THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPL
## Copyright
Virtual Tissue Simulator (VTS) Project.

Copyright ©2023 [Virtual Photonics Technology Initiative](https://virtualphotonics.org/).
Copyright ©2024 [Virtual Photonics Technology Initiative](https://virtualphotonics.org/).
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<AssemblyName>mc</AssemblyName>
<RuntimeIdentifiers>win-x64;linux-x64;osx-x64</RuntimeIdentifiers>
<RootNamespace>Vts.MonteCarlo.CommandLineApplication</RootNamespace>
<AssemblyVersion>7.4.0.0</AssemblyVersion>
<FileVersion>7.4.0.0</FileVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<FileVersion>8.0.0.0</FileVersion>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Company>Virtual Photonics Technology Initiative</Company>
<Product>MCCL</Product>
Expand All @@ -20,7 +20,7 @@
<RepositoryUrl>https://github.com/VirtualPhotonics/VTS</RepositoryUrl>
<PackageTags>C#;Monte-Carlo</PackageTags>
<RepositoryType>Git</RepositoryType>
<Version>7.4.0</Version>
<Version>8.0.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<RootNamespace>Vts.MonteCarlo.PostProcessor</RootNamespace>
<AssemblyName>mc_post</AssemblyName>
<RuntimeIdentifiers>win-x64;linux-x64;osx-x64</RuntimeIdentifiers>
<AssemblyVersion>7.4.0.0</AssemblyVersion>
<FileVersion>7.4.0.0</FileVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<FileVersion>8.0.0.0</FileVersion>
<Authors>David Cuccia; Carole Hayakawa; Lisa Malenfant; Janaka Ranasinghesagara; Jennifer Nguyen; Adam Gardner; Michele Martinelli</Authors>
<Company>Virtual Photonics Technology Initiative</Company>
<Product>MCPP</Product>
Expand All @@ -20,7 +20,7 @@
<RepositoryType>Git</RepositoryType>
<PackageTags>C#;Monte-Carlo</PackageTags>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Version>7.4.0</Version>
<Version>8.0.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions src/Vts/Vts.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description>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.</Description>
<Company>Virtual Photonics Technology Initiative</Company>
<Copyright>Copyright © 2024 Laser Microbeam and Medical Program</Copyright>
<Version>11.0.0</Version>
<Version>12.0.0</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>David Cuccia; Carole Hayakawa; Lisa Malenfant; Janaka Ranasinghesagara; Jennifer Nguyen; Adam Gardner; Michele Martinelli</Authors>
<PackageId>VirtualPhotonics.Vts</PackageId>
Expand All @@ -16,8 +16,8 @@
<PackageReleaseNotes>* Updated NuGet packages
* Code cleanup including
* Fixing issues found by SonarCloud</PackageReleaseNotes>
<AssemblyVersion>11.0.0.0</AssemblyVersion>
<FileVersion>11.0.0.0</FileVersion>
<AssemblyVersion>12.0.0.0</AssemblyVersion>
<FileVersion>12.0.0.0</FileVersion>
<Configurations>Debug;Release;Benchmark</Configurations>
<PackageLicenseFile>license.md</PackageLicenseFile>
<PackageIcon>logo.png</PackageIcon>
Expand Down

0 comments on commit 01d6bcf

Please sign in to comment.