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 f5124e7 commit 63367a8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Mongo_Adapter/Mongo_Adapter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>

Check failure on line 5 in Mongo_Adapter/Mongo_Adapter.csproj

View check run for this annotation

BHoMBot-CI / project-compliance

Mongo_Adapter/Mongo_Adapter.csproj#L5

Assembly Version should be set to 7.0.0.0
<Description>https://github.com/BHoM/Mongo_Toolkit</Description>
<Version>5.0.0</Version>
<Authors>BHoM</Authors>
<Copyright>Copyright © https://github.com/BHoM</Copyright>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<RootNamespace>BH.Adapter.Mongo</RootNamespace>
<FileVersion>7.3.0.0</FileVersion>
<FileVersion>8.0.0.0</FileVersion>

Check failure on line 12 in Mongo_Adapter/Mongo_Adapter.csproj

View check run for this annotation

BHoMBot-CI / project-compliance

Mongo_Adapter/Mongo_Adapter.csproj#L12

Assembly File Version should be set to 7.3.0.0
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
4 changes: 2 additions & 2 deletions Mongo_Engine/Mongo_Engine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>

Check failure on line 5 in Mongo_Engine/Mongo_Engine.csproj

View check run for this annotation

BHoMBot-CI / project-compliance

Mongo_Engine/Mongo_Engine.csproj#L5

Assembly Version should be set to 7.0.0.0
<Description>https://github.com/BHoM/Mongo_Toolkit</Description>
<Version>5.0.0</Version>
<Authors>BHoM</Authors>
<Copyright>Copyright © https://github.com/BHoM</Copyright>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<RootNamespace>BH.Engine.Mongo</RootNamespace>
<FileVersion>7.3.0.0</FileVersion>
<FileVersion>8.0.0.0</FileVersion>

Check failure on line 12 in Mongo_Engine/Mongo_Engine.csproj

View check run for this annotation

BHoMBot-CI / project-compliance

Mongo_Engine/Mongo_Engine.csproj#L12

Assembly File Version should be set to 7.3.0.0
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
4 changes: 2 additions & 2 deletions Mongo_oM/Mongo_oM.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>

Check failure on line 5 in Mongo_oM/Mongo_oM.csproj

View check run for this annotation

BHoMBot-CI / project-compliance

Mongo_oM/Mongo_oM.csproj#L5

Assembly Version should be set to 7.0.0.0
<Description>https://github.com/BHoM/Mongo_Toolkit</Description>
<Version>5.0.0</Version>
<Authors>BHoM</Authors>
<Copyright>Copyright © https://github.com/BHoM</Copyright>
<RootNamespace>BH.oM.Mongo</RootNamespace>
<FileVersion>7.3.0.0</FileVersion>
<FileVersion>8.0.0.0</FileVersion>

Check failure on line 11 in Mongo_oM/Mongo_oM.csproj

View check run for this annotation

BHoMBot-CI / project-compliance

Mongo_oM/Mongo_oM.csproj#L11

Assembly File Version should be set to 7.3.0.0
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down

0 comments on commit 63367a8

Please sign in to comment.