Skip to content

Commit

Permalink
Upgrade AssemblyFileVersion to 6.2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BHoMBot authored and Fraser Greenroyd committed Jun 21, 2023
1 parent a91e2a2 commit 6fb6939
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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("6.0.0.0")]
[assembly: AssemblyFileVersion("6.1.0.0")]
[assembly: AssemblyFileVersion("6.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("6.0.0.0")]
[assembly: AssemblyFileVersion("6.1.0.0")]
[assembly: AssemblyFileVersion("6.2.0.0")]



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("6.0.0.0")]
[assembly: AssemblyFileVersion("6.1.0.0")]
[assembly: AssemblyFileVersion("6.2.0.0")]



Expand Down

0 comments on commit 6fb6939

Please sign in to comment.