Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
f1d33f8
Add release notes for .NET 10 Preview 7 across various components
jamesmontemagno Jul 23, 2025
cd7caad
Remove outdated prompt for creating pull requests for Preview 7
jamesmontemagno Jul 23, 2025
b4ae69e
Add prompt for creating pull requests for .NET 10 Preview 7
jamesmontemagno Jul 23, 2025
d6211d7
Update wpf for preview 7 (#10005)
jamesmontemagno Aug 11, 2025
fdb031b
Update dotnetmaui for preview 7 (#9997)
jamesmontemagno Aug 11, 2025
6617d15
Update winforms for preview 7 (#10004)
jamesmontemagno Aug 11, 2025
9de6731
Update efcore for preview 7 (#9998)
jamesmontemagno Aug 11, 2025
1a07e19
Update release-notes/10.0/preview/preview7/README.md
jongalloway Aug 11, 2025
029c33b
Add comprehensive ASP.NET Core release notes for .NET 10 Preview 7 (#…
Copilot Aug 12, 2025
eafe1e9
Update fsharp for preview 7 (#9999)
jamesmontemagno Aug 12, 2025
775f769
Update sdk for preview 7 (#10002)
jamesmontemagno Aug 12, 2025
fc9a6be
Update libraries for preview 7 (#10000)
jamesmontemagno Aug 12, 2025
125f65d
Update csharp for preview 7 (#9996)
jamesmontemagno Aug 12, 2025
56637e8
Update containers for preview 7 (#9995)
jamesmontemagno Aug 12, 2025
953312d
Merge branch 'main' into dotnet10-p7
jongalloway Aug 12, 2025
58c582b
Update runtime for preview 7 (#10001)
jamesmontemagno Aug 12, 2025
d21877d
Update 10.0.0-preview.7.md
victorisr Aug 12, 2025
e1007c2
Update README.md
victorisr Aug 12, 2025
316a1a4
Update releases.md
victorisr Aug 12, 2025
b6a9850
Update README.md
victorisr Aug 12, 2025
d4096c6
Update releases-index.json
victorisr Aug 12, 2025
afb8932
Update README.md
victorisr Aug 12, 2025
a02cbc0
Update releases.json
victorisr Aug 12, 2025
593c6cf
Update install-linux.md
victorisr Aug 12, 2025
0f1e414
Update install-macos.md
victorisr Aug 12, 2025
a84d253
Update install-windows.md
victorisr Aug 12, 2025
5d5ceed
Create release.json
victorisr Aug 12, 2025
be34a0f
Update markdown files and release notes for Preview 7
jamesmontemagno Aug 12, 2025
b1a9921
Update release notes for Preview 7: add missing WPF entry, fix format…
jamesmontemagno Aug 12, 2025
de4915c
fix winforms
jamesmontemagno Aug 12, 2025
872d02a
Update markdown link check workflow to allow all branches for pull re…
jamesmontemagno Aug 12, 2025
bc92c3b
Remove feature summaries from F# and Visual Basic release notes for P…
jamesmontemagno Aug 12, 2025
1f69690
Update release-notes/10.0/preview/preview7/csharp.md
jamesmontemagno Aug 12, 2025
3c34eaf
Merge branch 'main' into dotnet10-p7
jamesmontemagno Aug 12, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove outdated prompt for creating pull requests for Preview 7
  • Loading branch information
jamesmontemagno committed Jul 23, 2025
commit cd7caad8c885b3ca9c855e7970104d48526a4e63
27 changes: 0 additions & 27 deletions .github/prompts/createprs-for-preview.prompt.md
Original file line number Diff line number Diff line change
@@ -1,27 +0,0 @@
---
mode: agent
---


Go through each folder in release-notes/10.0/preview7 and one at a time i want you do to the following:

1. create a new branch names **dotnet10-p7-<name>** where <name> is the name of the file without the extension.
2. modify the file in some simple way by adding a new line at the end of the file with the text "Something about the feature" in it.
3. commit the change with the message "Update <name> for preview 7" where <name> is the name of the file without the extension.
4. push the branch to the remote repository.
5. create a pull request with the title "Update <name> for preview 7" and the body "This PR updates the <name> file for preview 7. Please make any additional changes to this based on the new items." where <name> is the name of the file without the extension.
6. go back to the dotnet10-p7 branch and repeat the process for the next file.

Here are the files you need to do this one at a time for:
- aspnetcore.md
- containers.md
- csharp.md
- dotnetmaui.md
- efcore.md
- fsharp.md
- libraries.md
- runtime.md
- sdk.md
- visualbasic.md
- winforms.md
- wpf.md