Skip to content

Commit

Permalink
Publish!
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 4, 2022
1 parent 9c73b41 commit b7704ea
Show file tree
Hide file tree
Showing 54 changed files with 52 additions and 40 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/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.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.12.22247+0031",
"version": "4.8.12.22247+0031",
"key": "a241ce67-c9b1-41f8-8c20-65d6de92db16"
},
{
"product": "pyRevit",
"release": "4.8.11.22151+0454",
Expand Down Expand Up @@ -263,6 +269,12 @@
"version": "4.6.1",
"key": "{EF91A585-DC0C-43B8-B88B-4C130F430E84}"
},
{
"product": "pyRevit CLI",
"release": "4.8.12.22247+0031",
"version": "4.8.12.22247+0031",
"key": "52cc6210-7507-4dd3-9b18-6314d2c0abc4"
},
{
"product": "pyRevit CLI",
"release": "4.8.11.22151+0454",
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.11.22151+0454</Version>
<Version>4.8.12.22247+0031</Version>
<Copyright>Copyright © 2014-2022</Copyright>
<Company>pyRevitLabs.io</Company>
</PropertyGroup>
Expand Down
46 changes: 23 additions & 23 deletions dev/pyRevitLabs/pyRevitCLIAutoComplete/pyrevit-autocomplete.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ func main() {
Sub: complete.Commands{},
Flags: complete.Flags{
"--help": complete.PredictNothing,
"--log": complete.PredictNothing,
"--json": complete.PredictNothing,
"--log": complete.PredictNothing,
},
},
"update": complete.Command{
Expand All @@ -50,11 +50,11 @@ func main() {
Flags: complete.Flags{
"--help": complete.PredictNothing,
"--token": complete.PredictNothing,
"--log": complete.PredictNothing,
"--image": complete.PredictNothing,
"--password": complete.PredictNothing,
"--dest": complete.PredictNothing,
"--branch": complete.PredictNothing,
"--password": complete.PredictNothing,
"--log": complete.PredictNothing,
},
},
"clones": complete.Command{
Expand Down Expand Up @@ -126,9 +126,9 @@ func main() {
"update": complete.Command{
Sub: complete.Commands{},
Flags: complete.Flags{
"--password": complete.PredictNothing,
"--log": complete.PredictNothing,
"--token": complete.PredictNothing,
"--password": complete.PredictNothing,
},
},
"deployments": complete.Command{
Expand All @@ -150,16 +150,16 @@ func main() {
Sub: complete.Commands{},
Flags: complete.Flags{
"--attached": complete.PredictNothing,
"--allusers": complete.PredictNothing,
"--installed": complete.PredictNothing,
"--allusers": complete.PredictNothing,
},
},
},
Flags: complete.Flags{
"--help": complete.PredictNothing,
"--attached": complete.PredictNothing,
"--allusers": complete.PredictNothing,
"--help": complete.PredictNothing,
"--installed": 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{
"--password": complete.PredictNothing,
"--dest": complete.PredictNothing,
"--log": complete.PredictNothing,
"--token": complete.PredictNothing,
"--dest": complete.PredictNothing,
"--password": complete.PredictNothing,
},
},
"lib": complete.Command{
Sub: complete.Commands{},
Flags: complete.Flags{
"--password": complete.PredictNothing,
"--dest": complete.PredictNothing,
"--log": complete.PredictNothing,
"--token": complete.PredictNothing,
"--dest": complete.PredictNothing,
"--password": complete.PredictNothing,
},
},
},
Flags: complete.Flags{
"--help": complete.PredictNothing,
"--token": complete.PredictNothing,
"--log": complete.PredictNothing,
"--dest": complete.PredictNothing,
"--password": complete.PredictNothing,
"--dest": complete.PredictNothing,
"--log": complete.PredictNothing,
},
},
"extensions": complete.Command{
Expand Down Expand Up @@ -246,8 +246,8 @@ func main() {
"forget": complete.Command{
Sub: complete.Commands{},
Flags: complete.Flags{
"--log": complete.PredictNothing,
"--all": complete.PredictNothing,
"--log": complete.PredictNothing,
},
},
"add": complete.Command{
Expand Down Expand Up @@ -279,8 +279,8 @@ func main() {
"forget": complete.Command{
Sub: complete.Commands{},
Flags: complete.Flags{
"--log": complete.PredictNothing,
"--all": complete.PredictNothing,
"--log": complete.PredictNothing,
},
},
"add": complete.Command{
Expand All @@ -298,9 +298,9 @@ func main() {
"update": complete.Command{
Sub: complete.Commands{},
Flags: complete.Flags{
"--password": complete.PredictNothing,
"--log": complete.PredictNothing,
"--token": complete.PredictNothing,
"--password": complete.PredictNothing,
},
},
},
Expand Down Expand Up @@ -367,15 +367,15 @@ func main() {
Sub: complete.Commands{},
Flags: complete.Flags{
"--csv": complete.PredictNothing,
"--rft": complete.PredictNothing,
"--rte": complete.PredictNothing,
"--rft": complete.PredictNothing,
},
},
},
Flags: complete.Flags{
"--help": complete.PredictNothing,
"--supported": complete.PredictNothing,
"--installed": complete.PredictNothing,
"--supported": complete.PredictNothing,
},
},
"run": complete.Command{
Expand All @@ -386,12 +386,12 @@ func main() {
},
},
Flags: complete.Flags{
"--revit": complete.PredictNothing,
"--help": complete.PredictNothing,
"--purge": complete.PredictNothing,
"--models": complete.PredictNothing,
"--help": complete.PredictNothing,
"--allowdialogs": complete.PredictNothing,
"--revit": complete.PredictNothing,
"--import": complete.PredictNothing,
"--models": complete.PredictNothing,
},
},
"caches": complete.Command{
Expand Down Expand Up @@ -846,15 +846,15 @@ func main() {
"doctor": complete.Command{
Sub: complete.Commands{},
Flags: complete.Flags{
"--help": complete.PredictNothing,
"--dryrun": complete.PredictNothing,
"--help": complete.PredictNothing,
"--list": complete.PredictNothing,
},
},
},
Flags: complete.Flags{
"--help": complete.PredictNothing,
"--debug": complete.PredictNothing,
"--help": complete.PredictNothing,
"--usage": complete.PredictNothing,
"--version": complete.PredictNothing,
"--verbose": complete.PredictNothing,
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.12
4.8.12.22247+0031
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.11.22151</version>
<version>4.8.12.22247</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.11.22151%2B0454/</releaseNotes>
<releaseNotes>https://github.com/eirannejad/pyRevit/releases/tag/v4.8.12.22247%2B0031/</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.11.22151/pyRevit_CLI_4.8.11.22151_admin_signed.exe'
$url64 = 'https://github.com/eirannejad/pyRevit/releases/download/v4.8.12.22247/pyRevit_CLI_4.8.12.22247_admin_signed.exe'

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

softwareName = 'pyrevit-cli*'

checksum64 = '2DD15C2FF80E3B0CB11B7B04AFD71F1FD0434FF443021EB39151CF8CA79A01D5'
checksum64 = 'A43C6CBA331EB91489721DDB7A2FF6B3F202C4E8138902F05306604BF92B743A'
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 "ee4c9248-a3a4-4a4a-bed8-7a1c28102bc1"
#define MyAppVersion "4.8.11.22151"
#define MyAppUUID "a241ce67-c9b1-41f8-8c20-65d6de92db16"
#define MyAppVersion "4.8.12.22247"
#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 "942e8317-c392-4020-9fe8-15e8ddb1df45"
#define MyAppVersion "4.8.11.22151"
#define MyAppUUID "52cc6210-7507-4dd3-9b18-6314d2c0abc4"
#define MyAppVersion "4.8.12.22247"
#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 "942e8317-c392-4020-9fe8-15e8ddb1df45"
#define MyAppVersion "4.8.11.22151"
#define MyAppUUID "52cc6210-7507-4dd3-9b18-6314d2c0abc4"
#define MyAppVersion "4.8.12.22247"
#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>942e8317-c392-4020-9fe8-15e8ddb1df45</ProductIdCode>
<ProductIdCode>52cc6210-7507-4dd3-9b18-6314d2c0abc4</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.11.22151</Version>
<Version>4.8.12.22247</Version>
<Copyright>Copyright © 2014-2022</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 "ee4c9248-a3a4-4a4a-bed8-7a1c28102bc1"
#define MyAppVersion "4.8.11.22151"
#define MyAppUUID "a241ce67-c9b1-41f8-8c20-65d6de92db16"
#define MyAppVersion "4.8.12.22247"
#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.12
4.8.12.22247

0 comments on commit b7704ea

Please sign in to comment.