Skip to content

Commit 5ae0662

Browse files
author
Jani Giannoudis
committed
updated version to 0.9.0-beta.8
1 parent 4e19f23 commit 5ae0662

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

Client.Test/PayrollEngine.CaseTest.schema.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2237,63 +2237,56 @@
22372237
],
22382238
"description": "The case validate expression file"
22392239
},
2240-
"lookups": {
2240+
"availableActions": {
22412241
"type": [
22422242
"array",
22432243
"null"
22442244
],
2245-
"description": "The case lookups",
2245+
"description": "The case available actions",
22462246
"items": {
22472247
"type": "string"
22482248
}
22492249
},
2250-
"slots": {
2250+
"buildActions": {
22512251
"type": [
22522252
"array",
22532253
"null"
22542254
],
2255-
"description": "The case slots",
2255+
"description": "The case build actions",
22562256
"items": {
2257-
"$ref": "#/definitions/CaseSlot"
2257+
"type": "string"
22582258
}
22592259
},
2260-
"availableActions": {
2260+
"validateActions": {
22612261
"type": [
22622262
"array",
22632263
"null"
22642264
],
2265-
"description": "The case available actions",
2265+
"description": "The case validate actions",
22662266
"items": {
22672267
"type": "string"
22682268
}
22692269
},
2270-
"buildActions": {
2270+
"lookups": {
22712271
"type": [
22722272
"array",
22732273
"null"
22742274
],
2275-
"description": "The case build actions",
2275+
"description": "The case lookups",
22762276
"items": {
22772277
"type": "string"
22782278
}
22792279
},
2280-
"validateActions": {
2280+
"slots": {
22812281
"type": [
22822282
"array",
22832283
"null"
22842284
],
2285-
"description": "The case validate actions",
2285+
"description": "The case slots",
22862286
"items": {
2287-
"type": "string"
2287+
"$ref": "#/definitions/CaseSlot"
22882288
}
22892289
},
2290-
"attributes": {
2291-
"type": [
2292-
"null",
2293-
"object"
2294-
],
2295-
"additionalProperties": {}
2296-
},
22972290
"clusters": {
22982291
"type": [
22992292
"array",
@@ -2303,6 +2296,13 @@
23032296
"items": {
23042297
"type": "string"
23052298
}
2299+
},
2300+
"attributes": {
2301+
"type": [
2302+
"null",
2303+
"object"
2304+
],
2305+
"additionalProperties": {}
23062306
}
23072307
}
23082308
}

Client.Test/PayrollEngine.Client.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<ItemGroup>
1919
<PackageReference Include="Microsoft.CodeAnalysis.Compilers" Version="4.14.0" />
20-
<PackageReference Include="PayrollEngine.Client.Core" Version="0.9.0-beta.7" />
20+
<PackageReference Include="PayrollEngine.Client.Core" Version="0.9.0-beta.8" />
2121
</ItemGroup>
2222

2323
<!-- include xml documention files and json schemas to the nuget package -->

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>net9.0</TargetFramework>
5-
<Version>0.9.0-beta.7</Version>
5+
<Version>0.9.0-beta.8</Version>
66
<FileVersion>0.9.0</FileVersion>
77
<InformationalVersion></InformationalVersion>
88
<Authors>Jani Giannoudis</Authors>

0 commit comments

Comments
 (0)