Skip to content

Commit

Permalink
Forced context directory consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
mikusaq committed Oct 3, 2024
1 parent d5145d6 commit 531128f
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"zlib",
"boost",
"fleet-protocol-interface",
"fleet-protocol-cxx-helpers-static",
"fleet-protocol-cpp",
"cpprestsdk"
],
"Git": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"zlib",
"boost",
"fleet-protocol-interface",
"fleet-protocol-cxx-helpers-static",
"fleet-protocol-cpp",
"cpprestsdk"
],
"Git": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
},
"Package": {
"Name": "fleet-protocol-cxx-helpers-static",
"Name": "fleet-protocol-cpp",
"VersionTag": "v1.1.1",
"PlatformString": {
"Mode": "auto"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
},
"Package": {
"Name": "fleet-protocol-cxx-helpers-static",
"Name": "fleet-protocol-cpp",
"VersionTag": "v1.1.1",
"PlatformString": {
"Mode": "auto"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
},
"Package": {
"Name": "internal-client",
"Name": "fleet-protocol-internal-client",
"VersionTag": "v1.1.1",
"PlatformString": {
"Mode": "auto"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
},
"Package": {
"Name": "internal-client",
"Name": "fleet-protocol-internal-client",
"VersionTag": "v1.1.1",
"PlatformString": {
"Mode": "auto"
Expand Down
2 changes: 1 addition & 1 deletion example/package/libosmium/libosmium_debug.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
},
"Package": {
"Name": "osmium",
"Name": "libosmium",
"VersionTag": "v2.17.3",
"PlatformString": {
"Mode": "auto"
Expand Down
2 changes: 1 addition & 1 deletion example/package/libosmium/libosmium_release.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
},
"Package": {
"Name": "osmium",
"Name": "libosmium",
"VersionTag": "v2.17.3",
"PlatformString": {
"Mode": "auto"
Expand Down
Empty file.

0 comments on commit 531128f

Please sign in to comment.