Skip to content

Commit b0c51bb

Browse files
authored
Merge pull request #158 from microsoftgraph/fix/exclude-non-prod-files
Exclude non-prod files from shipped package
2 parents d22aa76 + 4553378 commit b0c51bb

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.gitattributes

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,12 @@
55
/vendor export-ignore
66
.gitattributes export-ignore
77
.gitignore export-ignore
8+
/.github export-ignore
9+
/.vscode export-ignore
10+
/scripts export-ignore
11+
/tests export-ignore
12+
.editorconfig export-ignore
13+
sonar-project.properties export-ignore
14+
phpunit.xml export-ignore
15+
phpstan.neon export-ignore
16+
phpdoc.dist.xml export-ignore

src/GraphConstants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ final class GraphConstants
2525
const REST_ENDPOINT = "https://graph.microsoft.com/";
2626

2727
// Define HTTP request constants
28-
const SDK_VERSION = "2.0.2";
28+
const SDK_VERSION = "2.0.3";
2929

3030
// Define error constants
3131
const MAX_PAGE_SIZE = 999;

0 commit comments

Comments
 (0)