Skip to content

Commit

Permalink
Updated the version numbers to 4.3.0 for a new Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisa Malenfant committed Jul 13, 2018
1 parent 260866f commit d54b8cf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.0.0
set version=4.3.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.0.0")]
[assembly: AssemblyFileVersion("4.3.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.0.0")]
[assembly: AssemblyVersion("4.3.0")]
4 changes: 2 additions & 2 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.2.0</Version>
<Version>4.3.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,7 +16,7 @@
<RepositoryUrl>https://github.com/VirtualPhotonics/VTS</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<PackageReleaseNotes>Updated NuGet package</PackageReleaseNotes>
<AssemblyVersion>4.2.0.0</AssemblyVersion>
<AssemblyVersion>4.3.0.0</AssemblyVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit d54b8cf

Please sign in to comment.