Skip to content

Commit

Permalink
Updated the version numbers to 4.6.0 for a new release (NuGet, MCCL &…
Browse files Browse the repository at this point in the history
… MATLAB)
  • Loading branch information
Lisa Malenfant committed Nov 21, 2018
1 parent 4a3121d commit 8ea90b1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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=4.5.0
set version=4.6.0
set EnableNuGetPackageRestore=true

rem ********** CHANGE CURRENT DIR TO LOCATION OF BAT FILE **********
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("4.5.0")]
[assembly: AssemblyFileVersion("4.6.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("4.5.0")]
[assembly: AssemblyVersion("4.6.0")]
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>4.5.0</Version>
<Version>4.6.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 @@
<RepositoryUrl>https://github.com/VirtualPhotonics/VTS</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<PackageReleaseNotes>Updated NuGet package</PackageReleaseNotes>
<AssemblyVersion>4.5.0.0</AssemblyVersion>
<FileVersion>4.5.0.0</FileVersion>
<AssemblyVersion>4.6.0.0</AssemblyVersion>
<FileVersion>4.6.0.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 8ea90b1

Please sign in to comment.