Skip to content

Commit

Permalink
Hotfix release for http-server-csharp (#5734)
Browse files Browse the repository at this point in the history
  • Loading branch information
markcowl authored Jan 24, 2025
1 parent bd0ebed commit 5b49b5d
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 19 deletions.

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.

4 changes: 1 addition & 3 deletions .chronus/changes/upgrade-deps-jan-2025-2025-0-21-23-21-7.md
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

0 comments on commit 5b49b5d

Please sign in to comment.