Commit 463a697
authored
Update versioning system (#2)
* Update version.json to v2.2 and add release config
Updated the `version` property in `version.json` to `2.2` to reflect the new version. Introduced the `publicReleaseRefSpec` property to enforce that public releases are triggered only from the `master` branch. These changes support improved versioning and release management.
* Remove version properties from project file
The `<AssemblyVersion>`, `<FileVersion>`, and `<Version>` properties were removed from `Collections.Pooled.csproj`. These properties previously defined the assembly version (`2.1.3.0`), file version (`2.1.3.0`), and package version (`2.1.3`).
This change likely indicates a shift to centralized or automated versioning to simplify version management and align with updated build/release processes.
* Remove issue templates; add .NET CI workflow
Removed `bug_report.md` and `feature_request.md` templates, signaling a change in issue management practices.
Added `dotnet.yml` GitHub Actions workflow to automate build and test processes for a .NET project. The workflow runs on `push` and `pull_request` events targeting the `master` branch, ensuring streamlined CI/CD with steps for dependency restoration, building, and testing.
* Modify workflow to publish .NET package to NuGet
Updated the workflow to publish a .NET package to NuGet, including new steps for versioning and packing.1 parent 5a67b5e commit 463a697
5 files changed
Lines changed: 58 additions & 49 deletions
File tree
- .github
- ISSUE_TEMPLATE
- workflows
- Collections.Pooled
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | 24 | | |
28 | 25 | | |
29 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
0 commit comments