Commit bbe2d08
authored
Update net9 (#72)
* feat: Enhance database preparation scripts for PostgreSQL
- Added error handling in prepare-database.cmd to check for the presence of the 'psql' command.
- Introduced a new Bash script (prepare-database.sh) that provides similar functionality with improved usage instructions and error handling.
- Both scripts now support creating and erasing the sample database with clear user prompts.
* feat: Add contributing guidelines, security policy, and update README for PostgreSQL caching library
- Introduced a new CONTRIBUTING.md file outlining contribution standards and development setup.
- Added SECURITY.md to detail security policies, reporting vulnerabilities, and best practices.
- Enhanced README.md with a comprehensive introduction, installation instructions, and usage examples.
- Updated project to target .NET 6, 8, and 9, and bumped version to 5.0.0.
- Improved error handling in DatabaseExpiredItemsRemoverLoop and added logging for better diagnostics.
- Updated sample projects to reflect changes in dependencies and configurations.
* chore: Remove outdated badges from README.md
- Removed Build Status and Code Quality badges from the README.md file to streamline the documentation.
- This change reflects a shift in focus towards more relevant information for users.
* build: Update .NET Core version to 9.0.x and actions/upload-artifact to v4 in CI workflow
- Bumped the .NET Core version from 8.0.x to 9.0.x in the GitHub Actions workflow.
- Updated the upload-artifact action from v1 to v4 for improved functionality and performance.1 parent 75da08d commit bbe2d08
2 files changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | 4 | | |
7 | 5 | | |
8 | 6 | | |
| |||
0 commit comments