Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 0d1e973

Browse files
authored
Update version (#399)
* Update version * Remove dotnet tool
1 parent 6d7e6cd commit 0d1e973

File tree

3 files changed

+4
-17
lines changed

3 files changed

+4
-17
lines changed

.azure-pipelines/release-cli.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,9 @@ stages:
691691
displayName: Deploy Nuget
692692
dependsOn: []
693693
environment: microsoftgraph-nuget-org
694-
condition: and(succeeded(), or(startsWith(variables['Build.SourceBranch'], 'refs/tags/v'), eq('${{ parameters.forceNugetPublish }}', 'true')))
694+
# Disable nuget deployment until performance is improved.
695+
condition: false
696+
# condition: and(succeeded(), or(startsWith(variables['Build.SourceBranch'], 'refs/tags/v'), eq('${{ parameters.forceNugetPublish }}', 'true')))
695697
strategy:
696698
runOnce:
697699
deploy:

README.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,6 @@ A command line tool should work on any terminal. We recommend:
1010

1111
## Installation
1212

13-
### DotNet Tool
14-
15-
```
16-
dotnet tool install --global Microsoft.Graph.Cli --prerelease
17-
```
18-
19-
### Manual
20-
2113
To download the CLI to get started for Windows, Mac, or Linux.
2214
here on the assets link of the latest release: [CLI Download](https://github.com/microsoftgraph/msgraph-cli/releases)
2315

@@ -164,13 +156,6 @@ mgc login
164156
Find docker instructions in the docker folder [here](docker). See the [shell script](docker/init.sh) used for docker in this repository
165157

166158
## Uninstalling
167-
### Dotnet tool
168-
169-
```
170-
dotnet tool uninstall Microsoft.Graph.Cli
171-
```
172-
173-
### Manual
174159

175160
1. Delete the CLI installation folder
176161
2. If path enviroment variable had been set, remove it.

src/msgraph-cli.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<ImplicitUsings>disable</ImplicitUsings>
88
<Nullable>enable</Nullable>
99
<AssemblyName>mgc</AssemblyName>
10-
<Version>1.0.0-rc.2</Version>
10+
<Version>1.0.0</Version>
1111
</PropertyGroup>
1212

1313
<PropertyGroup>

0 commit comments

Comments
 (0)