-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated to trigger deployment (#581)
* Updated to trigger deployment * Added readme.md file * Updated package permission * Updated package description * Modfied the CI to get build version * Fixed build version module path * Modified CI to update package version * Added script to detect and increment version * Updated CI script to increment package verison automatically * Updated to bump the version * Auto commit the updated csproj file * Updated the CI file to commit the new version tot eh repo * Updated CI file with new logic to commit version changes * Updated CI file to detect version from the nuget feed * Added osnition if the source exist then don't add it * Added a different method to search the feed * Fetching the list to see what is there and in what format their name is! * Getting raw format of the nuget lists to detemine how to build jq query * Updated to get the package version from the feed directly * Updated with the latest version of logic to get package version * Updated so it reads the commit message for a new mintor na dmajor update and if the package doesnt exist then it will default to 1.0.0 * printing commit message to see what it looks likein the GA env * Changed the way we retrieve commit message * Check last 10 commit messages * Updated to trigger CI version update logic (#update package version to 1.1.2) * Updated to make the version update conditional * Added more condition to make sure it is triggered only if it is a merge into main and not a PR * Defaulting the version to 1.0.0 * Reading last 3 commits --------- Co-authored-by: Farshad DASHTI <[email protected]>
- Loading branch information
1 parent
4e6f1b3
commit ea8c248
Showing
6 changed files
with
78 additions
and
13 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
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 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 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 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,20 @@ | ||
# Persons API Client Library | ||
|
||
The Persons API Client Library provides a convenient and straightforward way to interact with the Persons API, a service that delivers contact and basic personal details of key individuals responsible within various organizations associated with the Department for Education (DfE). | ||
|
||
## Overview | ||
|
||
The Persons API serves as a centralised resource for obtaining up-to-date contact information and personal details of individuals who hold significant roles across different organizations under the DfE's purview. This API enables seamless access to essential information, ensuring that communication and engagement with these key personnel are both efficient and effective. | ||
|
||
## Key Features | ||
|
||
- **Comprehensive Contact Information**: Access detailed contact information for individuals across multiple organizations. | ||
- **Personal Details**: Retrieve basic personal details, including names, roles, and affiliations within the DfE ecosystem. | ||
- **Simple Integration**: Easily integrate with your .NET applications using this client library, which abstracts the complexities of interacting with the underlying API. | ||
|
||
## Installation | ||
|
||
To install the Persons API Client Library, use the following command in your .NET project: | ||
|
||
```sh | ||
dotnet add package Dfe.PersonsApi.Client |
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