Skip to content

Commit

Permalink
Merge pull request #363 from Logitar/release/3.0.3
Browse files Browse the repository at this point in the history
Release 3.0.3
  • Loading branch information
Utar94 authored Oct 16, 2023
2 parents 64fc4c9 + 8ffb762 commit fff3902
Show file tree
Hide file tree
Showing 40 changed files with 522 additions and 18 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Nothing yet.

## [3.0.3] - 2023-10-16

### Added

- Completed NuGet package documentation.

### Fixed

- Fixed NPM audits.

## [3.0.2] - 2023-09-19

### Fixed
Expand Down Expand Up @@ -107,7 +117,8 @@ Nothing yet.

- Final V1 release.

[unreleased]: https://github.com/Logitar/Portal/compare/v3.0.2...HEAD
[unreleased]: https://github.com/Logitar/Portal/compare/v3.0.3...HEAD
[3.0.3]: https://github.com/Logitar/Portal/compare/v3.0.2...v3.0.3
[3.0.2]: https://github.com/Logitar/Portal/compare/v3.0.1...v3.0.2
[3.0.1]: https://github.com/Logitar/Portal/compare/v3.0.0...v3.0.1
[3.0.0]: https://github.com/Logitar/Portal/compare/v2.1.0...v3.0.0
Expand Down
21 changes: 21 additions & 0 deletions src/Logitar.Portal.Application/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2023 Logitar

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
31 changes: 31 additions & 0 deletions src/Logitar.Portal.Application/Logitar.Portal.Application.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,39 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<WarningsAsErrors>Nullable</WarningsAsErrors>

<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>3.0.0</Version>
<Authors>Francis Pion</Authors>
<Company>Logitar</Company>
<Description>Application core logic of the Portal system.</Description>
<Copyright>© 2023 Logitar All Rights Reserved.</Copyright>
<PackageProjectUrl>https://github.com/Logitar/Portal/tree/main/src/Logitar.Portal.Application</PackageProjectUrl>
<RepositoryUrl>https://github.com/Logitar/Portal</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageReleaseNotes>Upgraded to Portal v3.</PackageReleaseNotes>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>portal;api;application;core;logic;net7.0;asp;net</PackageTags>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<PackageIcon>logitar_portal.png</PackageIcon>
</PropertyGroup>

<ItemGroup>
<None Update="LICENSE">
<PackagePath>\</PackagePath>
<Pack>True</Pack>
</None>
<None Update="logitar_portal.png">
<PackagePath>\</PackagePath>
<Pack>True</Pack>
</None>
<None Update="README.md">
<PackagePath>\</PackagePath>
<Pack>True</Pack>
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="MediatR" Version="12.1.1" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="6.32.2" />
Expand Down
3 changes: 3 additions & 0 deletions src/Logitar.Portal.Application/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Logitar.Portal.Application

Application core logic of the Portal system.
Binary file added src/Logitar.Portal.Application/logitar_portal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions src/Logitar.Portal.Client/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2023 Logitar

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
31 changes: 31 additions & 0 deletions src/Logitar.Portal.Client/Logitar.Portal.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,39 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<WarningsAsErrors>Nullable</WarningsAsErrors>

<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>3.0.0</Version>
<Authors>Francis Pion</Authors>
<Company>Logitar</Company>
<Description>HTTP client integration of the Portal system.</Description>
<Copyright>© 2023 Logitar All Rights Reserved.</Copyright>
<PackageProjectUrl>https://github.com/Logitar/Portal/tree/main/src/Logitar.Portal.Client</PackageProjectUrl>
<RepositoryUrl>https://github.com/Logitar/Portal</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageReleaseNotes>Upgraded to Portal v3.</PackageReleaseNotes>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>portal;api;http;client;net7.0;asp;net</PackageTags>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<PackageIcon>logitar_portal.png</PackageIcon>
</PropertyGroup>

<ItemGroup>
<None Update="LICENSE">
<PackagePath>\</PackagePath>
<Pack>True</Pack>
</None>
<None Update="logitar_portal.png">
<PackagePath>\</PackagePath>
<Pack>True</Pack>
</None>
<None Update="README.md">
<PackagePath>\</PackagePath>
<Pack>True</Pack>
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="7.0.4" />
Expand Down
3 changes: 3 additions & 0 deletions src/Logitar.Portal.Client/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Logitar.Portal.Client

HTTP client integration of the Portal system.
Binary file added src/Logitar.Portal.Client/logitar_portal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions src/Logitar.Portal.Contracts/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2023 Logitar

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
31 changes: 31 additions & 0 deletions src/Logitar.Portal.Contracts/Logitar.Portal.Contracts.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,37 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<WarningsAsErrors>Nullable</WarningsAsErrors>

