Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiasclaesson committed Feb 1, 2016
1 parent bf9e911 commit 8154f20
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions SetupCANFlash/SetupCANFlash.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@
{
"AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:TrionicCANLib, Version=0.1.19.0, Culture=neutral, processorArchitecture=x86"
"AssemblyAsmDisplayName" = "8:TrionicCANLib, Version=0.1.21.0, Culture=neutral, processorArchitecture=x86"
"ScatterAssemblies"
{
"_BAFCC793B41C6A448DEA42B07F4E19EE"
Expand Down Expand Up @@ -559,15 +559,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:TrionicCANFlash"
"ProductCode" = "8:{B6372DF1-3B84-4BE1-8A35-BF9A4FCB74C7}"
"PackageCode" = "8:{C785B3D9-8ED9-44D4-95DA-9F6304E76EDC}"
"ProductCode" = "8:{857B43E9-8102-4936-8025-E4B3657AF6E8}"
"PackageCode" = "8:{0FD511B1-9F83-4D40-AA1D-C0F562E02324}"
"UpgradeCode" = "8:{9B523E43-7324-4DF0-A1DE-8493B57D1915}"
"AspNetVersion" = "8:4.0.30319.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:FALSE"
"ProductVersion" = "8:0.1.30"
"ProductVersion" = "8:0.1.31"
"Manufacturer" = "8:MattiasC"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:http://www.txsuite.org"
Expand Down
6 changes: 3 additions & 3 deletions SetupCANFlash/version.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@echo off
set TrionicCANFlasher.version=0.1.30.0
set TrionicCANLib.version=0.1.20.0
set SetupCANFlash.version=0.1.30
set TrionicCANFlasher.version=0.1.31.0
set TrionicCANLib.version=0.1.21.0
set SetupCANFlash.version=0.1.31
4 changes: 2 additions & 2 deletions TrionicCANFlasher/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// 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("0.1.30.0")]
[assembly: AssemblyFileVersion("0.1.30.0")]
[assembly: AssemblyVersion("0.1.31.0")]
[assembly: AssemblyFileVersion("0.1.31.0")]
4 changes: 2 additions & 2 deletions TrionicCANLib/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// 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("0.1.20.0")]
[assembly: AssemblyFileVersion("0.1.20.0")]
[assembly: AssemblyVersion("0.1.21.0")]
[assembly: AssemblyFileVersion("0.1.21.0")]

0 comments on commit 8154f20

Please sign in to comment.