Skip to content

Commit

Permalink
7.2 Deployment (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
al-fisher authored Jun 20, 2024
2 parents 3cee28d + a478155 commit 5b741cf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ETABS_Engine/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("7.0.0.0")]
[assembly: AssemblyFileVersion("7.1.0.0")]
[assembly: AssemblyFileVersion("7.2.0.0")]



Expand Down
2 changes: 1 addition & 1 deletion ETABS_oM/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("7.0.0.0")]
[assembly: AssemblyFileVersion("7.1.0.0")]
[assembly: AssemblyFileVersion("7.2.0.0")]



Expand Down
2 changes: 1 addition & 1 deletion Etabs_Adapter/CRUD/Create/Loadcase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ private eLoadPatternType LoadNatureToCSI(LoadNature loadNature)
loadType = eLoadPatternType.Live;
break;
case LoadNature.Wind:
loadType = eLoadPatternType.Dead;
loadType = eLoadPatternType.Wind;
break;
case LoadNature.Seismic:
loadType = eLoadPatternType.Quake;
Expand Down
2 changes: 1 addition & 1 deletion Etabs_Adapter/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("7.0.0.0")]
[assembly: AssemblyFileVersion("7.1.0.0")]
[assembly: AssemblyFileVersion("7.2.0.0")]



Expand Down

0 comments on commit 5b741cf

Please sign in to comment.