Skip to content

Commit

Permalink
chore(release): 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee Wright authored and Lee Wright committed May 13, 2024
1 parent 7568c9a commit 93bfb72
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 9 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to this project will be documented in this file. See [versionize](https://github.com/versionize/versionize) for commit guidelines.

<a name="1.1.5"></a>
## [1.1.5](https://www.github.com/bcgov/JAG-JPIDP/releases/tag/v1.1.5) (2024-05-13)

<a name="1.1.4"></a>
## [1.1.4](https://www.github.com/bcgov/JAG-JPIDP/releases/tag/v1.1.4) (2024-05-13)

Expand Down
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.4</Version>
<Version>1.1.5</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.4</Version>
<Version>1.1.5</Version>
<InvariantGlobalization>true</InvariantGlobalization>
</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.4</Version>
<Version>1.1.5</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion backend/common/Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<Version>1.1.4</Version>
<Version>1.1.5</Version>
</PropertyGroup>
<ItemGroup>

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.4</Version>
<Version>1.1.5</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.4</Version>
<Version>1.1.5</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.4</Version>
<Version>1.1.5</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.4</Version>
<Version>1.1.5</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion backend/webapi/pidp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>Pidp</RootNamespace>
<UserSecretsId>5c2dc965-00b4-4531-9ff0-9b37193ead9b</UserSecretsId>
<Version>1.1.4</Version>
<Version>1.1.5</Version>
</PropertyGroup>
<ItemGroup>
<Compile Remove="logs\**" />
Expand Down

0 comments on commit 93bfb72

Please sign in to comment.