Skip to content

Commit

Permalink
Merge pull request #12 from ThorntonTomasetti/Release-0.6.0.0
Browse files Browse the repository at this point in the history
Release 0.6.0.0
  • Loading branch information
ktam-tt authored Jul 17, 2020
2 parents b4bbdaa + 11f31b7 commit 055940b
Show file tree
Hide file tree
Showing 21 changed files with 19 additions and 19 deletions.
12 changes: 6 additions & 6 deletions Beacon/Beacon.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -336,18 +336,18 @@ copy "$(TargetDir)*.dll" "$(SolutionDir)Deployment\Revit2020\Beacon"

if $(ConfigurationName) == Release2018Internal (
if exist $(SolutionDir)..\TTCore_2020.pfx ("C:\Program Files (x86)\Microsoft SDKs\ClickOnce\SignTool\signtool.exe" sign /fd SHA256 /f $(SolutionDir)..\TTCore_2020.pfx /p C@TTrvt2020! $(TargetPath))
del /q "$(SolutionDir)Deployment\Revit2018\Beacon\*"
copy "$(TargetDir)*.dll" "$(SolutionDir)Deployment\Revit2018\Beacon"
del /q "$(SolutionDir)Deployment\Revit2018\BeaconInternal\*"
copy "$(TargetDir)*.dll" "$(SolutionDir)Deployment\Revit2018\BeaconInternal"
)
if $(ConfigurationName) == Release2019Internal (
if exist $(SolutionDir)..\TTCore_2020.pfx ("C:\Program Files (x86)\Microsoft SDKs\ClickOnce\SignTool\signtool.exe" sign /fd SHA256 /f $(SolutionDir)..\TTCore_2020.pfx /p C@TTrvt2020! $(TargetPath))
del /q "$(SolutionDir)Deployment\Revit2019\Beacon\*"
copy "$(TargetDir)*.dll" "$(SolutionDir)Deployment\Revit2019\Beacon"
del /q "$(SolutionDir)Deployment\Revit2019\BeaconInternal\*"
copy "$(TargetDir)*.dll" "$(SolutionDir)Deployment\Revit2019\BeaconInternal"
)
if $(ConfigurationName) == Release2020Internal (
if exist $(SolutionDir)..\TTCore_2020.pfx ("C:\Program Files (x86)\Microsoft SDKs\ClickOnce\SignTool\signtool.exe" sign /fd SHA256 /f $(SolutionDir)..\TTCore_2020.pfx /p C@TTrvt2020! $(TargetPath))
del /q "$(SolutionDir)Deployment\Revit2020\Beacon\*"
copy "$(TargetDir)*.dll" "$(SolutionDir)Deployment\Revit2020\Beacon"
del /q "$(SolutionDir)Deployment\Revit2020\BeaconInternal\*"
copy "$(TargetDir)*.dll" "$(SolutionDir)Deployment\Revit2020\BeaconInternal"
)</PostBuildEvent>
</PropertyGroup>
</Project>
10 changes: 5 additions & 5 deletions Beacon/Plots/PlotData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -549,11 +549,11 @@ public void PopulateTimberGwpList()
{
TimberGwpList = new List<GwpNameValue>()
{
new GwpNameValue("Softwood Lumber", 95.0),
new GwpNameValue("Softwood Plywood", 169.7),
new GwpNameValue("Oriented Strand Board", 324.8),
new GwpNameValue("Glulam", 258.9),
new GwpNameValue("Laminated Veneer Lumber", 263.9)
new GwpNameValue("Softwood Lumber", 55.54),
new GwpNameValue("Softwood Plywood", 99.22),
new GwpNameValue("Oriented Strand Board", 189.85),
new GwpNameValue("Glulam", 151.36),
new GwpNameValue("Laminated Veneer Lumber", 154.29)
};
GwpSelectedIndex = 0;
GwpSelected = TimberGwpList[0];
Expand Down
4 changes: 2 additions & 2 deletions Beacon/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.5.0.0")]
[assembly: AssemblyFileVersion("0.5.0.0")]
[assembly: AssemblyVersion("0.6.0.0")]
[assembly: AssemblyFileVersion("0.6.0.0")]
12 changes: 6 additions & 6 deletions BeaconInstaller/BeaconInstaller.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@
{
"AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:Beacon, Version=0.5.0.0, Culture=neutral, processorArchitecture=MSIL"
"AssemblyAsmDisplayName" = "8:Beacon, Version=0.6.0.0, Culture=neutral, processorArchitecture=MSIL"
"ScatterAssemblies"
{
"_3CD25B80BEDC47E3829FE3DFE177225F"
Expand Down Expand Up @@ -850,7 +850,7 @@
{
"AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:Beacon, Version=0.5.0.0, Culture=neutral, processorArchitecture=MSIL"
"AssemblyAsmDisplayName" = "8:Beacon, Version=0.6.0.0, Culture=neutral, processorArchitecture=MSIL"
"ScatterAssemblies"
{
"_5A15CD9C758B43AABE0D4F533769B75D"
Expand Down Expand Up @@ -912,7 +912,7 @@
{
"AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:Beacon, Version=0.5.0.0, Culture=neutral, processorArchitecture=MSIL"
"AssemblyAsmDisplayName" = "8:Beacon, Version=0.6.0.0, Culture=neutral, processorArchitecture=MSIL"
"ScatterAssemblies"
{
"_8B51B39082594E35BA87D08806F52AFE"
Expand Down Expand Up @@ -1250,15 +1250,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:Beacon"
"ProductCode" = "8:{B4EC2C0C-8926-46BB-8A47-B74080E10DBA}"
"PackageCode" = "8:{F523AD25-3422-4DF1-BD1E-77E9C16F9AF3}"
"ProductCode" = "8:{6F22663F-C399-4F5F-B262-DB04E640BC8E}"
"PackageCode" = "8:{155CDBFE-A880-496E-A1EA-4EA3A951D1B1}"
"UpgradeCode" = "8:{A3A19A37-6DE8-443F-9205-329EE02CD780}"
"AspNetVersion" = "8:2.0.50727.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:TRUE"
"ProductVersion" = "8:0.5.0"
"ProductVersion" = "8:0.6.0"
"Manufacturer" = "8:Beacon"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:"
Expand Down
Binary file not shown.
Binary file added BeaconInstaller/Release2020Internal/setup.exe
Binary file not shown.
Binary file modified Deployment/Revit2018/Beacon/Beacon.dll
Binary file not shown.
Binary file added Deployment/Revit2018/BeaconInternal/Beacon.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Deployment/Revit2018/BeaconInternal/OxyPlot.dll
Binary file not shown.
Binary file modified Deployment/Revit2019/Beacon/Beacon.dll
Binary file not shown.
Binary file added Deployment/Revit2019/BeaconInternal/Beacon.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Deployment/Revit2019/BeaconInternal/OxyPlot.dll
Binary file not shown.
Binary file modified Deployment/Revit2020/Beacon/Beacon.dll
Binary file not shown.
Binary file added Deployment/Revit2020/BeaconInternal/Beacon.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Deployment/Revit2020/BeaconInternal/OxyPlot.dll
Binary file not shown.

0 comments on commit 055940b

Please sign in to comment.