Skip to content

Commit 5fb7860

Browse files
authored
Bump cli to 0.4.1 and patch bump all targets (#19)
1 parent 82bb8a0 commit 5fb7860

File tree

562 files changed

+570
-570
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

562 files changed

+570
-570
lines changed

Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jtd_codegen_cli"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = ["Ulysse Carion <[email protected]>"]
55
edition = "2018"
66

crates/target_csharp_system_text/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jtd_codegen_target_csharp_system_text"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["Ulysse Carion <[email protected]>"]
55
edition = "2018"
66

crates/target_csharp_system_text/output/basic_discriminator/Root.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Code generated by jtd-codegen for C# + System.Text.Json v0.2.0
1+
// Code generated by jtd-codegen for C# + System.Text.Json v0.2.1
22

33
using System;
44
using System.Text.Json;

crates/target_csharp_system_text/output/basic_discriminator/RootBarBaz.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Code generated by jtd-codegen for C# + System.Text.Json v0.2.0
1+
// Code generated by jtd-codegen for C# + System.Text.Json v0.2.1
22

33
using System.Text.Json.Serialization;
44

crates/target_csharp_system_text/output/basic_discriminator/RootQuux.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Code generated by jtd-codegen for C# + System.Text.Json v0.2.0
1+
// Code generated by jtd-codegen for C# + System.Text.Json v0.2.1
22

33
using System.Text.Json.Serialization;
44

crates/target_csharp_system_text/output/basic_enum/Root.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Code generated by jtd-codegen for C# + System.Text.Json v0.2.0
1+
// Code generated by jtd-codegen for C# + System.Text.Json v0.2.1
22

33
using System;
44
using System.Text.Json;

crates/target_csharp_system_text/output/basic_properties/Root.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Code generated by jtd-codegen for C# + System.Text.Json v0.2.0
1+
// Code generated by jtd-codegen for C# + System.Text.Json v0.2.1
22

33
using System.Collections.Generic;
44
using System.Text.Json.Serialization;

crates/target_csharp_system_text/output/custom_overrides/Root.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Code generated by jtd-codegen for C# + System.Text.Json v0.2.0
1+
// Code generated by jtd-codegen for C# + System.Text.Json v0.2.1
22

33
using System.Text.Json.Serialization;
44

crates/target_csharp_system_text/output/custom_overrides/RootOverrideTypeDiscriminatorBaz.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Code generated by jtd-codegen for C# + System.Text.Json v0.2.0
1+
// Code generated by jtd-codegen for C# + System.Text.Json v0.2.1
22

33
using System.Text.Json.Serialization;
44

0 commit comments

Comments
 (0)