File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
- Debug from .csproj and .sln [ #5876 ] ( https://github.com/dotnet/vscode-csharp/issues/5876 )
5
5
6
6
# 2.82.x
7
+
8
+ # 2.81.x
7
9
* Bump Razor to 10.0.0-preview.25279.1 (PR: [ #8336 ] ( https://github.com/dotnet/vscode-csharp/pull/8336 ) )
8
10
* Don't produce RazorSourceDocuments for imports with incorrect file paths (#11897 ) (PR: [ #11897 ] ( https://github.com/dotnet/razor/pull/11897 ) )
9
11
* Fixes one of the cases in directive attribute completion (#11896 ) (PR: [ #11896 ] ( https://github.com/dotnet/razor/pull/11896 ) )
14
16
* Tooling: Don't throw exceptions when generating code for file rooted outside of project (#11864 ) (PR: [ #11864 ] ( https://github.com/dotnet/razor/pull/11864 ) )
15
17
* Ensure @model types have a mapping in razor pages (#11844 ) (PR: [ #11844 ] ( https://github.com/dotnet/razor/pull/11844 ) )
16
18
* Fix aligned buffer write (#11861 ) (PR: [ #11861 ] ( https://github.com/dotnet/razor/pull/11861 ) )
17
-
18
- # 2.81.x
19
19
* Update Debugger Packages to v2.81.0(PR: [ #8329 ] ( https://github.com/dotnet/vscode-csharp/pull/8329 ) )
20
20
* Localization changes (PR: [ #8327 ] ( https://github.com/dotnet/vscode-csharp/pull/8327 ) )
21
21
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json" ,
3
- "version" : " 2.81 " ,
3
+ "version" : " 2.82 " ,
4
4
"publicReleaseRefSpec" : [
5
5
" ^refs/heads/release$" ,
6
6
" ^refs/heads/prerelease$" ,
You can’t perform that action at this time.
0 commit comments