Skip to content

Commit

Permalink
Merge pull request #631 from bcgov/BCPSDEMS-1982-counsel-fix
Browse files Browse the repository at this point in the history
Version bump
  • Loading branch information
leewrigh authored Aug 20, 2024
2 parents 1bb2cbe + 38945f6 commit a4161f4
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion backend/ApprovalFlow/ApprovalFlow.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<Version>1.1.6</Version>
<Version>1.1.7</Version>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion backend/DIAMConfiguration/DIAMConfiguration.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<Version>1.1.6</Version>
<Version>1.1.7</Version>
<InvariantGlobalization>true</InvariantGlobalization>
</PropertyGroup>

Expand Down
1 change: 1 addition & 0 deletions backend/DIAMCornetService/DIAMCornetService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<Version>1.1.7</Version>
<ImplicitUsings>enable</ImplicitUsings>
<UserSecretsId>3b005920-7fbb-4ccb-a850-eefca1fadd82</UserSecretsId>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
Expand Down
2 changes: 1 addition & 1 deletion backend/ISLInterfaces/ISLInterfaces.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<Version>1.1.6</Version>
<Version>1.1.7</Version>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion backend/NotificationService/NotificationService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<UserSecretsId>0932d320-0272-4127-af4d-01fae4f7c4c8</UserSecretsId>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<Version>1.1.6</Version>
<Version>1.1.7</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion backend/edt.casemanagement/edt.casemanagement.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<Version>1.1.6</Version>
<Version>1.1.7</Version>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion backend/edt.disclosure/edt.disclosure.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<Version>1.1.6</Version>
<Version>1.1.7</Version>
</PropertyGroup>


Expand Down
2 changes: 1 addition & 1 deletion backend/jumwebapi/jumwebapi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<UserSecretsId>b2b3aeca-3282-4224-bc2c-ae504c17e682</UserSecretsId>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<Version>1.1.6</Version>
<Version>1.1.7</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
2 changes: 1 addition & 1 deletion backend/service.edt/edt.service.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<UserSecretsId>c27750f6-c52b-45f1-b040-e4c09f34fc0d</UserSecretsId>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<Version>1.1.6</Version>
<Version>1.1.7</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit a4161f4

Please sign in to comment.