<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>3.0.0</Version>
<Authors>Francis Pion</Authors>
<Company>Logitar</Company>
<Description>Interfaces and model objects used by the Portal system.</Description>
<Copyright>© 2023 Logitar All Rights Reserved.</Copyright>
<PackageProjectUrl>https://github.com/Logitar/Portal/tree/main/src/Logitar.Portal.Contracts</PackageProjectUrl>
<RepositoryUrl>https://github.com/Logitar/Portal</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageReleaseNotes>Upgraded to Portal v3.</PackageReleaseNotes>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>portal;api;contracts;net7.0;asp;net</PackageTags>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<PackageIcon>logitar_portal.png</PackageIcon>
</PropertyGroup>

<ItemGroup>
<None Update="LICENSE">
<PackagePath>\</PackagePath>
<Pack>True</Pack>
</None>
<None Update="logitar_portal.png">
<PackagePath>\</PackagePath>
<Pack>True</Pack>
</None>
<None Update="README.md">
<PackagePath>\</PackagePath>
<Pack>True</Pack>
</None>
</ItemGroup>

</Project>
3 changes: 3 additions & 0 deletions src/Logitar.Portal.Contracts/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Logitar.Portal.Contracts

Interfaces and model objects used by the Portal system.
Binary file added src/Logitar.Portal.Contracts/logitar_portal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions src/Logitar.Portal.Domain/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2023 Logitar

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
31 changes: 31 additions & 0 deletions src/Logitar.Portal.Domain/Logitar.Portal.Domain.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,39 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<WarningsAsErrors>Nullable</WarningsAsErrors>

<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>3.0.0</Version>
<Authors>Francis Pion</Authors>
<Company>Logitar</Company>
<Description>Domain business logic of the Portal system.</Description>
<Copyright>© 2023 Logitar All Rights Reserved.</Copyright>
<PackageProjectUrl>https://github.com/Logitar/Portal/tree/main/src/Logitar.Portal.Domain</PackageProjectUrl>
<RepositoryUrl>https://github.com/Logitar/Portal</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageReleaseNotes>Upgraded to Portal v3.</PackageReleaseNotes>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>portal;api;domain;business;logic;net7.0;asp;net</PackageTags>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<PackageIcon>logitar_portal.png</PackageIcon>
</PropertyGroup>

<ItemGroup>
<None Update="LICENSE">
<PackagePath>\</PackagePath>
<Pack>True</Pack>
</None>
<None Update="logitar_portal.png">
<PackagePath>\</PackagePath>
<Pack>True</Pack>
</None>
<None Update="README.md">
<PackagePath>\</PackagePath>
<Pack>True</Pack>
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="FluentValidation" Version="11.7.1" />
<PackageReference Include="libphonenumber-csharp" Version="8.13.19" />
Expand Down
3 changes: 3 additions & 0 deletions src/Logitar.Portal.Domain/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Logitar.Portal.Domain

Domain business logic of the Portal system.
Binary file added src/Logitar.Portal.Domain/logitar_portal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions src/Logitar.Portal.EntityFrameworkCore.PostgreSQL/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2023 Logitar

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,39 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<WarningsAsErrors>Nullable</WarningsAsErrors>

<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>3.0.0</Version>
<Authors>Francis Pion</Authors>
<Company>Logitar</Company>
<Description>Provides an implementation of a relational event store to be used with Portal identity provider system, Entity Framework Core and PostgreSQL.</Description>
<Copyright>© 2023 Logitar All Rights Reserved.</Copyright>
<PackageProjectUrl>https://github.com/Logitar/Portal/tree/main/src/Logitar.Portal.EntityFrameworkCore.PostgreSQL</PackageProjectUrl>
<RepositoryUrl>https://github.com/Logitar/Portal</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageReleaseNotes>Upgraded to Portal v3.</PackageReleaseNotes>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>portal;api;efcore;postgres;store;net7.0;asp;net</PackageTags>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<PackageIcon>logitar_portal.png</PackageIcon>
</PropertyGroup>

<ItemGroup>
<None Update="LICENSE">
<PackagePath>\</PackagePath>
<Pack>True</Pack>
</None>
<None Update="logitar_portal.png">
<PackagePath>\</PackagePath>
<Pack>True</Pack>
</None>
<None Update="README.md">
<PackagePath>\</PackagePath>
<Pack>True</Pack>
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Logitar.Data.PostgreSQL" Version="2.1.0" />
<PackageReference Include="Logitar.EventSourcing.EntityFrameworkCore.PostgreSQL" Version="4.0.0" />
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions src/Logitar.Portal.EntityFrameworkCore.Relational/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2023 Logitar

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Loading

0 comments on commit fff3902

Please sign in to comment.