Skip to content

Commit

Permalink
Update version (#399)
Browse files Browse the repository at this point in the history
* Update version

* Remove dotnet tool
  • Loading branch information
calebkiage authored Nov 21, 2023
1 parent 6d7e6cd commit 0d1e973
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 17 deletions.
4 changes: 3 additions & 1 deletion .azure-pipelines/release-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,9 @@ stages:
displayName: Deploy Nuget
dependsOn: []
environment: microsoftgraph-nuget-org
condition: and(succeeded(), or(startsWith(variables['Build.SourceBranch'], 'refs/tags/v'), eq('${{ parameters.forceNugetPublish }}', 'true')))
# Disable nuget deployment until performance is improved.
condition: false
# condition: and(succeeded(), or(startsWith(variables['Build.SourceBranch'], 'refs/tags/v'), eq('${{ parameters.forceNugetPublish }}', 'true')))
strategy:
runOnce:
deploy:
Expand Down
15 changes: 0 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@ A command line tool should work on any terminal. We recommend:

## Installation

### DotNet Tool

```
dotnet tool install --global Microsoft.Graph.Cli --prerelease
```

### Manual

To download the CLI to get started for Windows, Mac, or Linux.
here on the assets link of the latest release: [CLI Download](https://github.com/microsoftgraph/msgraph-cli/releases)

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

## Uninstalling
### Dotnet tool

```
dotnet tool uninstall Microsoft.Graph.Cli
```

### Manual

1. Delete the CLI installation folder
2. If path enviroment variable had been set, remove it.
Expand Down
2 changes: 1 addition & 1 deletion src/msgraph-cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>enable</Nullable>
<AssemblyName>mgc</AssemblyName>
<Version>1.0.0-rc.2</Version>
<Version>1.0.0</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 0d1e973

Please sign in to comment.