Skip to content

Commit e081c35

Browse files
authored
Roll out v1.42.0 to 50%
1 parent e7f6a4b commit e081c35

1 file changed

Lines changed: 12 additions & 7 deletions

File tree

version/version.json

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"updateGroups": [
4444
{
4545
"name": "default",
46-
"percentage": 0
46+
"percentage": 50
4747
}
4848
],
4949
"cleanInstall": true,
@@ -75,7 +75,7 @@
7575
"updateGroups": [
7676
{
7777
"name": "default",
78-
"percentage": 100
78+
"percentage": 0
7979
}
8080
],
8181
"cleanInstall": true,
@@ -85,19 +85,24 @@
8585
},
8686
"downloadInfos": {
8787
"windows64": {
88-
"sha256Checksum": "8fddc37e3032dae43875325af0da75fb69153cdef66602061cd409ca8e6fad42"
88+
"sha256Checksum": "8fddc37e3032dae43875325af0da75fb69153cdef66602061cd409ca8e6fad42",
89+
"url": "https://github.com/microsoft/AzureStorageExplorer/releases/download/v1.41.1/StorageExplorer-windows-x64.exe"
8990
},
9091
"windowsArm64": {
91-
"sha256Checksum": "d84a31ac16c3d5a709ded4b6520b09635420547db084ac50a3d7b14a4cd6f857"
92+
"sha256Checksum": "d84a31ac16c3d5a709ded4b6520b09635420547db084ac50a3d7b14a4cd6f857",
93+
"url": "https://github.com/microsoft/AzureStorageExplorer/releases/download/v1.41.1/StorageExplorer-windows-arm64.exe"
9294
},
9395
"mac": {
94-
"sha256Checksum": "76325654299cecdafde4235b0205e9cedc794883473a0e402cfd01e24e147095"
96+
"sha256Checksum": "76325654299cecdafde4235b0205e9cedc794883473a0e402cfd01e24e147095",
97+
"url": "https://github.com/microsoft/AzureStorageExplorer/releases/download/v1.41.1/StorageExplorer-darwin-x64.zip"
9598
},
9699
"macArm64": {
97-
"sha256Checksum": "2b9dbf310c36decf781c17630429a98cac46f48c731b8363da0283f75a2fe416"
100+
"sha256Checksum": "2b9dbf310c36decf781c17630429a98cac46f48c731b8363da0283f75a2fe416",
101+
"url": "https://github.com/microsoft/AzureStorageExplorer/releases/download/v1.41.1/StorageExplorer-darwin-arm64.zip"
98102
},
99103
"linux": {
100-
"sha256Checksum": "5d4a560788f35cb40f8e74323dd5665e4a468bf435f84c51a6013fb0441ff67b"
104+
"sha256Checksum": "5d4a560788f35cb40f8e74323dd5665e4a468bf435f84c51a6013fb0441ff67b",
105+
"url": "https://github.com/microsoft/AzureStorageExplorer/releases/download/v1.41.1/StorageExplorer-linux-x64.tar.gz"
101106
}
102107
}
103108
},

0 commit comments

Comments
 (0)