Skip to content

Commit c48636a

Browse files
authored
Release 0.2.0 across all targets (#10)
* Release 0.2.0 across all targets * Update all test cases to reflect new version
1 parent fab1251 commit c48636a

File tree

444 files changed

+450
-450
lines changed

Some content is hidden

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

444 files changed

+450
-450
lines changed

Cargo.lock

Lines changed: 7 additions & 7 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.1.0"
3+
version = "0.2.0"
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.1.0"
3+
version = "0.2.0"
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.1.0
1+
// Code generated by jtd-codegen for C# + System.Text.Json v0.2.0
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.1.0
1+
// Code generated by jtd-codegen for C# + System.Text.Json v0.2.0
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.1.0
1+
// Code generated by jtd-codegen for C# + System.Text.Json v0.2.0
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.1.0
1+
// Code generated by jtd-codegen for C# + System.Text.Json v0.2.0
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.1.0
1+
// Code generated by jtd-codegen for C# + System.Text.Json v0.2.0
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.1.0
1+
// Code generated by jtd-codegen for C# + System.Text.Json v0.2.0
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.1.0
1+
// Code generated by jtd-codegen for C# + System.Text.Json v0.2.0
22

33
using System.Text.Json.Serialization;
44

0 commit comments

Comments
 (0)