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

Commit 66047bd

Browse files
authored
Update version for RC release (#339)
1 parent c33e868 commit 66047bd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Changed
1313

14+
## [1.0.0-rc.0]
15+
16+
### Added
17+
18+
### Changed
19+
1420

1521
## [1.0.0-preview.2] - 2023-09-06
1622

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-preview.2</Version>
10+
<Version>1.0.0-rc.0</Version>
1111
</PropertyGroup>
1212

1313
<PropertyGroup>

0 commit comments

Comments
 (0)