Skip to content

Commit

Permalink
Update AssemblyFileVersion to 7.2 (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraser Greenroyd authored Mar 29, 2024
2 parents 83c07d3 + 161efa2 commit adb902a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CarbonQueryDatabase_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
2 changes: 1 addition & 1 deletion CarbonQueryDatabase_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 CarbonQueryDatabase_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

0 comments on commit adb902a

Please sign in to comment.