File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ function UpdateNuSpecRepository( $nuSpecFilePath )
72
72
{
73
73
# Get Git info
74
74
$commit = git rev- parse HEAD
75
- $origin = git config -- get remote.origin .url
75
+ $origin = git config -- get remote.marimer .url
76
76
77
77
Write-Host " Dynamically setting NuSpec repository:" - ForegroundColor Yellow
78
78
Write-Host " origin: $origin " - ForegroundColor Yellow
Original file line number Diff line number Diff line change 6
6
7
7
Bug fixes over the 5.5.3 release.
8
8
9
+ * Addresses [ CVE-2024 -28698] ( https://github.com/advisories/GHSA-9xhh-3m78-gvgj ) via [ #4133 ] ( https://github.com/MarimerLLC/csla/issues/4133 )
10
+
9
11
## Change List
10
12
11
13
[ Changes in this release] ( https://github.com/MarimerLLC/csla/compare/v5.5.3...v5.5.4 )
You can’t perform that action at this time.
0 commit comments