Skip to content

Commit

Permalink
update version in package.yml, update README, update GitVersion.yml, …
Browse files Browse the repository at this point in the history
…and delete ADO build folder (#1517)
  • Loading branch information
mikeebowen committed Aug 30, 2023
1 parent 4c7a5fe commit 11d528b
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 261 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Build
run: dotnet build --no-restore --verbosity normal
- name: Pack
run: dotnet pack --no-build -p:PackageVersion=3.0.0-beta3
run: dotnet pack --no-build -p:PackageVersion=3.0.0-beta0003
- name: Upload
uses: actions/upload-artifact@v3
with:
Expand Down
7 changes: 1 addition & 6 deletions GitVersion.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
mode: ContinuousDeployment
next-version: 3.0.0
branches:
release:
regex: ^release?[/-]
tag: beta
increment: None
is-release-branch: true
branches: {}
ignore:
sha: []
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Open XML SDK

> NOTICE:
>
> [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.
> [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.
>
> 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).
> 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).

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

# Documentation

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.
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.

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).

Expand Down
64 changes: 0 additions & 64 deletions build/azure-pipelines.yml

This file was deleted.

42 changes: 0 additions & 42 deletions build/build.yml

This file was deleted.

66 changes: 0 additions & 66 deletions build/package.yml

This file was deleted.

79 changes: 0 additions & 79 deletions build/sign.yml

This file was deleted.

0 comments on commit 11d528b

Please sign in to comment.