Skip to content

Commit 22c171a

Browse files
Publish!
1 parent 23a0b8c commit 22c171a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+54
-42
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/pyRevitLabs.Common.dll

0 Bytes
Binary file not shown.

bin/pyRevitLabs.CommonCLI.dll

0 Bytes
Binary file not shown.

bin/pyRevitLabs.CommonWPF.dll

0 Bytes
Binary file not shown.

bin/pyRevitLabs.DeffrelDB.dll

0 Bytes
Binary file not shown.

bin/pyRevitLabs.Emojis.dll

0 Bytes
Binary file not shown.

bin/pyRevitLabs.Json.dll

0 Bytes
Binary file not shown.

bin/pyRevitLabs.Language.dll

0 Bytes
Binary file not shown.

bin/pyRevitLabs.MahAppsMetro.dll

0 Bytes
Binary file not shown.

bin/pyRevitLabs.NLog.dll

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

bin/pyRevitLabs.PyRevit.dll

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

bin/pyRevitLabs.TargetApps.Revit.dll

0 Bytes
Binary file not shown.

bin/pyRevitLabs.UnitTests.dll

0 Bytes
Binary file not shown.

bin/pyrevit-autocomplete.exe

0 Bytes
Binary file not shown.

bin/pyrevit-doctor.exe

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.16.24121+2117",
5+
"version": "4.8.16.24121+2117",
6+
"key": "c8a4b720-9699-4a03-bc67-273bab978723"
7+
},
28
{
39
"product": "pyRevit",
410
"release": "4.8.15.24089+0912",
@@ -287,6 +293,12 @@
287293
"version": "4.6.1",
288294
"key": "{EF91A585-DC0C-43B8-B88B-4C130F430E84}"
289295
},
296+
{
297+
"product": "pyRevit CLI",
298+
"release": "4.8.16.24121+2117",
299+
"version": "4.8.16.24121+2117",
300+
"key": "2669428b-35bc-4824-afb5-9c8b7e343d3d"
301+
},
290302
{
291303
"product": "pyRevit CLI",
292304
"release": "4.8.15.24089+0912",

bin/pyrevit-stubsbuilder.exe

0 Bytes
Binary file not shown.

bin/pyrevit-telemetryserver.exe

33.7 MB
Binary file not shown.

bin/pyrevit-toast.exe

1.21 MB
Binary file not shown.

bin/pyrevit.exe

0 Bytes
Binary file not shown.

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.15.24089+0912</Version>
36+
<Version>4.8.16.24121+2117</Version>
3737
<Copyright>Copyright © 2014-2024</Copyright>
3838
<Company>pyRevitLabs.io</Company>
3939
</PropertyGroup>

dev/pyRevitLabs/pyRevitCLIAutoComplete/pyrevit-autocomplete.go

+25-25
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ func main() {
3434
"env": complete.Command{
3535
Sub: complete.Commands{},
3636
Flags: complete.Flags{
37+
"--log": complete.PredictNothing,
3738
"--json": complete.PredictNothing,
3839
"--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+
"--help": complete.PredictNothing,
5153
"--log": complete.PredictNothing,
5254
"--password": complete.PredictNothing,
53-
"--image": complete.PredictNothing,
54-
"--dest": complete.PredictNothing,
55-
"--help": complete.PredictNothing,
5655
"--token": complete.PredictNothing,
57-
"--branch": complete.PredictNothing,
56+
"--dest": complete.PredictNothing,
57+
"--image": complete.PredictNothing,
5858
},
5959
},
6060
"clones": complete.Command{
@@ -126,9 +126,9 @@ func main() {
126126
"update": complete.Command{
127127
Sub: complete.Commands{},
128128
Flags: complete.Flags{
129-
"--token": complete.PredictNothing,
130129
"--log": complete.PredictNothing,
131130
"--password": complete.PredictNothing,
131+
"--token": complete.PredictNothing,
132132
},
133133
},
134134
"deployments": complete.Command{
@@ -150,16 +150,16 @@ func main() {
150150
Sub: complete.Commands{},
151151
Flags: complete.Flags{
152152
"--installed": complete.PredictNothing,
153-
"--allusers": complete.PredictNothing,
154153
"--attached": complete.PredictNothing,
154+
"--allusers": complete.PredictNothing,
155155
},
156156
},
157157
},
158158
Flags: complete.Flags{
159159
"--installed": complete.PredictNothing,
160-
"--allusers": complete.PredictNothing,
161-
"--attached": complete.PredictNothing,
162160
"--help": complete.PredictNothing,
161+
"--attached": complete.PredictNothing,
162+
"--allusers": complete.PredictNothing,
163163
},
164164
},
165165
"attached": complete.Command{
@@ -186,28 +186,28 @@ func main() {
186186
"ui": complete.Command{
187187
Sub: complete.Commands{},
188188
Flags: complete.Flags{
189+
"--dest": complete.PredictNothing,
190+
"--password": complete.PredictNothing,
189191
"--token": complete.PredictNothing,
190192
"--log": complete.PredictNothing,
191-
"--password": complete.PredictNothing,
192-
"--dest": complete.PredictNothing,
193193
},
194194
},
195195
"lib": complete.Command{
196196
Sub: complete.Commands{},
197197
Flags: complete.Flags{
198+
"--dest": complete.PredictNothing,
199+
"--password": complete.PredictNothing,
198200
"--token": complete.PredictNothing,
199201
"--log": complete.PredictNothing,
200-
"--password": complete.PredictNothing,
201-
"--dest": complete.PredictNothing,
202202
},
203203
},
204204
},
205205
Flags: complete.Flags{
206+
"--help": complete.PredictNothing,
206207
"--log": complete.PredictNothing,
207208
"--password": complete.PredictNothing,
208-
"--dest": complete.PredictNothing,
209-
"--help": complete.PredictNothing,
210209
"--token": complete.PredictNothing,
210+
"--dest": complete.PredictNothing,
211211
},
212212
},
213213
"extensions": complete.Command{
@@ -298,9 +298,9 @@ func main() {
298298
"update": complete.Command{
299299
Sub: complete.Commands{},
300300
Flags: complete.Flags{
301-
"--token": complete.PredictNothing,
302301
"--log": complete.PredictNothing,
303302
"--password": complete.PredictNothing,
303+
"--token": complete.PredictNothing,
304304
},
305305
},
306306
},
@@ -386,12 +386,12 @@ func main() {
386386
},
387387
},
388388
Flags: complete.Flags{
389-
"--revit": complete.PredictNothing,
390-
"--import": complete.PredictNothing,
391-
"--allowdialogs": complete.PredictNothing,
392-
"--purge": complete.PredictNothing,
393389
"--models": complete.PredictNothing,
394390
"--help": complete.PredictNothing,
391+
"--purge": complete.PredictNothing,
392+
"--import": complete.PredictNothing,
393+
"--allowdialogs": complete.PredictNothing,
394+
"--revit": complete.PredictNothing,
395395
},
396396
},
397397
"caches": complete.Command{
@@ -415,8 +415,8 @@ func main() {
415415
"config": complete.Command{
416416
Sub: complete.Commands{},
417417
Flags: complete.Flags{
418-
"--help": complete.PredictNothing,
419418
"--from": complete.PredictNothing,
419+
"--help": complete.PredictNothing,
420420
},
421421
},
422422
"configs": complete.Command{
@@ -846,18 +846,18 @@ func main() {
846846
"doctor": complete.Command{
847847
Sub: complete.Commands{},
848848
Flags: complete.Flags{
849-
"--list": complete.PredictNothing,
850849
"--dryrun": complete.PredictNothing,
850+
"--list": complete.PredictNothing,
851851
"--help": complete.PredictNothing,
852852
},
853853
},
854854
},
855855
Flags: complete.Flags{
856-
"--verbose": complete.PredictNothing,
856+
"--version": complete.PredictNothing,
857+
"--help": complete.PredictNothing,
857858
"--debug": complete.PredictNothing,
858859
"--usage": complete.PredictNothing,
859-
"--help": complete.PredictNothing,
860-
"--version": complete.PredictNothing,
860+
"--verbose": complete.PredictNothing,
861861
},
862862
}
863863
complete.New("pyrevit", pyrevit).Run()

pyrevitlib/pyrevit/version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.8.16
1+
4.8.16.24121+2117

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.15.24089</version>
5+
<version>4.8.16.24121</version>
66
<packageSourceUrl>https://github.com/pyrevitlabs/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/pyrevitlabs/pyRevit/releases/tag/v4.8.15.24089%2B0912/</releaseNotes>
23+
<releaseNotes>https://github.com/pyrevitlabs/pyRevit/releases/tag/v4.8.16.24121%2B2117/</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/pyrevitlabs/pyRevit/releases/download/v4.8.15.24089%2B0912/pyRevit_CLI_4.8.15.24089_admin_signed.exe'
5+
$url64 = 'https://github.com/pyrevitlabs/pyRevit/releases/download/v4.8.16.24121%2B2117/pyRevit_CLI_4.8.16.24121_admin_signed.exe'
66

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

1313
softwareName = 'pyrevit-cli*'
1414

15-
checksum64 = '694284EE38EE7A448D7D7FBF9A62CA9820EAB4AD0FEE9FE5E829D6552DA64D4D'
15+
checksum64 = '1A46DAD7AF5ADB3BD0C9E589B6E51FBCF06BD6348CF520E8142FA3781456FECA'
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 "6f430f6a-c452-4aa1-bb00-b690c50bea01"
3-
#define MyAppVersion "4.8.15.24089"
2+
#define MyAppUUID "c8a4b720-9699-4a03-bc67-273bab978723"
3+
#define MyAppVersion "4.8.16.24121"
44
#define MyAppPublisher "pyRevitLabs"
55
#define MyAppURL "pyrevitlabs.io"
66

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 "2e94b164-49b1-49ff-8329-75a15000d3f9"
3-
#define MyAppVersion "4.8.15.24089"
2+
#define MyAppUUID "2669428b-35bc-4824-afb5-9c8b7e343d3d"
3+
#define MyAppVersion "4.8.16.24121"
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 "2e94b164-49b1-49ff-8329-75a15000d3f9"
3-
#define MyAppVersion "4.8.15.24089"
2+
#define MyAppUUID "2669428b-35bc-4824-afb5-9c8b7e343d3d"
3+
#define MyAppVersion "4.8.16.24121"
44
#define MyAppPublisher "pyRevitLabs"
55
#define MyAppURL "pyrevitlabs.io"
66
#define MyAppExeName "pyrevit.exe"

release/pyrevit-cli.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version='1.0' encoding='utf-8'?>
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="15.0">
33
<PropertyGroup>
4-
<ProductIdCode>2e94b164-49b1-49ff-8329-75a15000d3f9</ProductIdCode>
4+
<ProductIdCode>2669428b-35bc-4824-afb5-9c8b7e343d3d</ProductIdCode>
55
<ProductUpgradeCode>618520c4-0c3a-4e8d-8e8a-b74db3f3592b</ProductUpgradeCode>
66
</PropertyGroup>
77

release/pyrevit-common.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version='1.0' encoding='utf-8'?>
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="15.0">
33
<PropertyGroup>
4-
<Version>4.8.15.24089</Version>
4+
<Version>4.8.16.24121</Version>
55
<Copyright>Copyright © 2014-2024</Copyright>
66
<Company>pyRevitLabs.io</Company>
77
</PropertyGroup>

release/pyrevit.iss

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#define MyAppName "pyRevit"
2-
#define MyAppUUID "6f430f6a-c452-4aa1-bb00-b690c50bea01"
3-
#define MyAppVersion "4.8.15.24089"
2+
#define MyAppUUID "c8a4b720-9699-4a03-bc67-273bab978723"
3+
#define MyAppVersion "4.8.16.24121"
44
#define MyAppPublisher "pyRevitLabs"
55
#define MyAppURL "pyrevitlabs.io"
66

release/version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.8.16
1+
4.8.16.24121

0 commit comments

Comments
 (0)