Skip to content

Commit d81a4f4

Browse files
#4139 Update release notes and git remote name (#4168)
1 parent bba8352 commit d81a4f4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

NuGet/Definition/Build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function UpdateNuSpecRepository( $nuSpecFilePath )
7272
{
7373
# Get Git info
7474
$commit = git rev-parse HEAD
75-
$origin = git config --get remote.origin.url
75+
$origin = git config --get remote.marimer.url
7676

7777
Write-Host "Dynamically setting NuSpec repository:" -ForegroundColor Yellow
7878
Write-Host " origin: $origin" -ForegroundColor Yellow

releasenotes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
Bug fixes over the 5.5.3 release.
88

9+
* Addresses [CVE-2024-28698](https://github.com/advisories/GHSA-9xhh-3m78-gvgj) via [#4133](https://github.com/MarimerLLC/csla/issues/4133)
10+
911
## Change List
1012

1113
[Changes in this release](https://github.com/MarimerLLC/csla/compare/v5.5.3...v5.5.4)

0 commit comments

Comments
 (0)