Skip to content

Commit 503f5ce

Browse files
author
bc-se-bot
committed
Sync to upstream se-28 (SHA: 18c892d74ff8e4766e23523498f73136882a0afe)
1 parent 0f82d30 commit 503f5ce

22 files changed

Lines changed: 38 additions & 38 deletions

File tree

AI Test Toolkit/AppSourceCop.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"obsoleteTagVersion": "28.2",
32
"obsoleteTagAllowedVersions": "29.0",
4-
"version": "28.1.49838.52044"
3+
"version": "28.1.49838.52278",
4+
"obsoleteTagVersion": "28.2"
55
}

AI Test Toolkit/app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "2156302a-872f-4568-be0b-60968696f0d5",
33
"name": "AI Test Toolkit",
44
"publisher": "Microsoft",
5-
"version": "28.2.50931.52272",
5+
"version": "28.2.50931.52327",
66
"propagateDependencies": true,
77
"brief": "Provides tools for AI feature evaluation.",
88
"description": "The AI Test Toolkit lets developers write and run automated evals for AI features. The toolkit supports running data driven evals and the ability to get the output generated from the evals.",

Any/AppSourceCop.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"obsoleteTagVersion": "28.2",
32
"obsoleteTagAllowedVersions": "29.0",
4-
"version": "28.1.49838.52044"
3+
"version": "28.1.49838.52278",
4+
"obsoleteTagVersion": "28.2"
55
}

Any/app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publisher": "Microsoft",
55
"brief": "Library used to generate pseudo-random values.",
66
"description": "In test code, Any should be used to generate values that should not be hardcoded to a specific values.",
7-
"version": "28.2.50931.52272",
7+
"version": "28.2.50931.52327",
88
"privacyStatement": "https://go.microsoft.com/fwlink/?LinkId=724009",
99
"EULA": "https://go.microsoft.com/fwlink/?linkid=2009120",
1010
"help": "https://go.microsoft.com/fwlink/?linkid=2131960",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"obsoleteTagVersion": "28.2",
3-
"version": "28.1.49838.52044",
3+
"version": "28.1.49838.52278",
44
"obsoleteTagAllowedVersions": "29.0"
55
}

Base Application/ApplicationSystemConstants.Codeunit.al

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@ codeunit 9015 "Application System Constants"
6060
begin
6161
// Should be 'Platform Product Version' with ! on both sides.
6262
// Will return a string similar to '13.4.98761.98765'.
63-
exit('28.0.52220.0');
63+
exit('28.0.52286.0');
6464
end;
6565

6666
procedure PlatformFileVersion(): Text[80]
6767
begin
6868
// Should be 'Platform File Version' with ! on both sides.
6969
// Will return a string similar to '13.4.98761.98765'.
70-
exit('28.0.52220.0');
70+
exit('28.0.52286.0');
7171
end;
7272

7373
[EventSubscriber(ObjectType::Codeunit, Codeunit::"Version Triggers", 'GetApplicationVersion', '', false, false)]

Business Foundation Test Libraries/app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publisher": "Microsoft",
55
"brief": "Test libraries that provide basic test setup for the Business Foundation tests.",
66
"description": "Contains an expansive set of library methods to be used exclusively in tests.",
7-
"version": "28.2.50931.52272",
7+
"version": "28.2.50931.52327",
88
"privacyStatement": "https://go.microsoft.com/fwlink/?linkid=724009",
99
"EULA": "https://go.microsoft.com/fwlink/?linkid=2009120",
1010
"help": "https://go.microsoft.com/fwlink/?linkid=2131960",

Business Foundation/app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publisher": "Microsoft",
55
"brief": "Provides a standard set of capabilities that serve as a foundation for developing business apps.",
66
"description": "Contains an expansive set of open source modules that make it easier to build, maintain, and easily upgrade on-premises and online apps. These modules let you focus on the business logic, and the needs of your users or customers.",
7-
"version": "28.2.50931.52272",
7+
"version": "28.2.50931.52327",
88
"privacyStatement": "https://go.microsoft.com/fwlink/?linkid=724009",
99
"EULA": "https://go.microsoft.com/fwlink/?linkid=2009120",
1010
"help": "https://go.microsoft.com/fwlink/?linkid=2103698",

Library Assert/AppSourceCop.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"obsoleteTagVersion": "28.2",
32
"obsoleteTagAllowedVersions": "29.0",
4-
"version": "28.1.49838.52044"
3+
"version": "28.1.49838.52278",
4+
"obsoleteTagVersion": "28.2"
55
}

Library Assert/app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publisher": "Microsoft",
55
"brief": "Library used in tests to verify if the values are as expected. ",
66
"description": "In test code Library Assert should be used to compare the values and throw errors. TESTFIELD and ERROR must not be used in test code.",
7-
"version": "28.2.50931.52272",
7+
"version": "28.2.50931.52327",
88
"privacyStatement": "https://go.microsoft.com/fwlink/?LinkId=724009",
99
"EULA": "https://go.microsoft.com/fwlink/?linkid=2009120",
1010
"help": "https://go.microsoft.com/fwlink/?linkid=2131960",

0 commit comments

Comments
 (0)