Skip to content

Commit

Permalink
Updated NuGet packages
Browse files Browse the repository at this point in the history
Updated Version numbers in the libraries and BuildTestRelease.bat
Updated DesktopBuild.bat to locate MSBuild
  • Loading branch information
Lisa Malenfant committed May 17, 2018
1 parent 5a352a8 commit 279c230
Show file tree
Hide file tree
Showing 21 changed files with 42 additions and 39 deletions.
2 changes: 1 addition & 1 deletion BuildTestRelease.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
rem ********** RUN THIS FILE AS ADMINISTRATOR **********
set rootdir=%~dp0
set version=3.0.0
set version=4.0.0
set EnableNuGetPackageRestore=true

rem ********** CHANGE CURRENT DIR TO LOCATION OF BAT FILE **********
Expand Down
5 changes: 4 additions & 1 deletion DesktopBuild.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@
set rootdir=%~dp0
set debugbuildswitches=/p:WarningLevel=2 /nologo /v:n
set releasebuildswitches=/p:Configuration=Release /p:WarningLevel=2 /nologo /v:n
set msbuild=%PROGRAMFILES(X86)%\Microsoft Visual Studio\2017\Professional\MSBuild\15.0\Bin\MSBuild.exe
set msbuild=%PROGRAMFILES(X86)%\Microsoft Visual Studio\2017\BuildTools\MSBuild\15.0\Bin\MSBuild.exe
if not exist "%msbuild%" set msbuild=%PROGRAMFILES(X86)%\Microsoft Visual Studio\2017\Professional\MSBuild\15.0\Bin\MSBuild.exe
if not exist "%msbuild%" set msbuild=%PROGRAMFILES(X86)%\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\MSBuild.exe
if not exist "%msbuild%" set msbuild=%PROGRAMFILES(X86)%\MSBuild\14.0\Bin\MSBuild.exe
if not exist "%msbuild%" (
echo *************** Please install the prerequisites to build VTS ***************
pause
exit
)
echo %msbuild%
set EnableNuGetPackageRestore=true

