Skip to content

Commit

Permalink
Publish!
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 30, 2024
1 parent 23a0b8c commit 22c171a
Show file tree
Hide file tree
Showing 54 changed files with 54 additions and 42 deletions.
Binary file modified bin/engines/CPY378/pyRevitLabs.PythonNet.dll
Binary file not shown.
Binary file modified bin/engines/CPY385/pyRevitLabs.PythonNet.dll
Binary file not shown.
Binary file modified bin/engines/IPY2711PR/pyRevitLabs.IronPython.Modules.dll
Binary file not shown.
Binary file modified bin/engines/IPY2711PR/pyRevitLabs.IronPython.SQLite.dll
Binary file not shown.
Binary file modified bin/engines/IPY2711PR/pyRevitLabs.IronPython.Wpf.dll
Binary file not shown.
Binary file modified bin/engines/IPY2711PR/pyRevitLabs.IronPython.dll
Binary file not shown.
Binary file modified bin/engines/IPY2711PR/pyRevitLabs.Microsoft.Dynamic.dll
Binary file not shown.
Binary file not shown.
Binary file modified bin/engines/IPY2711PR/pyRevitLabs.Microsoft.Scripting.dll
Binary file not shown.
Binary file modified bin/engines/IPY2711PR/pyRevitLoader.dll
Binary file not shown.
Binary file modified bin/engines/IPY2711PR/pyRevitRunner.dll
Binary file not shown.
Binary file modified bin/engines/IPY340PR/pyRevitLabs.IronPython.Modules.dll
Binary file not shown.
Binary file modified bin/engines/IPY340PR/pyRevitLabs.IronPython.SQLite.dll
Binary file not shown.
Binary file modified bin/engines/IPY340PR/pyRevitLabs.IronPython.Wpf.dll
Binary file not shown.
Binary file modified bin/engines/IPY340PR/pyRevitLabs.IronPython.dll
Binary file not shown.
Binary file modified bin/engines/IPY340PR/pyRevitLabs.Microsoft.Dynamic.dll
Binary file not shown.
Binary file not shown.
Binary file modified bin/engines/IPY340PR/pyRevitLabs.Microsoft.Scripting.dll
Binary file not shown.
Binary file modified bin/engines/IPY340PR/pyRevitLoader.dll
Binary file not shown.
Binary file modified bin/engines/IPY340PR/pyRevitRunner.dll
Binary file not shown.
Binary file modified bin/pyRevitLabs.Common.dll
Binary file not shown.
Binary file modified bin/pyRevitLabs.CommonCLI.dll
Binary file not shown.
Binary file modified bin/pyRevitLabs.CommonWPF.dll
Binary file not shown.
Binary file modified bin/pyRevitLabs.DeffrelDB.dll
Binary file not shown.
Binary file modified bin/pyRevitLabs.Emojis.dll
Binary file not shown.
Binary file modified bin/pyRevitLabs.Json.dll
Binary file not shown.
Binary file modified bin/pyRevitLabs.Language.dll
Binary file not shown.
Binary file modified bin/pyRevitLabs.MahAppsMetro.dll
Binary file not shown.
Binary file modified bin/pyRevitLabs.NLog.dll
Binary file not shown.
Binary file modified bin/pyRevitLabs.PyRevit.Runtime.Shared.dll
Binary file not shown.
Binary file modified bin/pyRevitLabs.PyRevit.dll
Binary file not shown.
Binary file modified bin/pyRevitLabs.TargetApps.AutoCAD.dll
Binary file not shown.
Binary file modified bin/pyRevitLabs.TargetApps.Navisworks.dll
Binary file not shown.
Binary file modified bin/pyRevitLabs.TargetApps.Revit.dll
Binary file not shown.
Binary file modified bin/pyRevitLabs.UnitTests.dll
Binary file not shown.
Binary file modified bin/pyrevit-autocomplete.exe
Binary file not shown.
Binary file modified bin/pyrevit-doctor.exe
Binary file not shown.
12 changes: 12 additions & 0 deletions bin/pyrevit-products.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
[
{
"product": "pyRevit",
"release": "4.8.16.24121+2117",
"version": "4.8.16.24121+2117",
"key": "c8a4b720-9699-4a03-bc67-273bab978723"
},
{
"product": "pyRevit",
"release": "4.8.15.24089+0912",
Expand Down Expand Up @@ -287,6 +293,12 @@
"version": "4.6.1",
"key": "{EF91A585-DC0C-43B8-B88B-4C130F430E84}"
},
{
"product": "pyRevit CLI",
"release": "4.8.16.24121+2117",
"version": "4.8.16.24121+2117",
"key": "2669428b-35bc-4824-afb5-9c8b7e343d3d"
},
{
"product": "pyRevit CLI",
"release": "4.8.15.24089+0912",
Expand Down
Binary file modified bin/pyrevit-stubsbuilder.exe
Binary file not shown.
Binary file added bin/pyrevit-telemetryserver.exe
Binary file not shown.
Binary file added bin/pyrevit-toast.exe
Binary file not shown.
Binary file modified bin/pyrevit.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion dev/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</PropertyGroup>

<PropertyGroup>
<Version>4.8.15.24089+0912</Version>
<Version>4.8.16.24121+2117</Version>
<Copyright>Copyright © 2014-2024</Copyright>
<Company>pyRevitLabs.io</Company>
</PropertyGroup>
Expand Down
50 changes: 25 additions & 25 deletions dev/pyRevitLabs/pyRevitCLIAutoComplete/pyrevit-autocomplete.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ func main() {
"env": complete.Command{
Sub: complete.Commands{},
Flags: complete.Flags{
"--log": complete.PredictNothing,
"--json": complete.PredictNothing,
"--help": complete.PredictNothing,
"--log": complete.PredictNothing,
},
},
"update": complete.Command{
Expand All @@ -48,13 +48,13 @@ func main() {
"clone": complete.Command{
Sub: complete.Commands{},
Flags: complete.Flags{
"--branch": complete.PredictNothing,
"--help": complete.PredictNothing,
"--log": complete.PredictNothing,
"--password": complete.PredictNothing,
"--image": complete.PredictNothing,
"--dest": complete.PredictNothing,
"--help": complete.PredictNothing,
"--token": complete.PredictNothing,
"--branch": complete.PredictNothing,
"--dest": complete.PredictNothing,
"--image": complete.PredictNothing,
},
},
"clones": complete.Command{
Expand Down Expand Up @@ -126,9 +126,9 @@ func main() {
"update": complete.Command{
Sub: complete.Commands{},
Flags: complete.Flags{
"--token": complete.PredictNothing,
"--log": complete.PredictNothing,
"--password": complete.PredictNothing,
"--token": complete.PredictNothing,
},
},
"deployments": complete.Command{
Expand All @@ -150,16 +150,16 @@ func main() {
Sub: complete.Commands{},
Flags: complete.Flags{
"--installed": complete.PredictNothing,
"--allusers": complete.PredictNothing,
"--attached": complete.PredictNothing,
"--allusers": complete.PredictNothing,
},
},
},
Flags: complete.Flags{
"--installed": complete.PredictNothing,
"--allusers": complete.PredictNothing,
"--attached": complete.PredictNothing,
"--help": complete.PredictNothing,
"--attached": complete.PredictNothing,
"--allusers": complete.PredictNothing,
},
},
"attached": complete.Command{
Expand All @@ -186,28 +186,28 @@ func main() {
"ui": complete.Command{
Sub: complete.Commands{},
Flags: complete.Flags{
"--dest": complete.PredictNothing,
"--password": complete.PredictNothing,
"--token": complete.PredictNothing,
"--log": complete.PredictNothing,
"--password": complete.PredictNothing,
"--dest": complete.PredictNothing,
},
},
"lib": complete.Command{
Sub: complete.Commands{},
Flags: complete.Flags{
"--dest": complete.PredictNothing,
"--password": complete.PredictNothing,
"--token": complete.PredictNothing,
"--log": complete.PredictNothing,
"--password": complete.PredictNothing,
"--dest": complete.PredictNothing,
},
},
},
Flags: complete.Flags{
"--help": complete.PredictNothing,
"--log": complete.PredictNothing,
"--password": complete.PredictNothing,
"--dest": complete.PredictNothing,
"--help": complete.PredictNothing,
"--token": complete.PredictNothing,
"--dest": complete.PredictNothing,
},
},
"extensions": complete.Command{
Expand Down Expand Up @@ -298,9 +298,9 @@ func main() {
"update": complete.Command{
Sub: complete.Commands{},
Flags: complete.Flags{
"--token": complete.PredictNothing,
"--log": complete.PredictNothing,
"--password": complete.PredictNothing,
"--token": complete.PredictNothing,
},
},
},
Expand Down Expand Up @@ -386,12 +386,12 @@ func main() {
},
},
Flags: complete.Flags{
"--revit": complete.PredictNothing,
"--import": complete.PredictNothing,
"--allowdialogs": complete.PredictNothing,
"--purge": complete.PredictNothing,
"--models": complete.PredictNothing,
"--help": complete.PredictNothing,
"--purge": complete.PredictNothing,
"--import": complete.PredictNothing,
"--allowdialogs": complete.PredictNothing,
"--revit": complete.PredictNothing,
},
},
"caches": complete.Command{
Expand All @@ -415,8 +415,8 @@ func main() {
"config": complete.Command{
Sub: complete.Commands{},
Flags: complete.Flags{
"--help": complete.PredictNothing,
"--from": complete.PredictNothing,
"--help": complete.PredictNothing,
},
},
"configs": complete.Command{
Expand Down Expand Up @@ -846,18 +846,18 @@ func main() {
"doctor": complete.Command{
Sub: complete.Commands{},
Flags: complete.Flags{
"--list": complete.PredictNothing,
"--dryrun": complete.PredictNothing,
"--list": complete.PredictNothing,
"--help": complete.PredictNothing,
},
},
},
Flags: complete.Flags{
"--verbose": complete.PredictNothing,
"--version": complete.PredictNothing,
"--help": complete.PredictNothing,
"--debug": complete.PredictNothing,
"--usage": complete.PredictNothing,
"--help": complete.PredictNothing,
"--version": complete.PredictNothing,
"--verbose": complete.PredictNothing,
},
}
complete.New("pyrevit", pyrevit).Run()
Expand Down
2 changes: 1 addition & 1 deletion pyrevitlib/pyrevit/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.8.16
4.8.16.24121+2117
4 changes: 2 additions & 2 deletions release/choco/pyrevit-cli.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>pyrevit-cli</id>
<version>4.8.15.24089</version>
<version>4.8.16.24121</version>
<packageSourceUrl>https://github.com/pyrevitlabs/pyRevit/tree/master/release/choco/</packageSourceUrl>
<owners>Ehsan Iran-Nejad</owners>
<title>pyRevit CLI</title>
Expand All @@ -20,7 +20,7 @@
and configure pyRevit in your production/development environment.
Each section below showcases a specific set of functionality of the command line tool.
</description>
<releaseNotes>https://github.com/pyrevitlabs/pyRevit/releases/tag/v4.8.15.24089%2B0912/</releaseNotes>
<releaseNotes>https://github.com/pyrevitlabs/pyRevit/releases/tag/v4.8.16.24121%2B2117/</releaseNotes>
<dependencies>
<dependency id="dotnetfx" version="4.8.0.20190930" />
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions release/choco/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$ErrorActionPreference = 'Stop';

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url64 = 'https://github.com/pyrevitlabs/pyRevit/releases/download/v4.8.15.24089%2B0912/pyRevit_CLI_4.8.15.24089_admin_signed.exe'
$url64 = 'https://github.com/pyrevitlabs/pyRevit/releases/download/v4.8.16.24121%2B2117/pyRevit_CLI_4.8.16.24121_admin_signed.exe'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand All @@ -12,7 +12,7 @@ $packageArgs = @{

softwareName = 'pyrevit-cli*'

checksum64 = '694284EE38EE7A448D7D7FBF9A62CA9820EAB4AD0FEE9FE5E829D6552DA64D4D'
checksum64 = '1A46DAD7AF5ADB3BD0C9E589B6E51FBCF06BD6348CF520E8142FA3781456FECA'
checksumType64= 'sha256'

silentArgs = "/VERYSILENT"
Expand Down
4 changes: 2 additions & 2 deletions release/pyrevit-admin.iss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#define MyAppName "pyRevit"
#define MyAppUUID "6f430f6a-c452-4aa1-bb00-b690c50bea01"
#define MyAppVersion "4.8.15.24089"
#define MyAppUUID "c8a4b720-9699-4a03-bc67-273bab978723"
#define MyAppVersion "4.8.16.24121"
#define MyAppPublisher "pyRevitLabs"
#define MyAppURL "pyrevitlabs.io"

Expand Down
4 changes: 2 additions & 2 deletions release/pyrevit-cli-admin.iss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#define MyAppName "pyRevit CLI"
#define MyAppUUID "2e94b164-49b1-49ff-8329-75a15000d3f9"
#define MyAppVersion "4.8.15.24089"
#define MyAppUUID "2669428b-35bc-4824-afb5-9c8b7e343d3d"
#define MyAppVersion "4.8.16.24121"
#define MyAppPublisher "pyRevitLabs"
#define MyAppURL "pyrevitlabs.io"
#define MyAppExeName "pyrevit.exe"
Expand Down
4 changes: 2 additions & 2 deletions release/pyrevit-cli.iss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#define MyAppName "pyRevit CLI"
#define MyAppUUID "2e94b164-49b1-49ff-8329-75a15000d3f9"
#define MyAppVersion "4.8.15.24089"
#define MyAppUUID "2669428b-35bc-4824-afb5-9c8b7e343d3d"
#define MyAppVersion "4.8.16.24121"
#define MyAppPublisher "pyRevitLabs"
#define MyAppURL "pyrevitlabs.io"
#define MyAppExeName "pyrevit.exe"
Expand Down
2 changes: 1 addition & 1 deletion release/pyrevit-cli.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='utf-8'?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="15.0">
<PropertyGroup>
<ProductIdCode>2e94b164-49b1-49ff-8329-75a15000d3f9</ProductIdCode>
<ProductIdCode>2669428b-35bc-4824-afb5-9c8b7e343d3d</ProductIdCode>
<ProductUpgradeCode>618520c4-0c3a-4e8d-8e8a-b74db3f3592b</ProductUpgradeCode>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion release/pyrevit-common.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='utf-8'?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="15.0">
<PropertyGroup>
<Version>4.8.15.24089</Version>
<Version>4.8.16.24121</Version>
<Copyright>Copyright © 2014-2024</Copyright>
<Company>pyRevitLabs.io</Company>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions release/pyrevit.iss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#define MyAppName "pyRevit"
#define MyAppUUID "6f430f6a-c452-4aa1-bb00-b690c50bea01"
#define MyAppVersion "4.8.15.24089"
#define MyAppUUID "c8a4b720-9699-4a03-bc67-273bab978723"
#define MyAppVersion "4.8.16.24121"
#define MyAppPublisher "pyRevitLabs"
#define MyAppURL "pyrevitlabs.io"

Expand Down
2 changes: 1 addition & 1 deletion release/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.8.16
4.8.16.24121

0 comments on commit 22c171a

Please sign in to comment.