Skip to content

Commit 45507bb

Browse files
.Net: Release 1.0.0-rc2 (#4004)
### Motivation and Context Bump version to 1.0.0-rc2 ### Description <!-- Describe your changes, the overall approach, the underlying design. These notes will help understanding how your code works. Thanks! --> ### Contribution Checklist <!-- Before submitting this PR, please make sure: --> - [ ] The code builds clean without any errors or warnings - [ ] The PR follows the [SK Contribution Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [ ] All unit tests pass, and I have added new tests where possible - [ ] I didn't break anyone 😄
1 parent a204be8 commit 45507bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/nuget/nuget-package.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<!-- Central version prefix - applies to all nuget packages. -->
4-
<Version>1.0.0-rc1</Version>
4+
<Version>1.0.0-rc2</Version>
55

66
<Configurations>Debug;Release;Publish</Configurations>
77
<IsPackable>true</IsPackable>

0 commit comments

Comments
 (0)