"%msbuild%" "%rootdir%\src\Vts.Desktop\Vts.Desktop.csproj" %debugbuildswitches%
Expand Down
4 changes: 2 additions & 2 deletions src/Vts.Desktop.Test/Vts.Desktop.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="MathNet.Numerics, Version=4.4.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\MathNet.Numerics.4.4.0\lib\net461\MathNet.Numerics.dll</HintPath>
<Reference Include="MathNet.Numerics, Version=4.4.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\MathNet.Numerics.4.4.1\lib\net461\MathNet.Numerics.dll</HintPath>
</Reference>
<Reference Include="Meta.Numerics, Version=4.0.7.0, Culture=neutral, PublicKeyToken=67d25c65a6631347, processorArchitecture=MSIL">
<HintPath>..\packages\Meta.Numerics.4.0.7\lib\netstandard1.1\Meta.Numerics.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion src/Vts.Desktop.Test/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="MathNet.Numerics" version="4.4.0" targetFramework="net461" />
<package id="MathNet.Numerics" version="4.4.1" targetFramework="net461" />
<package id="Meta.Numerics" version="4.0.7" targetFramework="net461" />
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net461" />
<package id="NUnit" version="3.10.1" targetFramework="net461" />
Expand Down
2 changes: 1 addition & 1 deletion src/Vts.Desktop/AssemblyFileVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyFileVersion("1.0.*")]
[assembly: AssemblyFileVersion("3.0.0")]
[assembly: AssemblyFileVersion("4.0.0")]
2 changes: 1 addition & 1 deletion src/Vts.Desktop/AssemblyVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.0.0")]
[assembly: AssemblyVersion("4.0.0")]
6 changes: 3 additions & 3 deletions src/Vts.Desktop/Vts.Desktop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
<Reference Include="CommonServiceLocator, Version=2.0.3.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
<HintPath>..\packages\Unity.5.8.6\lib\net46\CommonServiceLocator.dll</HintPath>
</Reference>
<Reference Include="MathNet.Numerics, Version=4.4.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\MathNet.Numerics.4.4.0\lib\net461\MathNet.Numerics.dll</HintPath>
<Reference Include="MathNet.Numerics, Version=4.4.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\MathNet.Numerics.4.4.1\lib\net461\MathNet.Numerics.dll</HintPath>
</Reference>
<Reference Include="Meta.Numerics, Version=4.0.7.0, Culture=neutral, PublicKeyToken=67d25c65a6631347, processorArchitecture=MSIL">
<HintPath>..\packages\Meta.Numerics.4.0.7\lib\netstandard1.1\Meta.Numerics.dll</HintPath>
Expand All @@ -87,7 +87,7 @@
<HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<HintPath>..\packages\NLog.4.5.3\lib\net45\NLog.dll</HintPath>
<HintPath>..\packages\NLog.4.5.4\lib\net45\NLog.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.Composition" />
Expand Down
4 changes: 2 additions & 2 deletions src/Vts.Desktop/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<packages>
<package id="AutoMapper" version="6.2.2" targetFramework="net461" />
<package id="csmpfit" version="1.1.1" targetFramework="net461" />
<package id="MathNet.Numerics" version="4.4.0" targetFramework="net461" />
<package id="MathNet.Numerics" version="4.4.1" targetFramework="net461" />
<package id="Meta.Numerics" version="4.0.7" targetFramework="net461" />
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net461" />
<package id="NLog" version="4.5.3" targetFramework="net461" />
<package id="NLog" version="4.5.4" targetFramework="net461" />
<package id="Rx-Core" version="2.2.4" targetFramework="net461" />
<package id="Rx-Interfaces" version="2.2.4" targetFramework="net461" />
<package id="Rx-Linq" version="2.2.4" targetFramework="net461" />
Expand Down
6 changes: 3 additions & 3 deletions src/Vts.MGRTE.ConsoleApp/Vts.MGRTE.ConsoleApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="MathNet.Numerics, Version=4.4.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\MathNet.Numerics.4.4.0\lib\net461\MathNet.Numerics.dll</HintPath>
<Reference Include="MathNet.Numerics, Version=4.4.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\MathNet.Numerics.4.4.1\lib\net461\MathNet.Numerics.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<HintPath>..\packages\NLog.4.5.3\lib\net45\NLog.dll</HintPath>
<HintPath>..\packages\NLog.4.5.4\lib\net45\NLog.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
Expand Down
4 changes: 2 additions & 2 deletions src/Vts.MGRTE.ConsoleApp/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="MathNet.Numerics" version="4.4.0" targetFramework="net461" />
<package id="NLog" version="4.5.3" targetFramework="net461" />
<package id="MathNet.Numerics" version="4.4.1" targetFramework="net461" />
<package id="NLog" version="4.5.4" targetFramework="net461" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="MathNet.Numerics, Version=4.4.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\MathNet.Numerics.4.4.0\lib\net461\MathNet.Numerics.dll</HintPath>
<Reference Include="MathNet.Numerics, Version=4.4.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\MathNet.Numerics.4.4.1\lib\net461\MathNet.Numerics.dll</HintPath>
</Reference>
<Reference Include="nunit.framework, Version=3.10.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
<HintPath>..\packages\NUnit.3.10.1\lib\net45\nunit.framework.dll</HintPath>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="MathNet.Numerics" version="4.4.0" targetFramework="net461" />
<package id="MathNet.Numerics" version="4.4.1" targetFramework="net461" />
<package id="NUnit" version="3.10.1" targetFramework="net461" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="MathNet.Numerics, Version=4.4.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\MathNet.Numerics.4.4.0\lib\net461\MathNet.Numerics.dll</HintPath>
<Reference Include="MathNet.Numerics, Version=4.4.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\MathNet.Numerics.4.4.1\lib\net461\MathNet.Numerics.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<HintPath>..\packages\NLog.4.5.3\lib\net45\NLog.dll</HintPath>
<HintPath>..\packages\NLog.4.5.4\lib\net45\NLog.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
Expand Down
4 changes: 2 additions & 2 deletions src/Vts.MonteCarlo.CommandLineApplication/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="MathNet.Numerics" version="4.4.0" targetFramework="net461" />
<package id="NLog" version="4.5.3" targetFramework="net461" />
<package id="MathNet.Numerics" version="4.4.1" targetFramework="net461" />
<package id="NLog" version="4.5.4" targetFramework="net461" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="MathNet.Numerics, Version=4.4.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\MathNet.Numerics.4.4.0\lib\net461\MathNet.Numerics.dll</HintPath>
<Reference Include="MathNet.Numerics, Version=4.4.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\MathNet.Numerics.4.4.1\lib\net461\MathNet.Numerics.dll</HintPath>
</Reference>
<Reference Include="nunit.framework, Version=3.10.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
<HintPath>..\packages\NUnit.3.10.1\lib\net45\nunit.framework.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion src/Vts.MonteCarlo.PostProcessor.Test/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="MathNet.Numerics" version="4.4.0" targetFramework="net461" />
<package id="MathNet.Numerics" version="4.4.1" targetFramework="net461" />
<package id="NUnit" version="3.10.1" targetFramework="net461" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="MathNet.Numerics, Version=4.4.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\MathNet.Numerics.4.4.0\lib\net461\MathNet.Numerics.dll</HintPath>
<Reference Include="MathNet.Numerics, Version=4.4.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\MathNet.Numerics.4.4.1\lib\net461\MathNet.Numerics.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<HintPath>..\packages\NLog.4.5.3\lib\net45\NLog.dll</HintPath>
<HintPath>..\packages\NLog.4.5.4\lib\net45\NLog.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
Expand Down
4 changes: 2 additions & 2 deletions src/Vts.MonteCarlo.PostProcessor/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="MathNet.Numerics" version="4.4.0" targetFramework="net461" />
<package id="NLog" version="4.5.3" targetFramework="net461" />
<package id="MathNet.Numerics" version="4.4.1" targetFramework="net461" />
<package id="NLog" version="4.5.4" targetFramework="net461" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="MathNet.Numerics, Version=4.4.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\MathNet.Numerics.4.4.0\lib\net461\MathNet.Numerics.dll</HintPath>
<Reference Include="MathNet.Numerics, Version=4.4.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\MathNet.Numerics.4.4.1\lib\net461\MathNet.Numerics.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
Expand Down
2 changes: 1 addition & 1 deletion src/Vts.ReportForwardSolvers.Desktop/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="MathNet.Numerics" version="4.4.0" targetFramework="net461" />
<package id="MathNet.Numerics" version="4.4.1" targetFramework="net461" />
</packages>
6 changes: 3 additions & 3 deletions src/Vts/Vts.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,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 © 2018 Laser Microbeam and Medical Program</Copyright>
<Version>3.2.0-alpha</Version>
<Version>4.1.0-alpha</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 @@ -15,8 +15,8 @@
<PackageProjectUrl>https://github.com/VirtualPhotonics/VTS/wiki</PackageProjectUrl>
<RepositoryUrl>https://github.com/VirtualPhotonics/VTS</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<PackageReleaseNotes>Added a pre-release version for .NET Standard</PackageReleaseNotes>
<AssemblyVersion>3.2.0.0</AssemblyVersion>
<PackageReleaseNotes>Updated NuGet packages</PackageReleaseNotes>
<AssemblyVersion>4.1.0.0</AssemblyVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 279c230

Please sign in to comment.