File tree Expand file tree Collapse file tree 3 files changed +16
-8
lines changed Expand file tree Collapse file tree 3 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 11
11
12
12
steps :
13
13
- name : Extract version from tag
14
- uses : nowsprinting/check-version-format-action@v3
14
+ uses : nowsprinting/check-version-format-action@v4
15
15
id : version
16
16
with :
17
17
prefix : ' v'
@@ -23,12 +23,12 @@ jobs:
23
23
exit 1
24
24
25
25
- name : Checkout
26
- uses : actions/checkout@v3
26
+ uses : actions/checkout@v4
27
27
with :
28
28
fetch-depth : 0 # Mandatory to use exact version from tag action
29
29
30
30
- name : Setup .NET
31
- uses : actions/setup-dotnet@v3
31
+ uses : actions/setup-dotnet@v4
32
32
with :
33
33
global-json-file : global.json
34
34
@@ -56,14 +56,14 @@ jobs:
56
56
run : dotnet test Remote.Linq.sln -c Release /bl
57
57
58
58
- name : Upload build log
59
- uses : actions/upload-artifact@v3
59
+ uses : actions/upload-artifact@v4
60
60
with :
61
61
name : msbuild_log
62
62
path : msbuild.binlog
63
63
if-no-files-found : error
64
64
65
65
- name : Upload packages
66
- uses : actions/upload-artifact@v3
66
+ uses : actions/upload-artifact@v4
67
67
with :
68
68
name : nuget_packages
69
69
path : artifacts
Original file line number Diff line number Diff line change @@ -22,6 +22,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
22
22
23
23
### Security
24
24
25
+ ## [ 7.2.1] [ 7.2.1 ] - 2024-07-10
26
+
27
+ ### Security
28
+
29
+ - Bump _ aqua-core_ from 5.4.0 to 5.4.1 ([ CVE-2024 -30105] [ CVE-2024-30105 ] )
30
+
25
31
## [ 7.2.0] [ 7.2.0 ] - 2024-06-04
26
32
27
33
### Added
@@ -108,8 +114,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
108
114
109
115
- Dropped unused dependency on _ System.Runtime.Serialization.Formatters_ .
110
116
111
- [ vnext-unreleased ] : https://github.com/6bee/Remote.Linq/compare/7.2.0...main
112
- [ 7.2.0 ] : https://github.com/6bee/Remote.Linq/compare/7.1.0...7.2.0
117
+ [ vnext-unreleased ] : https://github.com/6bee/Remote.Linq/compare/v7.2.1...main
118
+ [ 7.2.1 ] : https://github.com/6bee/Remote.Linq/compare/v7.2.0...v7.2.1
119
+ [ 7.2.0 ] : https://github.com/6bee/Remote.Linq/compare/7.1.0...v7.2.0
113
120
[ 7.1.0 ] : https://github.com/6bee/Remote.Linq/compare/7.0.0...7.1.0
114
121
[ 7.0.0 ] : https://github.com/6bee/Remote.Linq/compare/6.3.1...7.0.0
115
122
[ 6.3.1 ] : https://github.com/6bee/Remote.Linq/compare/6.3.0...6.3.1
@@ -124,3 +131,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
124
131
[ nullable-references ] : https://docs.microsoft.com/en-us/dotnet/csharp/nullable-references
125
132
[ protobuf-net-v2 ] : https://www.nuget.org/packages/protobuf-net/2.4.6
126
133
[ syslib0050 ] : https://learn.microsoft.com/en-us/dotnet/fundamentals/syslib-diagnostics/syslib0050
134
+ [ CVE-2024-30105 ] : https://github.com/advisories/GHSA-hh2w-p6rv-4g7w
Original file line number Diff line number Diff line change 6
6
<MinorVersion >3</MinorVersion >
7
7
<PatchVersion >0</PatchVersion >
8
8
<PreReleaseLabel >dev</PreReleaseLabel >
9
- <AquaCoreVersion >5.4.0 </AquaCoreVersion >
9
+ <AquaCoreVersion >5.4.1 </AquaCoreVersion >
10
10
</PropertyGroup >
11
11
12
12
<PropertyGroup >
You can’t perform that action at this time.
0 commit comments