Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚀Preview Release (v1.0.0-preview.17) #196

Merged
merged 5 commits into from
Jan 23, 2024
Merged

Conversation

CalvinWilkinson
Copy link
Member

@CalvinWilkinson CalvinWilkinson commented Jan 23, 2024

Pre-Release ToDo List

Preview Give feedback

Post-Release ToDo List

Preview Give feedback

Additional Information:

Unit Tests

Reasons for local unit test execution:

  • Unit tests might pass locally but not in the CI environment during the status check process or vice-versa.
  • Tests might pass on the developer's machine but not necessarily on the code reviewer's machine.

Version Updating

The version can be updated by setting the values of the <Version/> and <FileVersion/> XML tags in the project file.
The <Version/> and <FileVersion/> values can hold the preview release version.
The <AssemblyVersion/> XML tag can only hold production values. Preview values are not allowed.

<!--Preview Release Example-->
<Version>1.2.3-preview.4</Version>
<FileVersion>1.2.3-preview.4</FileVersion>
<AssemblyVersion>1.2.3</AssemblyVersion>

Code of Conduct

  • I agree to follow this project's Code of Conduct

@CalvinWilkinson CalvinWilkinson self-assigned this Jan 23, 2024
@CalvinWilkinson CalvinWilkinson marked this pull request as ready for review January 23, 2024 16:11
@CalvinWilkinson CalvinWilkinson merged commit 3497124 into preview Jan 23, 2024
21 checks passed
@CalvinWilkinson CalvinWilkinson deleted the prev-release branch January 23, 2024 17:03
CalvinWilkinson added a commit that referenced this pull request Jan 23, 2024
* start work for preview release

* release: updated version to v1.0.0-preview.17

* release: create release notes for version v1.0.0-preview.17

* ide: add words to vscode dictionary

* release: improve release notes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚀preview-release Preview Release
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants