Skip to content

Commit

Permalink
Publish!
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 1, 2023
1 parent ffffa6d commit 6aa2c49
Show file tree
Hide file tree
Showing 65 changed files with 51 additions and 35 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/IPY2710/pyRevitLoader.dll
Binary file not shown.
Binary file modified bin/engines/IPY2710/pyRevitRunner.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/IPY273/pyRevitLoader.dll
Binary file not shown.
Binary file modified bin/engines/IPY273/pyRevitRunner.dll
Binary file not shown.
Binary file modified bin/engines/IPY277/pyRevitLoader.dll
Binary file not shown.
Binary file modified bin/engines/IPY277/pyRevitRunner.dll
Binary file not shown.
Binary file modified bin/engines/IPY278/pyRevitLoader.dll
Binary file not shown.
Binary file modified bin/engines/IPY278/pyRevitRunner.dll
Binary file not shown.
Binary file modified bin/engines/IPY279/pyRevitLoader.dll
Binary file not shown.
Binary file modified bin/engines/IPY279/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 added 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.13.23182+2215",
"version": "4.8.13.23182+2215",
"key": "6a6637c3-859c-4fba-9ed9-03957adee956"
},
{
"product": "pyRevit",
"release": "4.8.12.22247+0031",
Expand Down Expand Up @@ -269,6 +275,12 @@
"version": "4.6.1",
"key": "{EF91A585-DC0C-43B8-B88B-4C130F430E84}"
},
{
"product": "pyRevit CLI",
"release": "4.8.13.23182+2215",
"version": "4.8.13.23182+2215",
"key": "48b17832-a795-41fe-ac44-29ce052b3dba"
},
{
"product": "pyRevit CLI",
"release": "4.8.12.22247+0031",
Expand Down
Binary file modified bin/pyrevit-stubsbuilder.exe
Binary file not shown.
Binary file modified bin/pyrevit-telemetryserver.exe
Binary file not shown.
Binary file modified 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.12.22247+0031</Version>
<Version>4.8.13.23182+2215</Version>
<Copyright>Copyright © 2014-2023</Copyright>
<Company>pyRevitLabs.io</Company>
</PropertyGroup>
Expand Down
36 changes: 18 additions & 18 deletions dev/pyRevitLabs/pyRevitCLIAutoComplete/pyrevit-autocomplete.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ func main() {
"clone": complete.Command{
Sub: complete.Commands{},
Flags: complete.Flags{
"--help": complete.PredictNothing,
"--token": complete.PredictNothing,
"--image": complete.PredictNothing,
"--password": complete.PredictNothing,
"--dest": complete.PredictNothing,
"--help": complete.PredictNothing,
"--image": complete.PredictNothing,
"--branch": complete.PredictNothing,
"--log": complete.PredictNothing,
},
Expand Down Expand Up @@ -119,16 +119,16 @@ func main() {
"origin": complete.Command{
Sub: complete.Commands{},
Flags: complete.Flags{
"--log": complete.PredictNothing,
"--reset": complete.PredictNothing,
"--log": complete.PredictNothing,
},
},
"update": complete.Command{
Sub: complete.Commands{},
Flags: complete.Flags{
"--password": complete.PredictNothing,
"--log": complete.PredictNothing,
"--token": complete.PredictNothing,
"--log": complete.PredictNothing,
},
},
"deployments": complete.Command{
Expand Down Expand Up @@ -186,27 +186,27 @@ func main() {
"ui": complete.Command{
Sub: complete.Commands{},
Flags: complete.Flags{
"--password": complete.PredictNothing,
"--dest": complete.PredictNothing,
"--log": complete.PredictNothing,
"--password": complete.PredictNothing,
"--token": complete.PredictNothing,
"--log": complete.PredictNothing,
},
},
"lib": complete.Command{
Sub: complete.Commands{},
Flags: complete.Flags{
"--password": complete.PredictNothing,
"--dest": complete.PredictNothing,
"--log": complete.PredictNothing,
"--password": complete.PredictNothing,
"--token": complete.PredictNothing,
"--log": complete.PredictNothing,
},
},
},
Flags: complete.Flags{
"--help": complete.PredictNothing,
"--token": complete.PredictNothing,
"--password": complete.PredictNothing,
"--dest": complete.PredictNothing,
"--help": complete.PredictNothing,
"--log": complete.PredictNothing,
},
},
Expand Down Expand Up @@ -237,8 +237,8 @@ func main() {
"origin": complete.Command{
Sub: complete.Commands{},
Flags: complete.Flags{
"--log": complete.PredictNothing,
"--reset": complete.PredictNothing,
"--log": complete.PredictNothing,
},
},
"paths": complete.Command{
Expand Down Expand Up @@ -299,8 +299,8 @@ func main() {
Sub: complete.Commands{},
Flags: complete.Flags{
"--password": complete.PredictNothing,
"--log": complete.PredictNothing,
"--token": complete.PredictNothing,
"--log": complete.PredictNothing,
},
},
},
Expand Down Expand Up @@ -366,8 +366,8 @@ func main() {
"fileinfo": complete.Command{
Sub: complete.Commands{},
Flags: complete.Flags{
"--csv": complete.PredictNothing,
"--rte": complete.PredictNothing,
"--csv": complete.PredictNothing,
"--rft": complete.PredictNothing,
},
},
Expand All @@ -386,11 +386,11 @@ func main() {
},
},
Flags: complete.Flags{
"--purge": complete.PredictNothing,
"--import": complete.PredictNothing,
"--help": complete.PredictNothing,
"--allowdialogs": complete.PredictNothing,
"--revit": complete.PredictNothing,
"--import": complete.PredictNothing,
"--purge": complete.PredictNothing,
"--models": complete.PredictNothing,
},
},
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,
"--help": complete.PredictNothing,
"--list": complete.PredictNothing,
},
},
},
Flags: complete.Flags{
"--debug": complete.PredictNothing,
"--verbose": complete.PredictNothing,
"--help": complete.PredictNothing,
"--usage": complete.PredictNothing,
"--version": complete.PredictNothing,
"--verbose": complete.PredictNothing,
"--usage": complete.PredictNothing,
"--debug": 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.13
4.8.13.23182+2215
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.12.22247</version>
<version>4.8.13.23182</version>
<packageSourceUrl>https://github.com/eirannejad/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/eirannejad/pyRevit/releases/tag/v4.8.12.22247%2B0031/</releaseNotes>
<releaseNotes>https://github.com/eirannejad/pyRevit/releases/tag/v4.8.13.23182%2B2215/</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/eirannejad/pyRevit/releases/download/v4.8.12.22247/pyRevit_CLI_4.8.12.22247_admin_signed.exe'
$url64 = 'https://github.com/eirannejad/pyRevit/releases/download/v4.8.13.23182/pyRevit_CLI_4.8.13.23182_admin_signed.exe'

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

softwareName = 'pyrevit-cli*'

checksum64 = 'A43C6CBA331EB91489721DDB7A2FF6B3F202C4E8138902F05306604BF92B743A'
checksum64 = '3F72393F0F8E3511DD751617500304261BD6BDF813B6458E6BCE7A8F3AFB435D'
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 "a241ce67-c9b1-41f8-8c20-65d6de92db16"
#define MyAppVersion "4.8.12.22247"
#define MyAppUUID "6a6637c3-859c-4fba-9ed9-03957adee956"
#define MyAppVersion "4.8.13.23182"
#define MyAppPublisher "pyRevitLabs"
#define MyAppURL "pyrevitlabs.io"

Expand Down
4 changes: 4 additions & 0 deletions release/pyrevit-bin.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@
<Component Id="cmpC506B6E44AD9EE35B59D49FDCC4CDD5B" Guid="*">
<File Id="fil0BE76B90A7E4B5B16FBC995A8F3A1DA9" KeyPath="yes" Source="$(var.PyRevitBinDir)\pyRevitLabs.PyRevit.dll" />
</Component>
<Component Id="cmpBE1A396D0BFA510B34B2BE6A6C417747" Guid="*">
<File Id="fil0E95E5FEE175E97AC105A21AD1221627" KeyPath="yes" Source="$(var.PyRevitBinDir)\pyRevitLabs.PyRevit.Runtime.Shared.dll" />
</Component>
<Component Id="cmp587C2B24D8D4F42368199917A09070B4" Guid="*">
<File Id="fil94ACE2E9826BB9E51CD933F3789B1410" KeyPath="yes" Source="$(var.PyRevitBinDir)\pyRevitLabs.TargetApps.AutoCAD.dll" />
</Component>
Expand Down Expand Up @@ -222,6 +225,7 @@
<ComponentRef Id="cmp82DE5CE1ADBDD7B8D28AB20732744155" />
<ComponentRef Id="cmpA818E740456105F619245D5C56202514" />
<ComponentRef Id="cmpC506B6E44AD9EE35B59D49FDCC4CDD5B" />
<ComponentRef Id="cmpBE1A396D0BFA510B34B2BE6A6C417747" />
<ComponentRef Id="cmp587C2B24D8D4F42368199917A09070B4" />
<ComponentRef Id="cmp772EB0C2F1F614E11229A2802087CC0D" />
<ComponentRef Id="cmp165A1505F0A7BFAB25C9BF9A177E494A" />
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 "52cc6210-7507-4dd3-9b18-6314d2c0abc4"
#define MyAppVersion "4.8.12.22247"
#define MyAppUUID "48b17832-a795-41fe-ac44-29ce052b3dba"
#define MyAppVersion "4.8.13.23182"
#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 "52cc6210-7507-4dd3-9b18-6314d2c0abc4"
#define MyAppVersion "4.8.12.22247"
#define MyAppUUID "48b17832-a795-41fe-ac44-29ce052b3dba"
#define MyAppVersion "4.8.13.23182"
#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>52cc6210-7507-4dd3-9b18-6314d2c0abc4</ProductIdCode>
<ProductIdCode>48b17832-a795-41fe-ac44-29ce052b3dba</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.12.22247</Version>
<Version>4.8.13.23182</Version>
<Copyright>Copyright © 2014-2023</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 "a241ce67-c9b1-41f8-8c20-65d6de92db16"
#define MyAppVersion "4.8.12.22247"
#define MyAppUUID "6a6637c3-859c-4fba-9ed9-03957adee956"
#define MyAppVersion "4.8.13.23182"
#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.13
4.8.13.23182

0 comments on commit 6aa2c49

Please sign in to comment.