Skip to content

Commit

Permalink
Update assembly file version to 8.0.0.0 and AssemblyVersion to 8.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BHoMBot committed Sep 20, 2024
1 parent f6e9861 commit 094b1c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ExcelUI_Engine/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
// 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("7.0.0.0")]
[assembly: AssemblyFileVersion("7.3.0.0")]
[assembly: AssemblyVersion("8.0.0.0")]

Check failure on line 57 in ExcelUI_Engine/Properties/AssemblyInfo.cs

View check run for this annotation

BHoMBot-CI / project-compliance

ExcelUI_Engine/Properties/AssemblyInfo.cs#L57

Assembly Version should be set to 7.0.0.0
[assembly: AssemblyFileVersion("8.0.0.0")]

Check failure on line 58 in ExcelUI_Engine/Properties/AssemblyInfo.cs

View check run for this annotation

BHoMBot-CI / project-compliance

ExcelUI_Engine/Properties/AssemblyInfo.cs#L58

Assembly File Version should be set to 7.3.0.0



Expand Down
4 changes: 2 additions & 2 deletions Excel_UI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
// 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("7.0.0.0")]
[assembly: AssemblyFileVersion("7.3.0.0")]
[assembly: AssemblyVersion("8.0.0.0")]

Check failure on line 57 in Excel_UI/Properties/AssemblyInfo.cs

View check run for this annotation

BHoMBot-CI / project-compliance

Excel_UI/Properties/AssemblyInfo.cs#L57

Assembly Version should be set to 7.0.0.0
[assembly: AssemblyFileVersion("8.0.0.0")]

Check failure on line 58 in Excel_UI/Properties/AssemblyInfo.cs

View check run for this annotation

BHoMBot-CI / project-compliance

Excel_UI/Properties/AssemblyInfo.cs#L58

Assembly File Version should be set to 7.3.0.0



Expand Down

0 comments on commit 094b1c8

Please sign in to comment.