Skip to content

Commit

Permalink
Publish!
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 31, 2022
1 parent 8755013 commit 4b84aa1
Show file tree
Hide file tree
Showing 54 changed files with 62 additions and 50 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.11.22151+0454",
"version": "4.8.11.22151+0454",
"key": "ee4c9248-a3a4-4a4a-bed8-7a1c28102bc1"
},
{
"product": "pyRevit",
"release": "4.8.10.22040+1743",
Expand Down Expand Up @@ -257,6 +263,12 @@
"version": "4.6.1",
"key": "{EF91A585-DC0C-43B8-B88B-4C130F430E84}"
},
{
"product": "pyRevit CLI",
"release": "4.8.11.22151+0454",
"version": "4.8.11.22151+0454",
"key": "942e8317-c392-4020-9fe8-15e8ddb1df45"
},
{
"product": "pyRevit CLI",
"release": "4.8.10.22040+1743",
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.10.22040+1743</Version>
<Version>4.8.11.22151+0454</Version>
<Copyright>Copyright © 2014-2022</Copyright>
<Company>pyRevitLabs.io</Company>
</PropertyGroup>
Expand Down
66 changes: 33 additions & 33 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{
"--help": complete.PredictNothing,
"--log": complete.PredictNothing,
"--json": complete.PredictNothing,
"--help": complete.PredictNothing,
},
},
"update": complete.Command{
Expand All @@ -48,13 +48,13 @@ func main() {
"clone": complete.Command{
Sub: complete.Commands{},
Flags: complete.Flags{
"--password": complete.PredictNothing,
"--branch": complete.PredictNothing,
"--help": complete.PredictNothing,
"--image": complete.PredictNothing,
"--token": complete.PredictNothing,
"--log": complete.PredictNothing,
"--image": complete.PredictNothing,
"--dest": complete.PredictNothing,
"--token": complete.PredictNothing,
"--branch": complete.PredictNothing,
"--password": complete.PredictNothing,
},
},
"clones": complete.Command{
Expand Down Expand Up @@ -127,8 +127,8 @@ func main() {
Sub: complete.Commands{},
Flags: complete.Flags{
"--log": complete.PredictNothing,
"--password": 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,
"--installed": complete.PredictNothing,
"--allusers": complete.PredictNothing,
"--installed": complete.PredictNothing,
},
},
},
Flags: complete.Flags{
"--help": complete.PredictNothing,
"--attached": complete.PredictNothing,
"--installed": complete.PredictNothing,
"--allusers": complete.PredictNothing,
"--help": complete.PredictNothing,
"--installed": complete.PredictNothing,
},
},
"attached": complete.Command{
Expand All @@ -177,8 +177,8 @@ func main() {
"detach": complete.Command{
Sub: complete.Commands{},
Flags: complete.Flags{
"--log": complete.PredictNothing,
"--help": complete.PredictNothing,
"--log": complete.PredictNothing,
},
},
"extend": complete.Command{
Expand All @@ -187,27 +187,27 @@ func main() {
Sub: complete.Commands{},
Flags: complete.Flags{
"--log": complete.PredictNothing,
"--token": complete.PredictNothing,
"--dest": complete.PredictNothing,
"--password": complete.PredictNothing,
"--token": complete.PredictNothing,
},
},
"lib": complete.Command{
Sub: complete.Commands{},
Flags: complete.Flags{
"--log": complete.PredictNothing,
"--token": complete.PredictNothing,
"--dest": complete.PredictNothing,
"--password": complete.PredictNothing,
"--token": complete.PredictNothing,
},
},
},
Flags: complete.Flags{
"--password": complete.PredictNothing,
"--help": complete.PredictNothing,
"--token": complete.PredictNothing,
"--log": complete.PredictNothing,
"--dest": complete.PredictNothing,
"--token": complete.PredictNothing,
"--password": complete.PredictNothing,
},
},
"extensions": complete.Command{
Expand Down Expand Up @@ -258,8 +258,8 @@ func main() {
},
},
Flags: complete.Flags{
"--log": complete.PredictNothing,
"--help": complete.PredictNothing,
"--log": complete.PredictNothing,
},
},
"enable": complete.Command{
Expand Down Expand Up @@ -291,22 +291,22 @@ func main() {
},
},
Flags: complete.Flags{
"--log": complete.PredictNothing,
"--help": complete.PredictNothing,
"--log": complete.PredictNothing,
},
},
"update": complete.Command{
Sub: complete.Commands{},
Flags: complete.Flags{
"--log": complete.PredictNothing,
"--password": complete.PredictNothing,
"--token": complete.PredictNothing,
"--password": complete.PredictNothing,
},
},
},
Flags: complete.Flags{
"--log": complete.PredictNothing,
"--help": complete.PredictNothing,
"--log": complete.PredictNothing,
},
},
"releases": complete.Command{
Expand Down Expand Up @@ -351,8 +351,8 @@ func main() {
},
},
Flags: complete.Flags{
"--pre": complete.PredictNothing,
"--help": complete.PredictNothing,
"--pre": complete.PredictNothing,
},
},
"revits": complete.Command{
Expand All @@ -366,16 +366,16 @@ func main() {
"fileinfo": complete.Command{
Sub: complete.Commands{},
Flags: complete.Flags{
"--rft": complete.PredictNothing,
"--csv": complete.PredictNothing,
"--rft": complete.PredictNothing,
"--rte": complete.PredictNothing,
},
},
},
Flags: complete.Flags{
"--help": complete.PredictNothing,
"--supported": complete.PredictNothing,
"--installed": complete.PredictNothing,
"--help": complete.PredictNothing,
},
},
"run": complete.Command{
Expand All @@ -386,12 +386,12 @@ func main() {
},
},
Flags: complete.Flags{
"--purge": complete.PredictNothing,
"--import": complete.PredictNothing,
"--help": complete.PredictNothing,
"--allowdialogs": complete.PredictNothing,
"--revit": complete.PredictNothing,
"--help": complete.PredictNothing,
"--purge": complete.PredictNothing,
"--models": complete.PredictNothing,
"--allowdialogs": complete.PredictNothing,
"--import": complete.PredictNothing,
},
},
"caches": complete.Command{
Expand All @@ -415,8 +415,8 @@ func main() {
"config": complete.Command{
Sub: complete.Commands{},
Flags: complete.Flags{
"--from": complete.PredictNothing,
"--help": complete.PredictNothing,
"--from": complete.PredictNothing,
},
},
"configs": complete.Command{
Expand Down Expand Up @@ -708,8 +708,8 @@ func main() {
},
},
Flags: complete.Flags{
"--log": complete.PredictNothing,
"--help": complete.PredictNothing,
"--log": complete.PredictNothing,
},
},
"telemetry": complete.Command{
Expand Down Expand Up @@ -778,8 +778,8 @@ func main() {
},
},
Flags: complete.Flags{
"--log": complete.PredictNothing,
"--help": complete.PredictNothing,
"--log": complete.PredictNothing,
},
},
"apptelemetry": complete.Command{
Expand Down Expand Up @@ -839,25 +839,25 @@ func main() {
},
},
Flags: complete.Flags{
"--log": complete.PredictNothing,
"--help": complete.PredictNothing,
"--log": complete.PredictNothing,
},
},
"doctor": complete.Command{
Sub: complete.Commands{},
Flags: complete.Flags{
"--help": complete.PredictNothing,
"--dryrun": complete.PredictNothing,
"--list": complete.PredictNothing,
"--help": complete.PredictNothing,
},
},
},
Flags: complete.Flags{
"--usage": complete.PredictNothing,
"--help": complete.PredictNothing,
"--verbose": complete.PredictNothing,
"--version": complete.PredictNothing,
"--debug": complete.PredictNothing,
"--usage": 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.11
4.8.11.22151+0454
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.10.22040</version>
<version>4.8.11.22151</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.10.22040%2B1743/</releaseNotes>
<releaseNotes>https://github.com/eirannejad/pyRevit/releases/tag/v4.8.11.22151%2B0454/</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.10.22040/pyRevit_CLI_4.8.10.22040_admin_signed.exe'
$url64 = 'https://github.com/eirannejad/pyRevit/releases/download/v4.8.11.22151/pyRevit_CLI_4.8.11.22151_admin_signed.exe'

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

softwareName = 'pyrevit-cli*'

checksum64 = '7357600FF9A148E7B5E3514CD6898C9E012B91518416E9C70954401310A6D6EB'
checksum64 = '2DD15C2FF80E3B0CB11B7B04AFD71F1FD0434FF443021EB39151CF8CA79A01D5'
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 "d56fb4d2-b004-4508-bf3d-8ebd5cb466b7"
#define MyAppVersion "4.8.10.22040"
#define MyAppUUID "ee4c9248-a3a4-4a4a-bed8-7a1c28102bc1"
#define MyAppVersion "4.8.11.22151"
#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 "a77c5ef7-194d-4211-810e-720a7957f0c1"
#define MyAppVersion "4.8.10.22040"
#define MyAppUUID "942e8317-c392-4020-9fe8-15e8ddb1df45"
#define MyAppVersion "4.8.11.22151"
#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 "a77c5ef7-194d-4211-810e-720a7957f0c1"
#define MyAppVersion "4.8.10.22040"
#define MyAppUUID "942e8317-c392-4020-9fe8-15e8ddb1df45"
#define MyAppVersion "4.8.11.22151"
#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>a77c5ef7-194d-4211-810e-720a7957f0c1</ProductIdCode>
<ProductIdCode>942e8317-c392-4020-9fe8-15e8ddb1df45</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.10.22040</Version>
<Version>4.8.11.22151</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 "d56fb4d2-b004-4508-bf3d-8ebd5cb466b7"
#define MyAppVersion "4.8.10.22040"
#define MyAppUUID "ee4c9248-a3a4-4a4a-bed8-7a1c28102bc1"
#define MyAppVersion "4.8.11.22151"
#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.11
4.8.11.22151

0 comments on commit 4b84aa1

Please sign in to comment.