From d5aefd2f781aa20fd5f0d7e6841578b2d29f53e3 Mon Sep 17 00:00:00 2001 From: Christopher Warrington Date: Mon, 12 Sep 2016 18:10:45 -0700 Subject: [PATCH] Prepare for 5.0.0 release --- CHANGELOG.md | 16 ++++++++-------- compiler/bond.cabal | 2 +- compiler/tests/generated/alias_key_types.h | 2 +- .../tests/generated/alias_with_allocator_types.h | 2 +- compiler/tests/generated/aliases_types.cs | 2 +- compiler/tests/generated/aliases_types.h | 2 +- .../tests/generated/allocator/alias_key_types.h | 2 +- .../tests/generated/allocator/aliases_types.h | 2 +- .../tests/generated/allocator/attributes_types.h | 2 +- .../generated/allocator/basic_types_types.h | 2 +- .../tests/generated/allocator/bond_meta_types.h | 2 +- .../generated/allocator/complex_types_types.h | 2 +- .../tests/generated/allocator/defaults_types.h | 2 +- compiler/tests/generated/allocator/empty_types.h | 2 +- .../generated/allocator/field_modifiers_types.h | 2 +- .../tests/generated/allocator/generics_types.h | 2 +- .../generated/allocator/inheritance_types.h | 2 +- .../tests/generated/allocator/maybe_blob_types.h | 2 +- compiler/tests/generated/attributes_types.cs | 4 ++-- compiler/tests/generated/attributes_types.h | 2 +- compiler/tests/generated/basic_types_types.cs | 2 +- compiler/tests/generated/basic_types_types.h | 2 +- compiler/tests/generated/bond_meta_types.cs | 2 +- compiler/tests/generated/bond_meta_types.h | 2 +- .../collection-interfaces/aliases_types.cs | 2 +- .../collection-interfaces/attributes_types.cs | 4 ++-- .../collection-interfaces/basic_types_types.cs | 2 +- .../collection-interfaces/bond_meta_types.cs | 2 +- .../collection-interfaces/complex_types_types.cs | 4 ++-- .../collection-interfaces/defaults_types.cs | 4 ++-- .../field_modifiers_types.cs | 2 +- .../collection-interfaces/generics_types.cs | 2 +- .../collection-interfaces/inheritance_types.cs | 4 ++-- .../nullable_alias_types.cs | 2 +- compiler/tests/generated/complex_types_types.cs | 4 ++-- compiler/tests/generated/complex_types_types.h | 2 +- .../custom_alias_with_allocator_types.h | 2 +- .../custom_alias_without_allocator_types.h | 2 +- compiler/tests/generated/defaults_types.cs | 4 ++-- compiler/tests/generated/defaults_types.h | 2 +- compiler/tests/generated/empty_types.h | 2 +- .../tests/generated/field_modifiers_types.cs | 2 +- compiler/tests/generated/field_modifiers_types.h | 2 +- .../generated/generic_service_interfaces.cs | 2 +- .../tests/generated/generic_service_proxies.cs | 2 +- .../tests/generated/generic_service_services.cs | 2 +- compiler/tests/generated/generics_types.cs | 2 +- compiler/tests/generated/generics_types.h | 2 +- compiler/tests/generated/inheritance_types.cs | 4 ++-- compiler/tests/generated/inheritance_types.h | 2 +- compiler/tests/generated/maybe_blob_types.h | 2 +- compiler/tests/generated/nullable_alias_types.cs | 2 +- compiler/tests/generated/service_interfaces.cs | 2 +- compiler/tests/generated/service_proxies.cs | 2 +- compiler/tests/generated/service_services.cs | 2 +- compiler/tests/generated/service_types.cs | 2 +- 56 files changed, 71 insertions(+), 71 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 534b1ad7eb..bfba8d02fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,14 +11,14 @@ tag versions. The Bond compiler (`gbc`) and different versioning scheme, following the Haskell community's [package versioning policy](https://wiki.haskell.org/Package_versioning_policy). -## Unreleased ## - -* `gbc` & compiler library: minor bump needed -* IDL core version: major bump needed -* IDL comm version: minor bump needed (dependencies updated) -* C++ version: minor bump needed -* C# NuGet version: major bump needed -* C# Comm NuGet version: minor bump needed +## 5.0.0: 2016-09-12 # + +* `gbc` & compiler library: 0.6.0.0 +* IDL core version: 2.0 +* IDL comm version: 1.1 +* C++ version: 5.0.0 +* C# NuGet version: 5.0.0 +* C# Comm NuGet version: 0.7.0 ### IDL comm ### * Update IDL to conform to naming conventions. diff --git a/compiler/bond.cabal b/compiler/bond.cabal index 718f5f4fd6..37042e25bb 100644 --- a/compiler/bond.cabal +++ b/compiler/bond.cabal @@ -2,7 +2,7 @@ -- Licensed under the MIT license. See LICENSE file in the project root for full license information. name: bond -version: 0.5.0.0 +version: 0.6.0.0 cabal-version: >= 1.8 tested-with: GHC>=7.4.1 synopsis: Bond schema compiler and code generator diff --git a/compiler/tests/generated/alias_key_types.h b/compiler/tests/generated/alias_key_types.h index 2f1a47c842..6eb56e1258 100644 --- a/compiler/tests/generated/alias_key_types.h +++ b/compiler/tests/generated/alias_key_types.h @@ -8,7 +8,7 @@ #error and is incompatible with your version Bond library. #endif -#if BOND_MIN_CODEGEN_VERSION > 0x0500 +#if BOND_MIN_CODEGEN_VERSION > 0x0600 #error This file was generated by an older version of Bond compiler #error and is incompatible with your version Bond library. #endif diff --git a/compiler/tests/generated/alias_with_allocator_types.h b/compiler/tests/generated/alias_with_allocator_types.h index fd445c194d..4b1625656d 100644 --- a/compiler/tests/generated/alias_with_allocator_types.h +++ b/compiler/tests/generated/alias_with_allocator_types.h @@ -8,7 +8,7 @@ #error and is incompatible with your version Bond library. #endif -#if BOND_MIN_CODEGEN_VERSION > 0x0500 +#if BOND_MIN_CODEGEN_VERSION > 0x0600 #error This file was generated by an older version of Bond compiler #error and is incompatible with your version Bond library. #endif diff --git a/compiler/tests/generated/aliases_types.cs b/compiler/tests/generated/aliases_types.cs index 56b89f5a7f..e4ba96f808 100644 --- a/compiler/tests/generated/aliases_types.cs +++ b/compiler/tests/generated/aliases_types.cs @@ -18,7 +18,7 @@ namespace tests using System.Collections.Generic; [global::Bond.Schema] - [System.CodeDom.Compiler.GeneratedCode("gbc", "0.5.0.0")] + [System.CodeDom.Compiler.GeneratedCode("gbc", "0.6.0.0")] public partial class Foo { [global::Bond.Id(0), global::Bond.Type(typeof(List>))] diff --git a/compiler/tests/generated/aliases_types.h b/compiler/tests/generated/aliases_types.h index e3e2ac84d3..50dda5e164 100644 --- a/compiler/tests/generated/aliases_types.h +++ b/compiler/tests/generated/aliases_types.h @@ -8,7 +8,7 @@ #error and is incompatible with your version Bond library. #endif -#if BOND_MIN_CODEGEN_VERSION > 0x0500 +#if BOND_MIN_CODEGEN_VERSION > 0x0600 #error This file was generated by an older version of Bond compiler #error and is incompatible with your version Bond library. #endif diff --git a/compiler/tests/generated/allocator/alias_key_types.h b/compiler/tests/generated/allocator/alias_key_types.h index 70639dc991..e17f9a03be 100644 --- a/compiler/tests/generated/allocator/alias_key_types.h +++ b/compiler/tests/generated/allocator/alias_key_types.h @@ -8,7 +8,7 @@ #error and is incompatible with your version Bond library. #endif -#if BOND_MIN_CODEGEN_VERSION > 0x0500 +#if BOND_MIN_CODEGEN_VERSION > 0x0600 #error This file was generated by an older version of Bond compiler #error and is incompatible with your version Bond library. #endif diff --git a/compiler/tests/generated/allocator/aliases_types.h b/compiler/tests/generated/allocator/aliases_types.h index a0c7eccb6e..c9518b9c53 100644 --- a/compiler/tests/generated/allocator/aliases_types.h +++ b/compiler/tests/generated/allocator/aliases_types.h @@ -8,7 +8,7 @@ #error and is incompatible with your version Bond library. #endif -#if BOND_MIN_CODEGEN_VERSION > 0x0500 +#if BOND_MIN_CODEGEN_VERSION > 0x0600 #error This file was generated by an older version of Bond compiler #error and is incompatible with your version Bond library. #endif diff --git a/compiler/tests/generated/allocator/attributes_types.h b/compiler/tests/generated/allocator/attributes_types.h index 9e623dc1e3..583fe84cf6 100644 --- a/compiler/tests/generated/allocator/attributes_types.h +++ b/compiler/tests/generated/allocator/attributes_types.h @@ -8,7 +8,7 @@ #error and is incompatible with your version Bond library. #endif -#if BOND_MIN_CODEGEN_VERSION > 0x0500 +#if BOND_MIN_CODEGEN_VERSION > 0x0600 #error This file was generated by an older version of Bond compiler #error and is incompatible with your version Bond library. #endif diff --git a/compiler/tests/generated/allocator/basic_types_types.h b/compiler/tests/generated/allocator/basic_types_types.h index d3164309ff..9dbe304614 100644 --- a/compiler/tests/generated/allocator/basic_types_types.h +++ b/compiler/tests/generated/allocator/basic_types_types.h @@ -8,7 +8,7 @@ #error and is incompatible with your version Bond library. #endif -#if BOND_MIN_CODEGEN_VERSION > 0x0500 +#if BOND_MIN_CODEGEN_VERSION > 0x0600 #error This file was generated by an older version of Bond compiler #error and is incompatible with your version Bond library. #endif diff --git a/compiler/tests/generated/allocator/bond_meta_types.h b/compiler/tests/generated/allocator/bond_meta_types.h index e33dc62a37..de16740371 100644 --- a/compiler/tests/generated/allocator/bond_meta_types.h +++ b/compiler/tests/generated/allocator/bond_meta_types.h @@ -8,7 +8,7 @@ #error and is incompatible with your version Bond library. #endif -#if BOND_MIN_CODEGEN_VERSION > 0x0500 +#if BOND_MIN_CODEGEN_VERSION > 0x0600 #error This file was generated by an older version of Bond compiler #error and is incompatible with your version Bond library. #endif diff --git a/compiler/tests/generated/allocator/complex_types_types.h b/compiler/tests/generated/allocator/complex_types_types.h index 57d5e24593..1ed0cfae97 100644 --- a/compiler/tests/generated/allocator/complex_types_types.h +++ b/compiler/tests/generated/allocator/complex_types_types.h @@ -8,7 +8,7 @@ #error and is incompatible with your version Bond library. #endif -#if BOND_MIN_CODEGEN_VERSION > 0x0500 +#if BOND_MIN_CODEGEN_VERSION > 0x0600 #error This file was generated by an older version of Bond compiler #error and is incompatible with your version Bond library. #endif diff --git a/compiler/tests/generated/allocator/defaults_types.h b/compiler/tests/generated/allocator/defaults_types.h index d012b31883..92ca31123a 100644 --- a/compiler/tests/generated/allocator/defaults_types.h +++ b/compiler/tests/generated/allocator/defaults_types.h @@ -8,7 +8,7 @@ #error and is incompatible with your version Bond library. #endif -#if BOND_MIN_CODEGEN_VERSION > 0x0500 +#if BOND_MIN_CODEGEN_VERSION > 0x0600 #error This file was generated by an older version of Bond compiler #error and is incompatible with your version Bond library. #endif diff --git a/compiler/tests/generated/allocator/empty_types.h b/compiler/tests/generated/allocator/empty_types.h index fdab5076f0..a13d9e44f9 100644 --- a/compiler/tests/generated/allocator/empty_types.h +++ b/compiler/tests/generated/allocator/empty_types.h @@ -8,7 +8,7 @@ #error and is incompatible with your version Bond library. #endif -#if BOND_MIN_CODEGEN_VERSION > 0x0500 +#if BOND_MIN_CODEGEN_VERSION > 0x0600 #error This file was generated by an older version of Bond compiler #error and is incompatible with your version Bond library. #endif diff --git a/compiler/tests/generated/allocator/field_modifiers_types.h b/compiler/tests/generated/allocator/field_modifiers_types.h index 7a9987da77..2884c7dc8e 100644 --- a/compiler/tests/generated/allocator/field_modifiers_types.h +++ b/compiler/tests/generated/allocator/field_modifiers_types.h @@ -8,7 +8,7 @@ #error and is incompatible with your version Bond library. #endif -#if BOND_MIN_CODEGEN_VERSION > 0x0500 +#if BOND_MIN_CODEGEN_VERSION > 0x0600 #error This file was generated by an older version of Bond compiler #error and is incompatible with your version Bond library. #endif diff --git a/compiler/tests/generated/allocator/generics_types.h b/compiler/tests/generated/allocator/generics_types.h index 6c0cd2caf7..a9edd5bd5a 100644 --- a/compiler/tests/generated/allocator/generics_types.h +++ b/compiler/tests/generated/allocator/generics_types.h @@ -8,7 +8,7 @@ #error and is incompatible with your version Bond library. #endif -#if BOND_MIN_CODEGEN_VERSION > 0x0500 +#if BOND_MIN_CODEGEN_VERSION > 0x0600 #error This file was generated by an older version of Bond compiler #error and is incompatible with your version Bond library. #endif diff --git a/compiler/tests/generated/allocator/inheritance_types.h b/compiler/tests/generated/allocator/inheritance_types.h index 088f5208df..6b9880c56f 100644 --- a/compiler/tests/generated/allocator/inheritance_types.h +++ b/compiler/tests/generated/allocator/inheritance_types.h @@ -8,7 +8,7 @@ #error and is incompatible with your version Bond library. #endif -#if BOND_MIN_CODEGEN_VERSION > 0x0500 +#if BOND_MIN_CODEGEN_VERSION > 0x0600 #error This file was generated by an older version of Bond compiler #error and is incompatible with your version Bond library. #endif diff --git a/compiler/tests/generated/allocator/maybe_blob_types.h b/compiler/tests/generated/allocator/maybe_blob_types.h index 783a36c027..d154874091 100644 --- a/compiler/tests/generated/allocator/maybe_blob_types.h +++ b/compiler/tests/generated/allocator/maybe_blob_types.h @@ -8,7 +8,7 @@ #error and is incompatible with your version Bond library. #endif -#if BOND_MIN_CODEGEN_VERSION > 0x0500 +#if BOND_MIN_CODEGEN_VERSION > 0x0600 #error This file was generated by an older version of Bond compiler #error and is incompatible with your version Bond library. #endif diff --git a/compiler/tests/generated/attributes_types.cs b/compiler/tests/generated/attributes_types.cs index 1332bd4e46..ada5c962c4 100644 --- a/compiler/tests/generated/attributes_types.cs +++ b/compiler/tests/generated/attributes_types.cs @@ -19,7 +19,7 @@ namespace tests [global::Bond.Attribute("EnumAttribute1", "one")] [global::Bond.Attribute("EnumAttribute2", "two")] - [System.CodeDom.Compiler.GeneratedCode("gbc", "0.5.0.0")] + [System.CodeDom.Compiler.GeneratedCode("gbc", "0.6.0.0")] public enum Enum { Value1, @@ -28,7 +28,7 @@ public enum Enum [global::Bond.Attribute("StructAttribute1", "one")] [global::Bond.Attribute("StructAttribute2", "two")] [global::Bond.Schema] - [System.CodeDom.Compiler.GeneratedCode("gbc", "0.5.0.0")] + [System.CodeDom.Compiler.GeneratedCode("gbc", "0.6.0.0")] public partial class Foo { [global::Bond.Attribute("FieldAttribute1", "one")] diff --git a/compiler/tests/generated/attributes_types.h b/compiler/tests/generated/attributes_types.h index f8943f0d30..148d085a97 100644 --- a/compiler/tests/generated/attributes_types.h +++ b/compiler/tests/generated/attributes_types.h @@ -8,7 +8,7 @@ #error and is incompatible with your version Bond library. #endif -#if BOND_MIN_CODEGEN_VERSION > 0x0500 +#if BOND_MIN_CODEGEN_VERSION > 0x0600 #error This file was generated by an older version of Bond compiler #error and is incompatible with your version Bond library. #endif diff --git a/compiler/tests/generated/basic_types_types.cs b/compiler/tests/generated/basic_types_types.cs index 1bec6c1a95..d3ae8e54c6 100644 --- a/compiler/tests/generated/basic_types_types.cs +++ b/compiler/tests/generated/basic_types_types.cs @@ -18,7 +18,7 @@ namespace tests using System.Collections.Generic; [global::Bond.Schema] - [System.CodeDom.Compiler.GeneratedCode("gbc", "0.5.0.0")] + [System.CodeDom.Compiler.GeneratedCode("gbc", "0.6.0.0")] public partial class BasicTypes { [global::Bond.Id(0)] diff --git a/compiler/tests/generated/basic_types_types.h b/compiler/tests/generated/basic_types_types.h index 68fb3690c7..48b1581fc2 100644 --- a/compiler/tests/generated/basic_types_types.h +++ b/compiler/tests/generated/basic_types_types.h @@ -8,7 +8,7 @@ #error and is incompatible with your version Bond library. #endif -#if BOND_MIN_CODEGEN_VERSION > 0x0500 +#if BOND_MIN_CODEGEN_VERSION > 0x0600 #error This file was generated by an older version of Bond compiler #error and is incompatible with your version Bond library. #endif diff --git a/compiler/tests/generated/bond_meta_types.cs b/compiler/tests/generated/bond_meta_types.cs index 545c365cb1..3ef9a89d39 100644 --- a/compiler/tests/generated/bond_meta_types.cs +++ b/compiler/tests/generated/bond_meta_types.cs @@ -18,7 +18,7 @@ namespace deprecated.bondmeta using System.Collections.Generic; [global::Bond.Schema] - [System.CodeDom.Compiler.GeneratedCode("gbc", "0.5.0.0")] + [System.CodeDom.Compiler.GeneratedCode("gbc", "0.6.0.0")] public partial class HasMetaFields { [global::Bond.Id(0), global::Bond.RequiredOptional] diff --git a/compiler/tests/generated/bond_meta_types.h b/compiler/tests/generated/bond_meta_types.h index 17e4a53de0..ef5df87d3d 100644 --- a/compiler/tests/generated/bond_meta_types.h +++ b/compiler/tests/generated/bond_meta_types.h @@ -8,7 +8,7 @@ #error and is incompatible with your version Bond library. #endif -#if BOND_MIN_CODEGEN_VERSION > 0x0500 +#if BOND_MIN_CODEGEN_VERSION > 0x0600 #error This file was generated by an older version of Bond compiler #error and is incompatible with your version Bond library. #endif diff --git a/compiler/tests/generated/collection-interfaces/aliases_types.cs b/compiler/tests/generated/collection-interfaces/aliases_types.cs index c0d555c9e2..7fced57678 100644 --- a/compiler/tests/generated/collection-interfaces/aliases_types.cs +++ b/compiler/tests/generated/collection-interfaces/aliases_types.cs @@ -18,7 +18,7 @@ namespace tests using System.Collections.Generic; [global::Bond.Schema] - [System.CodeDom.Compiler.GeneratedCode("gbc", "0.5.0.0")] + [System.CodeDom.Compiler.GeneratedCode("gbc", "0.6.0.0")] public partial class Foo { [global::Bond.Id(0), global::Bond.Type(typeof(List>))] diff --git a/compiler/tests/generated/collection-interfaces/attributes_types.cs b/compiler/tests/generated/collection-interfaces/attributes_types.cs index 1332bd4e46..ada5c962c4 100644 --- a/compiler/tests/generated/collection-interfaces/attributes_types.cs +++ b/compiler/tests/generated/collection-interfaces/attributes_types.cs @@ -19,7 +19,7 @@ namespace tests [global::Bond.Attribute("EnumAttribute1", "one")] [global::Bond.Attribute("EnumAttribute2", "two")] - [System.CodeDom.Compiler.GeneratedCode("gbc", "0.5.0.0")] + [System.CodeDom.Compiler.GeneratedCode("gbc", "0.6.0.0")] public enum Enum { Value1, @@ -28,7 +28,7 @@ public enum Enum [global::Bond.Attribute("StructAttribute1", "one")] [global::Bond.Attribute("StructAttribute2", "two")] [global::Bond.Schema] - [System.CodeDom.Compiler.GeneratedCode("gbc", "0.5.0.0")] + [System.CodeDom.Compiler.GeneratedCode("gbc", "0.6.0.0")] public partial class Foo { [global::Bond.Attribute("FieldAttribute1", "one")] diff --git a/compiler/tests/generated/collection-interfaces/basic_types_types.cs b/compiler/tests/generated/collection-interfaces/basic_types_types.cs index 1bec6c1a95..d3ae8e54c6 100644 --- a/compiler/tests/generated/collection-interfaces/basic_types_types.cs +++ b/compiler/tests/generated/collection-interfaces/basic_types_types.cs @@ -18,7 +18,7 @@ namespace tests using System.Collections.Generic; [global::Bond.Schema] - [System.CodeDom.Compiler.GeneratedCode("gbc", "0.5.0.0")] + [System.CodeDom.Compiler.GeneratedCode("gbc", "0.6.0.0")] public partial class BasicTypes { [global::Bond.Id(0)] diff --git a/compiler/tests/generated/collection-interfaces/bond_meta_types.cs b/compiler/tests/generated/collection-interfaces/bond_meta_types.cs index 545c365cb1..3ef9a89d39 100644 --- a/compiler/tests/generated/collection-interfaces/bond_meta_types.cs +++ b/compiler/tests/generated/collection-interfaces/bond_meta_types.cs @@ -18,7 +18,7 @@ namespace deprecated.bondmeta using System.Collections.Generic; [global::Bond.Schema] - [System.CodeDom.Compiler.GeneratedCode("gbc", "0.5.0.0")] + [System.CodeDom.Compiler.GeneratedCode("gbc", "0.6.0.0")] public partial class HasMetaFields { [global::Bond.Id(0), global::Bond.RequiredOptional] diff --git a/compiler/tests/generated/collection-interfaces/complex_types_types.cs b/compiler/tests/generated/collection-interfaces/complex_types_types.cs index f6c35558da..863beab787 100644 --- a/compiler/tests/generated/collection-interfaces/complex_types_types.cs +++ b/compiler/tests/generated/collection-interfaces/complex_types_types.cs @@ -18,14 +18,14 @@ namespace tests using System.Collections.Generic; [global::Bond.Schema] - [System.CodeDom.Compiler.GeneratedCode("gbc", "0.5.0.0")] + [System.CodeDom.Compiler.GeneratedCode("gbc", "0.6.0.0")] public partial class Foo { } [global::Bond.Schema] - [System.CodeDom.Compiler.GeneratedCode("gbc", "0.5.0.0")] + [System.CodeDom.Compiler.GeneratedCode("gbc", "0.6.0.0")] public partial class ComplexTypes { [global::Bond.Id(0), global::Bond.Type(typeof(LinkedList))] diff --git a/compiler/tests/generated/collection-interfaces/defaults_types.cs b/compiler/tests/generated/collection-interfaces/defaults_types.cs index f082de3e6d..05fad24932 100644 --- a/compiler/tests/generated/collection-interfaces/defaults_types.cs +++ b/compiler/tests/generated/collection-interfaces/defaults_types.cs @@ -17,7 +17,7 @@ namespace tests { using System.Collections.Generic; - [System.CodeDom.Compiler.GeneratedCode("gbc", "0.5.0.0")] + [System.CodeDom.Compiler.GeneratedCode("gbc", "0.6.0.0")] public enum EnumType1 { EnumValue1 = unchecked((int)5), @@ -34,7 +34,7 @@ public enum EnumType1 } [global::Bond.Schema] - [System.CodeDom.Compiler.GeneratedCode("gbc", "0.5.0.0")] + [System.CodeDom.Compiler.GeneratedCode("gbc", "0.6.0.0")] public partial class Foo { [global::Bond.Id(0)] diff --git a/compiler/tests/generated/collection-interfaces/field_modifiers_types.cs b/compiler/tests/generated/collection-interfaces/field_modifiers_types.cs index fe09fa3317..46bbe60ad4 100644 --- a/compiler/tests/generated/collection-interfaces/field_modifiers_types.cs +++ b/compiler/tests/generated/collection-interfaces/field_modifiers_types.cs @@ -18,7 +18,7 @@ namespace tests using System.Collections.Generic; [global::Bond.Schema] - [System.CodeDom.Compiler.GeneratedCode("gbc", "0.5.0.0")] + [System.CodeDom.Compiler.GeneratedCode("gbc", "0.6.0.0")] public partial class Foo { [global::Bond.Id(0)] diff --git a/compiler/tests/generated/collection-interfaces/generics_types.cs b/compiler/tests/generated/collection-interfaces/generics_types.cs index 9faea5dbe6..d81f19adef 100644 --- a/compiler/tests/generated/collection-interfaces/generics_types.cs +++ b/compiler/tests/generated/collection-interfaces/generics_types.cs @@ -18,7 +18,7 @@ namespace tests using System.Collections.Generic; [global::Bond.Schema] - [System.CodeDom.Compiler.GeneratedCode("gbc", "0.5.0.0")] + [System.CodeDom.Compiler.GeneratedCode("gbc", "0.6.0.0")] public partial class Foo where T2 : struct { diff --git a/compiler/tests/generated/collection-interfaces/inheritance_types.cs b/compiler/tests/generated/collection-interfaces/inheritance_types.cs index 124da2bd81..e00e149ddb 100644 --- a/compiler/tests/generated/collection-interfaces/inheritance_types.cs +++ b/compiler/tests/generated/collection-interfaces/inheritance_types.cs @@ -18,7 +18,7 @@ namespace tests using System.Collections.Generic; [global::Bond.Schema] - [System.CodeDom.Compiler.GeneratedCode("gbc", "0.5.0.0")] + [System.CodeDom.Compiler.GeneratedCode("gbc", "0.6.0.0")] public partial class Base { [global::Bond.Id(0)] @@ -35,7 +35,7 @@ protected Base(string fullName, string name) } [global::Bond.Schema] - [System.CodeDom.Compiler.GeneratedCode("gbc", "0.5.0.0")] + [System.CodeDom.Compiler.GeneratedCode("gbc", "0.6.0.0")] public partial class Foo : Base { diff --git a/compiler/tests/generated/collection-interfaces/nullable_alias_types.cs b/compiler/tests/generated/collection-interfaces/nullable_alias_types.cs index f41ca3e7ca..be280af0bb 100644 --- a/compiler/tests/generated/collection-interfaces/nullable_alias_types.cs +++ b/compiler/tests/generated/collection-interfaces/nullable_alias_types.cs @@ -18,7 +18,7 @@ namespace test using System.Collections.Generic; [global::Bond.Schema] - [System.CodeDom.Compiler.GeneratedCode("gbc", "0.5.0.0")] + [System.CodeDom.Compiler.GeneratedCode("gbc", "0.6.0.0")] public partial class foo { [global::Bond.Id(1), global::Bond.Type(typeof(global::Bond.Tag.nullable))] diff --git a/compiler/tests/generated/complex_types_types.cs b/compiler/tests/generated/complex_types_types.cs index db7eb03bb4..d0949f5aae 100644 --- a/compiler/tests/generated/complex_types_types.cs +++ b/compiler/tests/generated/complex_types_types.cs @@ -18,14 +18,14 @@ namespace tests using System.Collections.Generic; [global::Bond.Schema] - [System.CodeDom.Compiler.GeneratedCode("gbc", "0.5.0.0")] + [System.CodeDom.Compiler.GeneratedCode("gbc", "0.6.0.0")] public partial class Foo { } [global::Bond.Schema] - [System.CodeDom.Compiler.GeneratedCode("gbc", "0.5.0.0")] + [System.CodeDom.Compiler.GeneratedCode("gbc", "0.6.0.0")] public partial class ComplexTypes { [global::Bond.Id(0)] diff --git a/compiler/tests/generated/complex_types_types.h b/compiler/tests/generated/complex_types_types.h index 7518e51d6b..226f73e2d2 100644 --- a/compiler/tests/generated/complex_types_types.h +++ b/compiler/tests/generated/complex_types_types.h @@ -8,7 +8,7 @@ #error and is incompatible with your version Bond library. #endif -#if BOND_MIN_CODEGEN_VERSION > 0x0500 +#if BOND_MIN_CODEGEN_VERSION > 0x0600 #error This file was generated by an older version of Bond compiler #error and is incompatible with your version Bond library. #endif diff --git a/compiler/tests/generated/custom_alias_with_allocator_types.h b/compiler/tests/generated/custom_alias_with_allocator_types.h index 54eabb3585..bca3e637e6 100644 --- a/compiler/tests/generated/custom_alias_with_allocator_types.h +++ b/compiler/tests/generated/custom_alias_with_allocator_types.h @@ -8,7 +8,7 @@ #error and is incompatible with your version Bond library. #endif -#if BOND_MIN_CODEGEN_VERSION > 0x0500 +#if BOND_MIN_CODEGEN_VERSION > 0x0600 #error This file was generated by an older version of Bond compiler #error and is incompatible with your version Bond library. #endif diff --git a/compiler/tests/generated/custom_alias_without_allocator_types.h b/compiler/tests/generated/custom_alias_without_allocator_types.h index 61bd42218a..66ab0fef1a 100644 --- a/compiler/tests/generated/custom_alias_without_allocator_types.h +++ b/compiler/tests/generated/custom_alias_without_allocator_types.h @@ -8,7 +8,7 @@ #error and is incompatible with your version Bond library. #endif -#if BOND_MIN_CODEGEN_VERSION > 0x0500 +#if BOND_MIN_CODEGEN_VERSION > 0x0600 #error This file was generated by an older version of Bond compiler #error and is incompatible with your version Bond library. #endif diff --git a/compiler/tests/generated/defaults_types.cs b/compiler/tests/generated/defaults_types.cs index f082de3e6d..05fad24932 100644 --- a/compiler/tests/generated/defaults_types.cs +++ b/compiler/tests/generated/defaults_types.cs @@ -17,7 +17,7 @@ namespace tests { using System.Collections.Generic; - [System.CodeDom.Compiler.GeneratedCode("gbc", "0.5.0.0")] + [System.CodeDom.Compiler.GeneratedCode("gbc", "0.6.0.0")] public enum EnumType1 { EnumValue1 = unchecked((int)5), @@ -34,7 +34,7 @@ public enum EnumType1 } [global::Bond.Schema] - [System.CodeDom.Compiler.GeneratedCode("gbc", "0.5.0.0")] + [System.CodeDom.Compiler.GeneratedCode("gbc", "0.6.0.0")] public partial class Foo { [global::Bond.Id(0)] diff --git a/compiler/tests/generated/defaults_types.h b/compiler/tests/generated/defaults_types.h index b7bba62c33..346f166442 100644 --- a/compiler/tests/generated/defaults_types.h +++ b/compiler/tests/generated/defaults_types.h @@ -8,7 +8,7 @@ #error and is incompatible with your version Bond library. #endif -#if BOND_MIN_CODEGEN_VERSION > 0x0500 +#if BOND_MIN_CODEGEN_VERSION > 0x0600 #error This file was generated by an older version of Bond compiler #error and is incompatible with your version Bond library. #endif diff --git a/compiler/tests/generated/empty_types.h b/compiler/tests/generated/empty_types.h index f68f7b29c1..f8453efa06 100644 --- a/compiler/tests/generated/empty_types.h +++ b/compiler/tests/generated/empty_types.h @@ -8,7 +8,7 @@ #error and is incompatible with your version Bond library. #endif -#if BOND_MIN_CODEGEN_VERSION > 0x0500 +#if BOND_MIN_CODEGEN_VERSION > 0x0600 #error This file was generated by an older version of Bond compiler #error and is incompatible with your version Bond library. #endif diff --git a/compiler/tests/generated/field_modifiers_types.cs b/compiler/tests/generated/field_modifiers_types.cs index fe09fa3317..46bbe60ad4 100644 --- a/compiler/tests/generated/field_modifiers_types.cs +++ b/compiler/tests/generated/field_modifiers_types.cs @@ -18,7 +18,7 @@ namespace tests using System.Collections.Generic; [global::Bond.Schema] - [System.CodeDom.Compiler.GeneratedCode("gbc", "0.5.0.0")] + [System.CodeDom.Compiler.GeneratedCode("gbc", "0.6.0.0")] public partial class Foo { [global::Bond.Id(0)] diff --git a/compiler/tests/generated/field_modifiers_types.h b/compiler/tests/generated/field_modifiers_types.h index 981309395f..72729b2857 100644 --- a/compiler/tests/generated/field_modifiers_types.h +++ b/compiler/tests/generated/field_modifiers_types.h @@ -8,7 +8,7 @@ #error and is incompatible with your version Bond library. #endif -#if BOND_MIN_CODEGEN_VERSION > 0x0500 +#if BOND_MIN_CODEGEN_VERSION > 0x0600 #error This file was generated by an older version of Bond compiler #error and is incompatible with your version Bond library. #endif diff --git a/compiler/tests/generated/generic_service_interfaces.cs b/compiler/tests/generated/generic_service_interfaces.cs index 4040b50c59..6a325feb62 100644 --- a/compiler/tests/generated/generic_service_interfaces.cs +++ b/compiler/tests/generated/generic_service_interfaces.cs @@ -15,7 +15,7 @@ namespace tests { - [System.CodeDom.Compiler.GeneratedCode("gbc", "0.5.0.0")] + [System.CodeDom.Compiler.GeneratedCode("gbc", "0.6.0.0")] interface IFoo { global::System.Threading.Tasks.Task> foo31Async(global::Bond.Comm.IMessage param, global::System.Threading.CancellationToken ct); diff --git a/compiler/tests/generated/generic_service_proxies.cs b/compiler/tests/generated/generic_service_proxies.cs index 62b95dce40..b54ceded45 100644 --- a/compiler/tests/generated/generic_service_proxies.cs +++ b/compiler/tests/generated/generic_service_proxies.cs @@ -15,7 +15,7 @@ namespace tests { - [System.CodeDom.Compiler.GeneratedCode("gbc", "0.5.0.0")] + [System.CodeDom.Compiler.GeneratedCode("gbc", "0.6.0.0")] public class FooProxy : IFoo where TConnection : global::Bond.Comm.IRequestResponseConnection { private readonly TConnection m_connection; diff --git a/compiler/tests/generated/generic_service_services.cs b/compiler/tests/generated/generic_service_services.cs index 75514b7c36..d776df1666 100644 --- a/compiler/tests/generated/generic_service_services.cs +++ b/compiler/tests/generated/generic_service_services.cs @@ -15,7 +15,7 @@ namespace tests { - [System.CodeDom.Compiler.GeneratedCode("gbc", "0.5.0.0")] + [System.CodeDom.Compiler.GeneratedCode("gbc", "0.6.0.0")] public abstract class FooServiceBase : IFoo, global::Bond.Comm.IService { public global::System.Collections.Generic.IEnumerable Methods diff --git a/compiler/tests/generated/generics_types.cs b/compiler/tests/generated/generics_types.cs index 9faea5dbe6..d81f19adef 100644 --- a/compiler/tests/generated/generics_types.cs +++ b/compiler/tests/generated/generics_types.cs @@ -18,7 +18,7 @@ namespace tests using System.Collections.Generic; [global::Bond.Schema] - [System.CodeDom.Compiler.GeneratedCode("gbc", "0.5.0.0")] + [System.CodeDom.Compiler.GeneratedCode("gbc", "0.6.0.0")] public partial class Foo where T2 : struct { diff --git a/compiler/tests/generated/generics_types.h b/compiler/tests/generated/generics_types.h index d4e94e3ff2..b44d6ace2d 100644 --- a/compiler/tests/generated/generics_types.h +++ b/compiler/tests/generated/generics_types.h @@ -8,7 +8,7 @@ #error and is incompatible with your version Bond library. #endif -#if BOND_MIN_CODEGEN_VERSION > 0x0500 +#if BOND_MIN_CODEGEN_VERSION > 0x0600 #error This file was generated by an older version of Bond compiler #error and is incompatible with your version Bond library. #endif diff --git a/compiler/tests/generated/inheritance_types.cs b/compiler/tests/generated/inheritance_types.cs index 124da2bd81..e00e149ddb 100644 --- a/compiler/tests/generated/inheritance_types.cs +++ b/compiler/tests/generated/inheritance_types.cs @@ -18,7 +18,7 @@ namespace tests using System.Collections.Generic; [global::Bond.Schema] - [System.CodeDom.Compiler.GeneratedCode("gbc", "0.5.0.0")] + [System.CodeDom.Compiler.GeneratedCode("gbc", "0.6.0.0")] public partial class Base { [global::Bond.Id(0)] @@ -35,7 +35,7 @@ protected Base(string fullName, string name) } [global::Bond.Schema] - [System.CodeDom.Compiler.GeneratedCode("gbc", "0.5.0.0")] + [System.CodeDom.Compiler.GeneratedCode("gbc", "0.6.0.0")] public partial class Foo : Base { diff --git a/compiler/tests/generated/inheritance_types.h b/compiler/tests/generated/inheritance_types.h index 9c35e91fd9..ef5003fdd4 100644 --- a/compiler/tests/generated/inheritance_types.h +++ b/compiler/tests/generated/inheritance_types.h @@ -8,7 +8,7 @@ #error and is incompatible with your version Bond library. #endif -#if BOND_MIN_CODEGEN_VERSION > 0x0500 +#if BOND_MIN_CODEGEN_VERSION > 0x0600 #error This file was generated by an older version of Bond compiler #error and is incompatible with your version Bond library. #endif diff --git a/compiler/tests/generated/maybe_blob_types.h b/compiler/tests/generated/maybe_blob_types.h index 41f0a23b4d..f9805f1fad 100644 --- a/compiler/tests/generated/maybe_blob_types.h +++ b/compiler/tests/generated/maybe_blob_types.h @@ -8,7 +8,7 @@ #error and is incompatible with your version Bond library. #endif -#if BOND_MIN_CODEGEN_VERSION > 0x0500 +#if BOND_MIN_CODEGEN_VERSION > 0x0600 #error This file was generated by an older version of Bond compiler #error and is incompatible with your version Bond library. #endif diff --git a/compiler/tests/generated/nullable_alias_types.cs b/compiler/tests/generated/nullable_alias_types.cs index f41ca3e7ca..be280af0bb 100644 --- a/compiler/tests/generated/nullable_alias_types.cs +++ b/compiler/tests/generated/nullable_alias_types.cs @@ -18,7 +18,7 @@ namespace test using System.Collections.Generic; [global::Bond.Schema] - [System.CodeDom.Compiler.GeneratedCode("gbc", "0.5.0.0")] + [System.CodeDom.Compiler.GeneratedCode("gbc", "0.6.0.0")] public partial class foo { [global::Bond.Id(1), global::Bond.Type(typeof(global::Bond.Tag.nullable))] diff --git a/compiler/tests/generated/service_interfaces.cs b/compiler/tests/generated/service_interfaces.cs index a8a839e5f6..7a79a37d9b 100644 --- a/compiler/tests/generated/service_interfaces.cs +++ b/compiler/tests/generated/service_interfaces.cs @@ -15,7 +15,7 @@ namespace tests { - [System.CodeDom.Compiler.GeneratedCode("gbc", "0.5.0.0")] + [System.CodeDom.Compiler.GeneratedCode("gbc", "0.6.0.0")] interface IFoo { void foo11Async(global::Bond.Comm.IMessage param); diff --git a/compiler/tests/generated/service_proxies.cs b/compiler/tests/generated/service_proxies.cs index 116b571f00..7698adbc12 100644 --- a/compiler/tests/generated/service_proxies.cs +++ b/compiler/tests/generated/service_proxies.cs @@ -15,7 +15,7 @@ namespace tests { - [System.CodeDom.Compiler.GeneratedCode("gbc", "0.5.0.0")] + [System.CodeDom.Compiler.GeneratedCode("gbc", "0.6.0.0")] public class FooProxy : IFoo where TConnection : global::Bond.Comm.IEventConnection, global::Bond.Comm.IRequestResponseConnection { private readonly TConnection m_connection; diff --git a/compiler/tests/generated/service_services.cs b/compiler/tests/generated/service_services.cs index 1641b3955b..e0e160e080 100644 --- a/compiler/tests/generated/service_services.cs +++ b/compiler/tests/generated/service_services.cs @@ -15,7 +15,7 @@ namespace tests { - [System.CodeDom.Compiler.GeneratedCode("gbc", "0.5.0.0")] + [System.CodeDom.Compiler.GeneratedCode("gbc", "0.6.0.0")] public abstract class FooServiceBase : IFoo, global::Bond.Comm.IService { public global::System.Collections.Generic.IEnumerable Methods diff --git a/compiler/tests/generated/service_types.cs b/compiler/tests/generated/service_types.cs index eb3519d016..81383e2ad4 100644 --- a/compiler/tests/generated/service_types.cs +++ b/compiler/tests/generated/service_types.cs @@ -18,7 +18,7 @@ namespace tests using System.Collections.Generic; [global::Bond.Schema] - [System.CodeDom.Compiler.GeneratedCode("gbc", "0.5.0.0")] + [System.CodeDom.Compiler.GeneratedCode("gbc", "0.6.0.0")] public partial class dummy { [global::Bond.Id(0)]