Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/172 preparation for the October release #175

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading