Skip to content

Commit bae8609

Browse files
committed
Release Python and C# for 5.8.0
1 parent d3fb81c commit bae8609

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

C#/API/RoboDkApi.5.8.0.nupkg

247 KB
Binary file not shown.

C#/API/RoboDkApi.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?xml version="1.0"?>
2-
<package >
2+
<package>
33
<metadata>
44
<id>RoboDkApi</id>
5-
<version>5.6.8</version>
5+
<version>5.8.0</version>
66
<title>RoboDK API</title>
77
<authors>RoboDK</authors>
88
<projectUrl>https://robodk.com/</projectUrl>
99
<icon>RoboDK.png</icon>
10-
<readme>README.MD</readme>
10+
<readme>README.md</readme>
1111
<repository type="git" url="https://github.com/RoboDK/RoboDK-API" />
1212
<license type="file">license.txt</license>
1313
<dependencies>
@@ -26,7 +26,7 @@
2626
<file src="bin\Release\netcoreapp3.1\*.*" target="lib/netcoreapp3.1" />
2727
<file src="bin\Release\net6.0-windows\*.*" target="lib/net6.0" />
2828
<file src="license.txt" target="" />
29-
<file src="README.MD" target="" />
29+
<file src="README.md" target="" />
3030
<file src="RoboDK.png" target="" />
3131
<file src="RoboDK.ico" target="" />
3232
<file src="RoboDK-API-Documentation.url" target="" />

Python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from setuptools import setup # Always prefer setuptools over distutils
99
from pathlib import Path
1010

11-
VERSION = '5.7.5'
11+
VERSION = '5.8.0'
1212

1313
this_directory = Path(__file__).parent
1414
LONG_DESCRIPTION = (this_directory / "README.md").read_text()

0 commit comments

Comments
 (0)