Skip to content

Commit 11d528b

Browse files
authored
update version in package.yml, update README, update GitVersion.yml, and delete ADO build folder (#1517)
1 parent 4c7a5fe commit 11d528b

File tree

7 files changed

+5
-261
lines changed

7 files changed

+5
-261
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Build
3434
run: dotnet build --no-restore --verbosity normal
3535
- name: Pack
36-
run: dotnet pack --no-build -p:PackageVersion=3.0.0-beta3
36+
run: dotnet pack --no-build -p:PackageVersion=3.0.0-beta0003
3737
- name: Upload
3838
uses: actions/upload-artifact@v3
3939
with:

GitVersion.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
mode: ContinuousDeployment
22
next-version: 3.0.0
3-
branches:
4-
release:
5-
regex: ^release?[/-]
6-
tag: beta
7-
increment: None
8-
is-release-branch: true
3+
branches: {}
94
ignore:
105
sha: []

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Open XML SDK
44

55
> NOTICE:
66
>
7-
> [v3.0.0 beta 1](https://www.nuget.org/packages/DocumentFormat.OpenXml/3.0.0-ci0083) refactors and addresses some technical debt, with the goal to retain (as much as possible) source compatibility. We hope to maintain things such that you can update your package and recompile with limited changes. However, binary compatibility is not a goal and will break that for some changes which we plan on keeping documented. PRs that introduce such changes are marked with a `breaking-change` label and are added to a list to help migrating to v3.0.0.
7+
> [v3.0.0 beta 3](https://www.nuget.org/packages/DocumentFormat.OpenXml/3.0.0-beta0003) refactors and addresses some technical debt, with the goal to retain (as much as possible) source compatibility. We hope to maintain things such that you can update your package and recompile with limited changes. However, binary compatibility is not a goal and will break that for some changes which we plan on keeping documented. PRs that introduce such changes are marked with a `breaking-change` label and are added to a list to help migrating to v3.0.0.
88
>
9-
> Please see the [v3.0.0 milestone](https://github.com/OfficeDev/Open-XML-SDK/milestone/1) for issues and PRs that are included in this change. For discussions about this change, please join us at [this issue](https://github.com/OfficeDev/Open-XML-SDK/issues/1270).
9+
> Please see the [v3.0.0 milestone](https://github.com/OfficeDev/Open-XML-SDK/milestone/1) for issues and PRs that are included. For discussions, please join us at [this issue](https://github.com/OfficeDev/Open-XML-SDK/issues/1270).
1010
1111

1212
[![Downloads](https://img.shields.io/nuget/dt/DocumentFormat.OpenXml.svg)](https://www.nuget.org/packages/DocumentFormat.OpenXml)
@@ -78,7 +78,7 @@ For details on platform support, including other runtimes such as Mono and Unity
7878

7979
# Documentation
8080

81-
The functionality of the specific classes in this version of the Open XML SDK is similar to version 2.5, therefore the [Open XML SDK 2.5 for Office](http://msdn.microsoft.com/en-us/library/office/bb448854.aspx) documentation available on MSDN is still accurate.
81+
The functionality of the specific classes in this version of the Open XML SDK is similar to version 2.5, therefore the [Open XML SDK 2.5 for Office](https://learn.microsoft.com/en-us/office/open-xml/open-xml-sdk) documentation available on Microsoft Learn still applies.
8282

8383
In addition to open sourcing of the SDK, Microsoft has opened up the conceptual documentation for public review / contributions. A copy of the documentation is available for you to edit and review [in GitHub](https://github.com/OfficeDev/office-content).
8484

build/azure-pipelines.yml

Lines changed: 0 additions & 64 deletions
This file was deleted.

build/build.yml

Lines changed: 0 additions & 42 deletions
This file was deleted.

build/package.yml

Lines changed: 0 additions & 66 deletions
This file was deleted.

build/sign.yml

Lines changed: 0 additions & 79 deletions
This file was deleted.

0 commit comments

Comments
 (0)