Skip to content

Commit b5b4863

Browse files
authored
Prepare versions file for 1.41.1
1 parent 9333194 commit b5b4863

1 file changed

Lines changed: 40 additions & 31 deletions

File tree

version/version.json

Lines changed: 40 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -38,40 +38,44 @@
3838
}
3939
},
4040
{
41-
"displayName": "1.41.0",
42-
"version": 111,
41+
"displayName": "1.41.1",
42+
"version": 112,
4343
"updateGroups": [
4444
{
4545
"name": "default",
46-
"percentage": 100
47-
},
48-
{
49-
"name": "98",
50-
"percentage": 100
51-
},
52-
{
53-
"name": "97",
54-
"percentage": 100
55-
},
56-
{
57-
"name": "96",
58-
"percentage": 100
46+
"percentage": 0
47+
}
48+
],
49+
"cleanInstall": true,
50+
"releaseNotesUrl": "https://github.com/microsoft/AzureStorageExplorer/releases/download/v1.41.1/ReleaseNotes.md",
51+
"releaseNotesUrls": {
52+
"markdown": "https://github.com/microsoft/AzureStorageExplorer/releases/download/v1.41.1/ReleaseNotes.md"
53+
},
54+
"downloadInfos": {
55+
"windows64": {
56+
"sha256Checksum": "8fddc37e3032dae43875325af0da75fb69153cdef66602061cd409ca8e6fad42"
5957
},
60-
{
61-
"name": "95",
62-
"percentage": 100
58+
"windowsArm64": {
59+
"sha256Checksum": "d84a31ac16c3d5a709ded4b6520b09635420547db084ac50a3d7b14a4cd6f857"
6360
},
64-
{
65-
"name": "94",
66-
"percentage": 100
61+
"mac": {
62+
"sha256Checksum": "76325654299cecdafde4235b0205e9cedc794883473a0e402cfd01e24e147095"
6763
},
68-
{
69-
"name": "93",
70-
"percentage": 100
64+
"macArm64": {
65+
"sha256Checksum": "2b9dbf310c36decf781c17630429a98cac46f48c731b8363da0283f75a2fe416"
7166
},
67+
"linux": {
68+
"sha256Checksum": "5d4a560788f35cb40f8e74323dd5665e4a468bf435f84c51a6013fb0441ff67b"
69+
}
70+
}
71+
},
72+
{
73+
"displayName": "1.41.0",
74+
"version": 111,
75+
"updateGroups": [
7276
{
73-
"name": "92",
74-
"percentage": 100
77+
"name": "default",
78+
"percentage": 0
7579
}
7680
],
7781
"cleanInstall": true,
@@ -81,19 +85,24 @@
8185
},
8286
"downloadInfos": {
8387
"windows64": {
84-
"sha256Checksum": "380e09264282cb0b1c84f2d13bfbbebd6d48d66f522414ecedaa544e8cf5003f"
88+
"sha256Checksum": "380e09264282cb0b1c84f2d13bfbbebd6d48d66f522414ecedaa544e8cf5003f",
89+
"url": "https://github.com/microsoft/AzureStorageExplorer/releases/download/v1.41.0/StorageExplorer-windows-x64.exe"
8590
},
8691
"windowsArm64": {
87-
"sha256Checksum": "3bc2988dff9791b92769e05673dd415d681ca2dce705ae44063977ad3449f298"
92+
"sha256Checksum": "3bc2988dff9791b92769e05673dd415d681ca2dce705ae44063977ad3449f298",
93+
"url": "https://github.com/microsoft/AzureStorageExplorer/releases/download/v1.41.0/StorageExplorer-windows-arm64.exe"
8894
},
8995
"mac": {
90-
"sha256Checksum": "2e37c45302afbe03cb2e34f3c5bf9336e4f2b80dae15f06a1a8046113d0a6b99"
96+
"sha256Checksum": "2e37c45302afbe03cb2e34f3c5bf9336e4f2b80dae15f06a1a8046113d0a6b99",
97+
"url": "https://github.com/microsoft/AzureStorageExplorer/releases/download/v1.41.0/StorageExplorer-mac-x64.zip"
9198
},
9299
"macArm64": {
93-
"sha256Checksum": "a3772941c376024029ce99795ec4c0a90894cc9b2d31142080af1c820ebe24a5"
100+
"sha256Checksum": "a3772941c376024029ce99795ec4c0a90894cc9b2d31142080af1c820ebe24a5",
101+
"url": "https://github.com/microsoft/AzureStorageExplorer/releases/download/v1.41.0/StorageExplorer-mac-arm64.zip"
94102
},
95103
"linux": {
96-
"sha256Checksum": "fff049f41a32b50084f3eecf8040cdd49fe18648f0e0b85e1731cfbccd929457"
104+
"sha256Checksum": "fff049f41a32b50084f3eecf8040cdd49fe18648f0e0b85e1731cfbccd929457",
105+
"url": "https://github.com/microsoft/AzureStorageExplorer/releases/download/v1.41.0/StorageExplorer-linux-x64.tar.gz"
97106
}
98107
}
99108
},

0 commit comments

Comments
 (0)