Skip to content

Commit b74f72a

Browse files
release: v6.5.3
Co-authored-by: Jean-Marc Couffin <jmcouffin@users.noreply.github.com>
1 parent a9e4197 commit b74f72a

9 files changed

Lines changed: 10 additions & 10 deletions

File tree

dev/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</PropertyGroup>
1818

1919
<PropertyGroup>
20-
<Version>6.5.2.26175+2113</Version>
20+
<Version>6.5.3.26176+2017</Version>
2121
<Copyright>Copyright © 2014-2026</Copyright>
2222
<Company>pyRevitLabs.io</Company>
2323
</PropertyGroup>

pyrevitlib/pyrevit/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.5.3
1+
6.5.3.26176+2017

release/choco/pyrevit-cli.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
33
<metadata>
44
<id>pyrevit-cli</id>
5-
<version>6.5.2.26175</version>
5+
<version>6.5.3.26176</version>
66
<packageSourceUrl>https://github.com/pyrevitlabs/pyRevit/tree/master/release/choco/</packageSourceUrl>
77
<owners>Ehsan Iran-Nejad</owners>
88
<title>pyRevit CLI</title>
@@ -20,7 +20,7 @@
2020
and configure pyRevit in your production/development environment.
2121
Each section below showcases a specific set of functionality of the command line tool.
2222
</description>
23-
<releaseNotes>https://github.com/pyrevitlabs/pyRevit/releases/tag/v6.5.2.26175%2B2113/</releaseNotes>
23+
<releaseNotes>https://github.com/pyrevitlabs/pyRevit/releases/tag/v6.5.3.26176%2B2017/</releaseNotes>
2424
<dependencies>
2525
<dependency id="dotnetfx" version="4.8.0.20190930" />
2626
</dependencies>

release/pyrevit-admin.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#define MyAppName "pyRevit"
22
#define MyAppUUID "f2a3da53-6f34-41d5-abbd-389ffa7f4d5f"
3-
#define MyAppVersion "6.5.2.26175"
3+
#define MyAppVersion "6.5.3.26176"
44
#define MyAppPublisher "pyRevitLabs"
55
#define MyAppURL "pyrevitlabs.io"
66
#include "CodeDependencies.iss"

release/pyrevit-cli-admin.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#define MyAppName "pyRevit CLI"
22
#define MyAppUUID "9557b432-cf79-4ece-91cf-b8f996c88b47"
3-
#define MyAppVersion "6.5.2.26175"
3+
#define MyAppVersion "6.5.3.26176"
44
#define MyAppPublisher "pyRevitLabs"
55
#define MyAppURL "pyrevitlabs.io"
66
#define MyAppExeName "pyrevit.exe"

release/pyrevit-cli.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#define MyAppName "pyRevit CLI"
22
#define MyAppUUID "9557b432-cf79-4ece-91cf-b8f996c88b47"
3-
#define MyAppVersion "6.5.2.26175"
3+
#define MyAppVersion "6.5.3.26176"
44
#define MyAppPublisher "pyRevitLabs"
55
#define MyAppURL "pyrevitlabs.io"
66
#define MyAppExeName "pyrevit.exe"

release/pyrevit-common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version='1.0' encoding='utf-8'?>
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="15.0">
33
<PropertyGroup>
4-
<Version>6.5.2.26175</Version>
4+
<Version>6.5.3.26176</Version>
55
<Copyright>2014-2026</Copyright>
66
<Company>pyRevitLabs.io</Company>
77
</PropertyGroup>

release/pyrevit.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#define MyAppName "pyRevit"
22
#define MyAppUUID "f2a3da53-6f34-41d5-abbd-389ffa7f4d5f"
3-
#define MyAppVersion "6.5.2.26175"
3+
#define MyAppVersion "6.5.3.26176"
44
#define MyAppPublisher "pyRevitLabs"
55
#define MyAppURL "pyrevitlabs.io"
66
#include "CodeDependencies.iss"

release/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.5.3
1+
6.5.3.26176

0 commit comments

Comments
 (0)