Skip to content

Commit 45ab7a1

Browse files
authored
Merge pull request #183 from Microsoft/dev
5.0.0b2 fix directory and filename casing in NuGet client.
2 parents 42a8749 + 395c4c9 commit 45ab7a1

File tree

8 files changed

+2
-2
lines changed

8 files changed

+2
-2
lines changed

azure-devops/azure/devops/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# Licensed under the MIT License. See License.txt in the project root for license information.
44
# --------------------------------------------------------------------------------------------
55

6-
VERSION = "5.0.0b1"
6+
VERSION = "5.0.0b2"

azure-devops/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from setuptools import setup, find_packages
77

88
NAME = "azure-devops"
9-
VERSION = "5.0.0b1"
9+
VERSION = "5.0.0b2"
1010

1111
# To install the library, run the following
1212
#

0 commit comments

Comments
 (0)