-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #406 from DigitalExcellence/develop
Release v.1.1.0-beta - 18-03-2021
- Loading branch information
Showing
321 changed files
with
31,744 additions
and
10,755 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,5 +26,5 @@ jobs: | |
cd ~/docker_compose | ||
docker-compose down | ||
docker-compose pull | ||
sleep 10s | ||
sleep 20s | ||
docker-compose up -d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,5 +26,5 @@ jobs: | |
cd ~/docker_compose | ||
docker-compose down | ||
docker-compose pull | ||
sleep 10s | ||
sleep 20s | ||
docker-compose up -d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
<Project Sdk="Microsoft.NET.Sdk.Web"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>netcoreapp3.1</TargetFramework> | ||
<RootNamespace>API</RootNamespace> | ||
<DocumentationFile>.\API.xml</DocumentationFile> | ||
<Company>Digital Excellence Fontys</Company> | ||
<LangVersion>8</LangVersion> | ||
<Version>1.1.0-beta</Version> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<Compile Remove="Resources\Project\**" /> | ||
<Content Remove="Resources\Project\**" /> | ||
<EmbeddedResource Remove="Resources\Project\**" /> | ||
<None Remove="Resources\Project\**" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<None Remove="Uploads\Images\.gitkeep" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<Content Include="Uploads\Images\.gitkeep" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="AutoMapper" Version="9.0.0" /> | ||
<PackageReference Include="FluentValidation.AspNetCore" Version="8.6.2" /> | ||
<PackageReference Include="Hellang.Middleware.ProblemDetails" Version="5.0.0" /> | ||
<PackageReference Include="IdentityModel.AspNetCore" Version="3.0.0" /> | ||
<PackageReference Include="IdentityServer4.AccessTokenValidation" Version="3.0.1" /> | ||
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.1.2" /> | ||
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.4" /> | ||
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="3.1.3"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="5.0.1" /> | ||
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.1.0-preview1.19506.1" /> | ||
<PackageReference Include="Microsoft.OpenApi" Version="1.1.4" /> | ||
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="3.1.1" /> | ||
<PackageReference Include="NetEscapades.Configuration.Validation" Version="2.0.0" /> | ||
<PackageReference Include="RestSharp" Version="106.11.2" /> | ||
<PackageReference Include="Sentry.AspNetCore" Version="2.1.1" /> | ||
<PackageReference Include="Sentry.Serilog" Version="2.1.1" /> | ||
<PackageReference Include="Swashbuckle.AspNetCore" Version="5.0.0" /> | ||
<PackageReference Include="Serilog.AspNetCore" Version="3.2.0" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\Data\06_Data.csproj" /> | ||
<ProjectReference Include="..\MessageBrokerPublisher\09_MessageBrokerPublisher.csproj" /> | ||
<ProjectReference Include="..\Models\07_Models.csproj" /> | ||
<ProjectReference Include="..\NotificationSystem\11_NotificationSystem.csproj" /> | ||
<ProjectReference Include="..\Services\02_Services.csproj" /> | ||
</ItemGroup> | ||
|
||
|
||
</Project> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.