Skip to content

Commit

Permalink
Release Python and C# for 5.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sambertrdk committed Jan 15, 2025
1 parent d3fb81c commit bae8609
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Binary file added C#/API/RoboDkApi.5.8.0.nupkg
Binary file not shown.
8 changes: 4 additions & 4 deletions C#/API/RoboDkApi.nuspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0"?>
<package >
<package>
<metadata>
<id>RoboDkApi</id>
<version>5.6.8</version>
<version>5.8.0</version>
<title>RoboDK API</title>
<authors>RoboDK</authors>
<projectUrl>https://robodk.com/</projectUrl>
<icon>RoboDK.png</icon>
<readme>README.MD</readme>
<readme>README.md</readme>
<repository type="git" url="https://github.com/RoboDK/RoboDK-API" />
<license type="file">license.txt</license>
<dependencies>
Expand All @@ -26,7 +26,7 @@
<file src="bin\Release\netcoreapp3.1\*.*" target="lib/netcoreapp3.1" />
<file src="bin\Release\net6.0-windows\*.*" target="lib/net6.0" />
<file src="license.txt" target="" />
<file src="README.MD" target="" />
<file src="README.md" target="" />
<file src="RoboDK.png" target="" />
<file src="RoboDK.ico" target="" />
<file src="RoboDK-API-Documentation.url" target="" />
Expand Down
2 changes: 1 addition & 1 deletion Python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from setuptools import setup # Always prefer setuptools over distutils
from pathlib import Path

VERSION = '5.7.5'
VERSION = '5.8.0'

this_directory = Path(__file__).parent
LONG_DESCRIPTION = (this_directory / "README.md").read_text()
Expand Down

0 comments on commit bae8609

Please sign in to comment.