Skip to content

Commit 7b1ebab

Browse files
Publish!
1 parent f079f5f commit 7b1ebab

34 files changed

+69
-57
lines changed
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

bin/pyrevit-products.json

+12
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
[
2+
{
3+
"product": "pyRevit",
4+
"release": "4.8.15.24089+0912",
5+
"version": "4.8.15.24089+0912",
6+
"key": "6f430f6a-c452-4aa1-bb00-b690c50bea01"
7+
},
28
{
39
"product": "pyRevit",
410
"release": "4.8.14.24016+1909",
@@ -281,6 +287,12 @@
281287
"version": "4.6.1",
282288
"key": "{EF91A585-DC0C-43B8-B88B-4C130F430E84}"
283289
},
290+
{
291+
"product": "pyRevit CLI",
292+
"release": "4.8.15.24089+0912",
293+
"version": "4.8.15.24089+0912",
294+
"key": "2e94b164-49b1-49ff-8329-75a15000d3f9"
295+
},
284296
{
285297
"product": "pyRevit CLI",
286298
"release": "4.8.14.24016+1909",

dev/Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</PropertyGroup>
3434

3535
<PropertyGroup>
36-
<Version>4.8.14.24016+1909</Version>
36+
<Version>4.8.15.24089+0912</Version>
3737
<Copyright>Copyright © 2014-2024</Copyright>
3838
<Company>pyRevitLabs.io</Company>
3939
</PropertyGroup>

dev/pyRevitLabs/pyRevitCLIAutoComplete/pyrevit-autocomplete.go

+37-37
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ func main() {
3535
Sub: complete.Commands{},
3636
Flags: complete.Flags{
3737
"--json": complete.PredictNothing,
38-
"--log": complete.PredictNothing,
3938
"--help": complete.PredictNothing,
39+
"--log": complete.PredictNothing,
4040
},
4141
},
4242
"update": complete.Command{
@@ -48,13 +48,13 @@ func main() {
4848
"clone": complete.Command{
4949
Sub: complete.Commands{},
5050
Flags: complete.Flags{
51-
"--branch": complete.PredictNothing,
52-
"--image": complete.PredictNothing,
5351
"--log": complete.PredictNothing,
54-
"--help": complete.PredictNothing,
55-
"--dest": complete.PredictNothing,
5652
"--password": complete.PredictNothing,
53+
"--image": complete.PredictNothing,
54+
"--dest": complete.PredictNothing,
55+
"--help": complete.PredictNothing,
5756
"--token": complete.PredictNothing,
57+
"--branch": complete.PredictNothing,
5858
},
5959
},
6060
"clones": complete.Command{
@@ -119,16 +119,16 @@ func main() {
119119
"origin": complete.Command{
120120
Sub: complete.Commands{},
121121
Flags: complete.Flags{
122-
"--reset": complete.PredictNothing,
123122
"--log": complete.PredictNothing,
123+
"--reset": complete.PredictNothing,
124124
},
125125
},
126126
"update": complete.Command{
127127
Sub: complete.Commands{},
128128
Flags: complete.Flags{
129-
"--password": complete.PredictNothing,
130129
"--token": complete.PredictNothing,
131130
"--log": complete.PredictNothing,
131+
"--password": complete.PredictNothing,
132132
},
133133
},
134134
"deployments": complete.Command{
@@ -149,17 +149,17 @@ func main() {
149149
"default": complete.Command{
150150
Sub: complete.Commands{},
151151
Flags: complete.Flags{
152-
"--allusers": complete.PredictNothing,
153152
"--installed": complete.PredictNothing,
153+
"--allusers": complete.PredictNothing,
154154
"--attached": complete.PredictNothing,
155155
},
156156
},
157157
},
158158
Flags: complete.Flags{
159-
"--allusers": complete.PredictNothing,
160-
"--help": complete.PredictNothing,
161159
"--installed": complete.PredictNothing,
160+
"--allusers": complete.PredictNothing,
162161
"--attached": complete.PredictNothing,
162+
"--help": complete.PredictNothing,
163163
},
164164
},
165165
"attached": complete.Command{
@@ -177,36 +177,36 @@ func main() {
177177
"detach": complete.Command{
178178
Sub: complete.Commands{},
179179
Flags: complete.Flags{
180-
"--help": complete.PredictNothing,
181180
"--log": complete.PredictNothing,
181+
"--help": complete.PredictNothing,
182182
},
183183
},
184184
"extend": complete.Command{
185185
Sub: complete.Commands{
186186
"ui": complete.Command{
187187
Sub: complete.Commands{},
188188
Flags: complete.Flags{
189-
"--password": complete.PredictNothing,
190-
"--log": complete.PredictNothing,
191189
"--token": complete.PredictNothing,
190+
"--log": complete.PredictNothing,
191+
"--password": complete.PredictNothing,
192192
"--dest": complete.PredictNothing,
193193
},
194194
},
195195
"lib": complete.Command{
196196
Sub: complete.Commands{},
197197
Flags: complete.Flags{
198-
"--password": complete.PredictNothing,
199-
"--log": complete.PredictNothing,
200198
"--token": complete.PredictNothing,
199+
"--log": complete.PredictNothing,
200+
"--password": complete.PredictNothing,
201201
"--dest": complete.PredictNothing,
202202
},
203203
},
204204
},
205205
Flags: complete.Flags{
206206
"--log": complete.PredictNothing,
207-
"--help": complete.PredictNothing,
208207
"--password": complete.PredictNothing,
209208
"--dest": complete.PredictNothing,
209+
"--help": complete.PredictNothing,
210210
"--token": complete.PredictNothing,
211211
},
212212
},
@@ -237,17 +237,17 @@ func main() {
237237
"origin": complete.Command{
238238
Sub: complete.Commands{},
239239
Flags: complete.Flags{
240-
"--reset": complete.PredictNothing,
241240
"--log": complete.PredictNothing,
241+
"--reset": complete.PredictNothing,
242242
},
243243
},
244244
"paths": complete.Command{
245245
Sub: complete.Commands{
246246
"forget": complete.Command{
247247
Sub: complete.Commands{},
248248
Flags: complete.Flags{
249-
"--all": complete.PredictNothing,
250249
"--log": complete.PredictNothing,
250+
"--all": complete.PredictNothing,
251251
},
252252
},
253253
"add": complete.Command{
@@ -258,8 +258,8 @@ func main() {
258258
},
259259
},
260260
Flags: complete.Flags{
261-
"--help": complete.PredictNothing,
262261
"--log": complete.PredictNothing,
262+
"--help": complete.PredictNothing,
263263
},
264264
},
265265
"enable": complete.Command{
@@ -279,8 +279,8 @@ func main() {
279279
"forget": complete.Command{
280280
Sub: complete.Commands{},
281281
Flags: complete.Flags{
282-
"--all": complete.PredictNothing,
283282
"--log": complete.PredictNothing,
283+
"--all": complete.PredictNothing,
284284
},
285285
},
286286
"add": complete.Command{
@@ -291,22 +291,22 @@ func main() {
291291
},
292292
},
293293
Flags: complete.Flags{
294-
"--help": complete.PredictNothing,
295294
"--log": complete.PredictNothing,
295+
"--help": complete.PredictNothing,
296296
},
297297
},
298298
"update": complete.Command{
299299
Sub: complete.Commands{},
300300
Flags: complete.Flags{
301-
"--password": complete.PredictNothing,
302301
"--token": complete.PredictNothing,
303302
"--log": complete.PredictNothing,
303+
"--password": complete.PredictNothing,
304304
},
305305
},
306306
},
307307
Flags: complete.Flags{
308-
"--help": complete.PredictNothing,
309308
"--log": complete.PredictNothing,
309+
"--help": complete.PredictNothing,
310310
},
311311
},
312312
"releases": complete.Command{
@@ -351,8 +351,8 @@ func main() {
351351
},
352352
},
353353
Flags: complete.Flags{
354-
"--help": complete.PredictNothing,
355354
"--pre": complete.PredictNothing,
355+
"--help": complete.PredictNothing,
356356
},
357357
},
358358
"revits": complete.Command{
@@ -367,15 +367,15 @@ func main() {
367367
Sub: complete.Commands{},
368368
Flags: complete.Flags{
369369
"--rte": complete.PredictNothing,
370-
"--rft": complete.PredictNothing,
371370
"--csv": complete.PredictNothing,
371+
"--rft": complete.PredictNothing,
372372
},
373373
},
374374
},
375375
Flags: complete.Flags{
376-
"--help": complete.PredictNothing,
377376
"--installed": complete.PredictNothing,
378377
"--supported": complete.PredictNothing,
378+
"--help": complete.PredictNothing,
379379
},
380380
},
381381
"run": complete.Command{
@@ -386,12 +386,12 @@ func main() {
386386
},
387387
},
388388
Flags: complete.Flags{
389-
"--purge": complete.PredictNothing,
390-
"--help": complete.PredictNothing,
391-
"--models": complete.PredictNothing,
389+
"--revit": complete.PredictNothing,
392390
"--import": complete.PredictNothing,
393391
"--allowdialogs": complete.PredictNothing,
394-
"--revit": complete.PredictNothing,
392+
"--purge": complete.PredictNothing,
393+
"--models": complete.PredictNothing,
394+
"--help": complete.PredictNothing,
395395
},
396396
},
397397
"caches": complete.Command{
@@ -708,8 +708,8 @@ func main() {
708708
},
709709
},
710710
Flags: complete.Flags{
711-
"--help": complete.PredictNothing,
712711
"--log": complete.PredictNothing,
712+
"--help": complete.PredictNothing,
713713
},
714714
},
715715
"telemetry": complete.Command{
@@ -778,8 +778,8 @@ func main() {
778778
},
779779
},
780780
Flags: complete.Flags{
781-
"--help": complete.PredictNothing,
782781
"--log": complete.PredictNothing,
782+
"--help": complete.PredictNothing,
783783
},
784784
},
785785
"apptelemetry": complete.Command{
@@ -839,24 +839,24 @@ func main() {
839839
},
840840
},
841841
Flags: complete.Flags{
842-
"--help": complete.PredictNothing,
843842
"--log": complete.PredictNothing,
843+
"--help": complete.PredictNothing,
844844
},
845845
},
846846
"doctor": complete.Command{
847847
Sub: complete.Commands{},
848848
Flags: complete.Flags{
849-
"--help": complete.PredictNothing,
850-
"--dryrun": complete.PredictNothing,
851849
"--list": complete.PredictNothing,
850+
"--dryrun": complete.PredictNothing,
851+
"--help": complete.PredictNothing,
852852
},
853853
},
854854
},
855855
Flags: complete.Flags{
856-
"--usage": complete.PredictNothing,
857-
"--help": complete.PredictNothing,
858856
"--verbose": complete.PredictNothing,
859857
"--debug": complete.PredictNothing,
858+
"--usage": complete.PredictNothing,
859+
"--help": complete.PredictNothing,
860860
"--version": complete.PredictNothing,
861861
},
862862
}

pyrevitlib/pyrevit/version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.8.15
1+
4.8.15.24089+0912

release/choco/pyrevit-cli.nuspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
33
<metadata>
44
<id>pyrevit-cli</id>
5-
<version>4.8.14.24016</version>
5+
<version>4.8.15.24089</version>
66
<packageSourceUrl>https://github.com/eirannejad/pyRevit/tree/master/release/choco/</packageSourceUrl>
77
<owners>Ehsan Iran-Nejad</owners>
88
<title>pyRevit CLI</title>
@@ -20,7 +20,7 @@
2020
and configure pyRevit in your production/development environment.
2121
Each section below showcases a specific set of functionality of the command line tool.
2222
</description>
23-
<releaseNotes>https://github.com/eirannejad/pyRevit/releases/tag/v4.8.14.24016%2B1909/</releaseNotes>
23+
<releaseNotes>https://github.com/eirannejad/pyRevit/releases/tag/v4.8.15.24089%2B0912/</releaseNotes>
2424
<dependencies>
2525
<dependency id="dotnetfx" version="4.8.0.20190930" />
2626
</dependencies>

release/choco/tools/chocolateyinstall.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
$ErrorActionPreference = 'Stop';
33

44
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
5-
$url64 = 'https://github.com/eirannejad/pyRevit/releases/download/v4.8.14.24016/pyRevit_CLI_4.8.14.24016_admin_signed.exe'
5+
$url64 = 'https://github.com/eirannejad/pyRevit/releases/download/v4.8.15.24089%2B0912/pyRevit_CLI_4.8.15.24089_admin_signed.exe'
66

77
$packageArgs = @{
88
packageName = $env:ChocolateyPackageName
@@ -12,7 +12,7 @@ $packageArgs = @{
1212

1313
softwareName = 'pyrevit-cli*'
1414

15-
checksum64 = 'BAA23042B9EB3EDB55E6089751190276F7A8049A0520BA6F76A6EC24F7137D18'
15+
checksum64 = '694284EE38EE7A448D7D7FBF9A62CA9820EAB4AD0FEE9FE5E829D6552DA64D4D'
1616
checksumType64= 'sha256'
1717

1818
silentArgs = "/VERYSILENT"

release/pyrevit-admin.iss

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#define MyAppName "pyRevit"
2-
#define MyAppUUID "f2a3da53-6f34-41d5-abbd-389ffa7f4d5f"
3-
#define MyAppVersion "4.8.14.24016"
2+
#define MyAppUUID "6f430f6a-c452-4aa1-bb00-b690c50bea01"
3+
#define MyAppVersion "4.8.15.24089"
44
#define MyAppPublisher "pyRevitLabs"
55
#define MyAppURL "pyrevitlabs.io"
66

release/pyrevit-bin.wxs

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<Component Id="cmp68BD6B5E2505CB046A20D5FA0099C539" Guid="*">
1818
<File Id="fil3406CC0FC6C6A6084331ABAA94AA1E0F" KeyPath="yes" Source="$(var.PyRevitBinDir)\FileFormatWavefront.dll" />
1919
</Component>
20-
<Component Id="cmp163A5E7391728A257DD8E26E15D144C4" Guid="*">
21-
<File Id="filCD68B9CBFC8F8CDE284298E677A30ADE" KeyPath="yes" Source="$(var.PyRevitBinDir)\git2-106a5f2.dll" />
20+
<Component Id="cmp9B7B7DEBA8CF5BDFB2990F8976838CBD" Guid="*">
21+
<File Id="filF357DBE64BA0E643A3A8F8A46058EB40" KeyPath="yes" Source="$(var.PyRevitBinDir)\git2-a2bde63.dll" />
2222
</Component>
2323
<Component Id="cmpCCF4F9994FBB083C9B630368252E6983" Guid="*">
2424
<File Id="filC47D4D8F87E530AF27947AAF789A3C7B" KeyPath="yes" Source="$(var.PyRevitBinDir)\Ifc.NET.dll" />
@@ -194,7 +194,7 @@
194194
<ComponentRef Id="cmpEA71EDE9872C6F37B28033D11E773B6C" />
195195
<ComponentRef Id="cmpC04C8A63CC0FB022B72030B6D8CB65B9" />
196196
<ComponentRef Id="cmp68BD6B5E2505CB046A20D5FA0099C539" />
197-
<ComponentRef Id="cmp163A5E7391728A257DD8E26E15D144C4" />
197+
<ComponentRef Id="cmp9B7B7DEBA8CF5BDFB2990F8976838CBD" />
198198
<ComponentRef Id="cmpCCF4F9994FBB083C9B630368252E6983" />
199199
<ComponentRef Id="cmp0533095C8FB7893D4BDCFA600B662FFD" />
200200
<ComponentRef Id="cmp833FC12B9B88235E6F05D89B0945B921" />

release/pyrevit-cli-admin.iss

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#define MyAppName "pyRevit CLI"
2-
#define MyAppUUID "9557b432-cf79-4ece-91cf-b8f996c88b47"
3-
#define MyAppVersion "4.8.14.24016"
2+
#define MyAppUUID "2e94b164-49b1-49ff-8329-75a15000d3f9"
3+
#define MyAppVersion "4.8.15.24089"
44
#define MyAppPublisher "pyRevitLabs"
55
#define MyAppURL "pyrevitlabs.io"
66
#define MyAppExeName "pyrevit.exe"

release/pyrevit-cli.iss

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#define MyAppName "pyRevit CLI"
2-
#define MyAppUUID "9557b432-cf79-4ece-91cf-b8f996c88b47"
3-
#define MyAppVersion "4.8.14.24016"
2+
#define MyAppUUID "2e94b164-49b1-49ff-8329-75a15000d3f9"
3+
#define MyAppVersion "4.8.15.24089"
44
#define MyAppPublisher "pyRevitLabs"
55
#define MyAppURL "pyrevitlabs.io"
66
#define MyAppExeName "pyrevit.exe"

0 commit comments

Comments
 (0)