Skip to content

Commit

Permalink
chore(release): v1.0.0-next.25 (#986)
Browse files Browse the repository at this point in the history
  • Loading branch information
asyncapi-bot authored Nov 9, 2022
1 parent 7ceb980 commit c4a5f67
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/languages/Csharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ There are special use-cases that each language supports; this document pertains
* [Generate serializer and deserializer functionality](#generate-serializer-and-deserializer-functionality)
+ [To and from JSON](#to-and-from-json)
- [Using native System.Text.Json](#using-native-systemtextjson)
- [Using Newtonsoft/Json.NET](#using-newtonsoftjsonnet)
+ [To and from XML](#to-and-from-xml)
+ [To and from binary](#to-and-from-binary)
* [Generate models with equals and GetHashCode methods](#generate-models-with-equals-and-gethashcode-methods)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asyncapi/modelina",
"version": "1.0.0-next.24",
"version": "1.0.0-next.25",
"description": "Library for generating data models based on inputs such as AsyncAPI, OpenAPI, or JSON Schema documents",
"license": "Apache-2.0",
"homepage": "https://github.com/asyncapi/modelina",
Expand Down

0 comments on commit c4a5f67

Please sign in to comment.