Skip to content

Commit

Permalink
Merge pull request #424 from DigitalExcellence/release/1.2.0
Browse files Browse the repository at this point in the history
Release v.1.2.0-beta - 15-04-2021
  • Loading branch information
niraymak authored Apr 15, 2021
2 parents 596281a + 793a064 commit f335deb
Show file tree
Hide file tree
Showing 17 changed files with 34 additions and 24 deletions.
2 changes: 1 addition & 1 deletion API/01_API.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<DocumentationFile>.\API.xml</DocumentationFile>
<Company>Digital Excellence Fontys</Company>
<LangVersion>8</LangVersion>
<Version>1.1.0-beta</Version>
<Version>1.2.0-beta</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
23 changes: 15 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Added tests for the wizard - [#372](https://github.com/DigitalExcellence/dex-backend/issues/372)
- Recommendation system, allowing users to get projects recommended based on similar users. [#63](https://github.com/DigitalExcellence/dex-backend/issues/63)

### Changed
- Improved integration tests. - [#395](https://github.com/DigitalExcellence/dex-backend/issues/395)

### Deprecated


### Removed


### Fixed
- Renamed IdentityServer to match the rest of the project name. - [#386](https://github.com/DigitalExcellence/dex-backend/issues/386)


### Security


## Release v.1.2.0-beta - 15-04-2021

### Added

- Added tests for the wizard - [#372](https://github.com/DigitalExcellence/dex-backend/issues/372)
- Recommendation system, allowing users to get projects recommended based on similar users [#63](https://github.com/DigitalExcellence/dex-backend/issues/63)
- Categories. It is now possible to categorize projects. [#362](https://github.com/DigitalExcellence/dex-backend/issues/362)

### Changed
- Improved integration tests in pipeline - [#395](https://github.com/DigitalExcellence/dex-backend/issues/395)

### Fixed
- Renamed IdentityServer to match the rest of the project name - [#386](https://github.com/DigitalExcellence/dex-backend/issues/386)


## Release v.1.1.0-beta - 18-03-2021

### Added
Expand Down
2 changes: 1 addition & 1 deletion Data/06_Data.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<LangVersion>8</LangVersion>
<Version>1.1.0-beta</Version>
<Version>1.2.0-beta</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
3 changes: 2 additions & 1 deletion ElasticSynchronizer/14_ElasticSynchronizer.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk.Worker">
<Project Sdk="Microsoft.NET.Sdk.Worker">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UserSecretsId>dotnet-ElasticSynchronizer-03111C2E-844A-4534-8446-C60B5B11289B</UserSecretsId>
<Version>1.2.0-beta</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion IdentityServer/08_IdentityServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<LangVersion>8</LangVersion>
<Version>1.1.0-beta</Version>
<Version>1.2.0-beta</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion JobScheduler/13_JobScheduler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<UserSecretsId>dotnet-JobScheduler-3CE46EAB-4F12-4C7D-A37B-BFA136C798C1</UserSecretsId>
<AssemblyName>13_JobScheduler</AssemblyName>
<RootNamespace>13_JobScheduler</RootNamespace>
<Version>1.1.0-beta</Version>
<Version>1.2.0-beta</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<IsPackable>false</IsPackable>
<Version>1.1.0-beta</Version>
<Version>1.2.0-beta</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion MessageBrokerPublisher/09_MessageBrokerPublisher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Version>1.1.0-beta</Version>
<Version>1.2.0-beta</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Models/07_Models.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<LangVersion>8</LangVersion>
<Version>1.1.0-beta</Version>
<Version>1.2.0-beta</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<IsPackable>false</IsPackable>
<Version>1.1.0-beta</Version>
<Version>1.2.0-beta</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion NotificationSystem/11_NotificationSystem.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Version>1.1.0-beta</Version>
<Version>1.2.0-beta</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Repositories.Tests/05_Repositories.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<IsPackable>false</IsPackable>

<Version>1.1.0-beta</Version>
<Version>1.2.0-beta</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Repositories/04_Repositories.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<LangVersion>8</LangVersion>
<Version>1.1.0-beta</Version>
<Version>1.2.0-beta</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Services.Tests/03_Services.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<IsPackable>false</IsPackable>

<Version>1.1.0-beta</Version>
<Version>1.2.0-beta</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Services/02_Services.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<LangVersion>8</LangVersion>
<Version>1.1.0-beta</Version>
<Version>1.2.0-beta</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
5 changes: 3 additions & 2 deletions docker-compose-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ services:
networks:
- proxy
- mssql-network
- rabbitmq-network
depends_on:
- db
volumes:
Expand Down Expand Up @@ -166,8 +167,8 @@ services:
- Config__RabbitMQ__Username=${App__RabbitMQ__Username}
- Config__RabbitMQ__Password=${App__RabbitMQ__Password}
networks:
rabbitmq-network:
mssql-network:
rabbitmq-network:
mssql-network:

elasticsynchronizer:
image: digitalexcellence/elasticsynchronizer:latest
Expand Down
1 change: 1 addition & 0 deletions docker-compose-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ services:
networks:
- proxy
- mssql-network
- rabbitmq-network
depends_on:
- db
volumes:
Expand Down

0 comments on commit f335deb

Please sign in to comment.