Skip to content

Commit d209f48

Browse files
committed
Updated copyright in LICENSE.md. README.md does not have copyright text. Updated header comment to not list particular version of .NET and instead point to using version that is consistent with the libraries. Copied in the .NET 10 libraries into the libraries folder and ran. Then cleaned kernel of output.
1 parent 2e0ac8a commit d209f48

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 Virtual Photonics Technology Initiative
3+
Copyright (c) 2026 Virtual Photonics Technology Initiative
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

monte-carlo/analog_vs_caw_efficiency.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"Goal: This exercise compares error estimates of spatially-resolved reflectance using Analog versus Continuous Absorption Weighting (CAW) simulations. \n",
1414
"It is assumed that\n",
1515
"\n",
16-
"* [.NET 8](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) has been installed\n",
16+
"* A version of .NET has been installed that is consistent with the VTS libraries version (see below)\n",
1717
"\n",
1818
"* The latest [VTS libraries](https://github.com/VirtualPhotonics/Vts.Scripting.Python/releases) have been downloaded from the zip file in releases and extracted to the libraries folder"
1919
]

runtimeconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"runtimeOptions": {
3-
"tfm": "net8.0",
3+
"tfm": "net10.0",
44
"framework": {
55
"name": "Microsoft.NETCore.App",
6-
"version": "8.0.0"
6+
"version": "10.0.0"
77
},
88
"configProperties": {
99
"System.GC.Server": true
1010
}
1111
}
12-
}
12+
}

0 commit comments

Comments
 (0)