Skip to content

Commit

Permalink
cleaning up the mess I've made
Browse files Browse the repository at this point in the history
  • Loading branch information
thumDer committed Jul 3, 2023
1 parent 56bf43e commit 79d2a76
Show file tree
Hide file tree
Showing 71 changed files with 91 additions and 48 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 dev/pyRevitTelemetryServer/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ require (

require (
github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe // indirect
golang.org/x/crypto v0.0.0-20190325154230-a5d413f7728c // indirect
golang.org/x/crypto v0.1.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
pkg.re/essentialkaos/check.v1 v1.0.0 // indirect
Expand Down
29 changes: 28 additions & 1 deletion dev/pyRevitTelemetryServer/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,36 @@ github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/satori/go.uuid v1.2.0 h1:0uYX9dsZ2yD7q2RtLRtPSdGDWzjeM3TbMJP9utgA0ww=
github.com/satori/go.uuid v1.2.0/go.mod h1:dA0hQrYB0VpLJoorglMZABFdXlWrHn1NEOzdhQKdks0=
golang.org/x/crypto v0.0.0-20190325154230-a5d413f7728c h1:Vj5n4GlwjmQteupaxJ9+0FNOmBrHfq7vN4btdGoDZgI=
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/crypto v0.0.0-20190325154230-a5d413f7728c/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
golang.org/x/crypto v0.1.0 h1:MDRAIl0xIo9Io2xV565hzXHw3zVseKrJKodhohM5CjU=
golang.org/x/crypto v0.1.0/go.mod h1:RecgLatLF4+eUMCP1PoPZQb+cVrJcOPbHkTkbkB9sbw=
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4=
golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg=
golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c=
golang.org/x/net v0.1.0/go.mod h1:Cx3nUiGt4eDBEyega/BKRp+/AlGL8hYe7U9odMt2Cco=
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
golang.org/x/term v0.1.0/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ=
golang.org/x/text v0.4.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8=
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc=
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q=
Expand Down
2 changes: 1 addition & 1 deletion pyrevitlib/pyrevit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ def proc_path(self):

@property
def proc_window(self):
"""``intptr``: Return handle to screen hosting current process."""
"""``intptr``: Return handle to current process window."""
if self.is_newer_than(2019, or_equal=True):
return self.uiapp.MainWindowHandle
else:
Expand Down
4 changes: 3 additions & 1 deletion pyrevitlib/pyrevit/runtime/EventTelemetry.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,14 @@ public class EventTelemetry : IEventTypeHandler {
private static EventTelemetryExternalEventHandler extTelemetryEventHandler;
private static ExternalEvent extTelemetryEvent;

public EventTelemetry(string handlerId) {
public EventTelemetry(string handlerId, string username) {
if (handlerId == null)
handlerId = Guid.NewGuid().ToString();
HandlerId = handlerId;
extTelemetryEventHandler = new EventTelemetryExternalEventHandler();
extTelemetryEvent = ExternalEvent.Create(extTelemetryEventHandler);

Telemetry.DefaultUser = username;
}

public static string GetParameterValue(Parameter param) {
Expand Down
14 changes: 6 additions & 8 deletions pyrevitlib/pyrevit/runtime/telemetry.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ public TelemetryRecord() {

public static class Telemetry {
private static string _exeBuild = null;


public static string DefaultUser { get; set; } = string.Empty;

public static string SerializeTelemetryRecord(object telemetryRecord) {
return JsonConvert.SerializeObject(telemetryRecord);
}
Expand Down Expand Up @@ -91,19 +93,15 @@ private static string GetISOTimeStamp(DateTime dtimeValue) {
}

public static string GetRevitUser(object source) {
string username = string.Empty;

switch (source) {
case UIApplication uiapp:
username = uiapp.Application.Username;
break;
return uiapp.Application.Username;

case Application app:
username = app.Username;
break;
return app.Username;
}

return username;
return DefaultUser;
}

public static string GetRevitVersion(object source) {
Expand Down
2 changes: 1 addition & 1 deletion pyrevitlib/pyrevit/telemetry/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def setup_telemetry(session_id=None):
set_apptelemetry_server_url(apptelemetry_server_url)

# setup events
new_telemetry_handler = EventTelemetry(session_id)
new_telemetry_handler = EventTelemetry(session_id, HOST_APP.username)
telemetry_handler = get_apptelemetry_handler()
if telemetry_handler:
# clear existing
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.14
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.14

0 comments on commit 79d2a76

Please sign in to comment.