Skip to content

Commit

Permalink
Bump version and platform to 26.0.0.0 in app.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
IceOnly committed Nov 15, 2024
1 parent ecf81b5 commit 0746146
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions src/System Application/App/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publisher": "Microsoft",
"brief": "Provides a standard set of capabilities that serve as a foundation for developing business apps.",
"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.",
"version": "25.0.0.0",
"version": "26.0.0.0",
"privacyStatement": "https://go.microsoft.com/fwlink/?linkid=724009",
"EULA": "https://go.microsoft.com/fwlink/?linkid=2009120",
"help": "https://go.microsoft.com/fwlink/?linkid=2103698",
Expand All @@ -28,7 +28,7 @@
"screenshots": [

],
"platform": "24.0.0.0",
"platform": "26.0.0.0",
"target": "OnPrem",
"idRanges": [
{
Expand Down
8 changes: 4 additions & 4 deletions src/System Application/Test Library/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publisher": "Microsoft",
"brief": "Test libraries that provide basic test setup for the System Application tests.",
"description": "Contains an expansive set of library methods to be used exclusively in tests.",
"version": "25.0.0.0",
"version": "26.0.0.0",
"privacyStatement": "https://go.microsoft.com/fwlink/?LinkId=724009",
"EULA": "https://go.microsoft.com/fwlink/?linkid=2009120",
"help": "https://go.microsoft.com/fwlink/?linkid=2131960",
Expand All @@ -16,13 +16,13 @@
"id": "63ca2fa4-4f03-4f2b-a480-172fef340d3f",
"name": "System Application",
"publisher": "Microsoft",
"version": "25.0.0.0"
"version": "26.0.0.0"
},
{
"id": "e7320ebb-08b3-4406-b1ec-b4927d3e280b",
"name": "Any",
"publisher": "Microsoft",
"version": "25.0.0.0"
"version": "26.0.0.0"
}
],
"screenshots": [
Expand All @@ -37,7 +37,7 @@
"allowDownloadingSource": true,
"includeSourceInSymbolFile": true
},
"platform": "24.0.0.0",
"platform": "26.0.0.0",
"target": "OnPrem",
"idRanges": [
{
Expand Down
16 changes: 8 additions & 8 deletions src/System Application/Test/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publisher": "Microsoft",
"brief": "Test suite for the System Application.",
"description": "Contains an expansive set tests for the System Application.",
"version": "25.0.0.0",
"version": "26.0.0.0",
"privacyStatement": "https://go.microsoft.com/fwlink/?LinkId=724009",
"EULA": "https://go.microsoft.com/fwlink/?linkid=2009120",
"help": "https://go.microsoft.com/fwlink/?linkid=2131960",
Expand All @@ -16,43 +16,43 @@
"id": "63ca2fa4-4f03-4f2b-a480-172fef340d3f",
"name": "System Application",
"publisher": "Microsoft",
"version": "25.0.0.0"
"version": "26.0.0.0"
},
{
"id": "9856ae4f-d1a7-46ef-89bb-6ef056398228",
"name": "System Application Test Library",
"publisher": "Microsoft",
"version": "25.0.0.0"
"version": "26.0.0.0"
},
{
"id": "dd0be2ea-f733-4d65-bb34-a28f4624fb14",
"name": "Library Assert",
"publisher": "Microsoft",
"version": "25.0.0.0"
"version": "26.0.0.0"
},
{
"id": "e7320ebb-08b3-4406-b1ec-b4927d3e280b",
"name": "Any",
"publisher": "Microsoft",
"version": "25.0.0.0"
"version": "26.0.0.0"
},
{
"id": "5095f467-0a01-4b99-99d1-9ff1237d286f",
"name": "Library Variable Storage",
"publisher": "Microsoft",
"version": "25.0.0.0"
"version": "26.0.0.0"
},
{
"id": "40860557-a18d-42ad-aecb-22b7dd80dc80",
"name": "Permissions Mock",
"publisher": "Microsoft",
"version": "25.0.0.0"
"version": "26.0.0.0"
}
],
"screenshots": [

],
"platform": "24.0.0.0",
"platform": "26.0.0.0",
"features": [
"GenerateCaptions",
"TranslationFile"
Expand Down

0 comments on commit 0746146

Please sign in to comment.