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

Hotfix release for http-server-csharp #5734

Merged
merged 1 commit into from
Jan 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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

This file was deleted.

8 changes: 0 additions & 8 deletions .chronus/changes/scaf-01-2025-0-17-0-26-24.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
---
# Change versionKind to one of: internal, fix, dependencies, feature, deprecation, breaking
changeKind: dependencies
packages:
- "@typespec/bundler"
- "@typespec/compiler"
- "@typespec/eslint-plugin"
- "@typespec/events"
- "@typespec/html-program-viewer"
- "@typespec/http-server-csharp"
- "@typespec/http-server-javascript"
- "@typespec/http-specs"
- "@typespec/http"
Expand All @@ -31,4 +29,4 @@ packages:
- "@typespec/xml"
---

Upgrade dependencies
Upgrade dependencies
12 changes: 12 additions & 0 deletions packages/http-server-csharp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log - @typespec/http-server-csharp

## 0.58.0-alpha.8

### Bug Fixes

- [#5626](https://github.com/microsoft/typespec/pull/5626) Fixes controller generation with incorrect return when NoContent is in the spec
- [#5733](https://github.com/microsoft/typespec/pull/5733) Add scaffolding option for csharp generator

### Bump dependencies

- [#5690](https://github.com/microsoft/typespec/pull/5690) Upgrade dependencies


## 0.58.0-alpha.7

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/http-server-csharp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typespec/http-server-csharp",
"version": "0.58.0-alpha.7",
"version": "0.58.0-alpha.8",
"author": "Microsoft Corporation",
"description": "TypeSpec service code generator for c-sharp",
"homepage": "https://typespec.io",
Expand Down
Loading