diff --git a/Examples/Angular/ModelFromAssembly/ModelFromAssembly.csproj b/Examples/Angular/ModelFromAssembly/ModelFromAssembly.csproj index 0bf77658..c251370b 100644 --- a/Examples/Angular/ModelFromAssembly/ModelFromAssembly.csproj +++ b/Examples/Angular/ModelFromAssembly/ModelFromAssembly.csproj @@ -6,8 +6,8 @@ - - + + diff --git a/Examples/Angular/ModelFromAssembly/Output/another-type.ts b/Examples/Angular/ModelFromAssembly/Output/another-type.ts index 9a266129..76200ab1 100644 --- a/Examples/Angular/ModelFromAssembly/Output/another-type.ts +++ b/Examples/Angular/ModelFromAssembly/Output/another-type.ts @@ -1,6 +1,6 @@ // ------------------------------------------------------------------------------ // -// This code was generated with KY.Generator 6.1.0.0 +// This code was generated with KY.Generator 6.2.0.0 // Manual changes to this file may cause unexpected behavior in your application. // Manual changes to this file will be overwritten if the code is regenerated. // diff --git a/Examples/Angular/ModelFromAssembly/Output/type-to-read.ts b/Examples/Angular/ModelFromAssembly/Output/type-to-read.ts index 10268c76..d4f2986a 100644 --- a/Examples/Angular/ModelFromAssembly/Output/type-to-read.ts +++ b/Examples/Angular/ModelFromAssembly/Output/type-to-read.ts @@ -1,6 +1,6 @@ // ------------------------------------------------------------------------------ // -// This code was generated with KY.Generator 6.1.0.0 +// This code was generated with KY.Generator 6.2.0.0 // Manual changes to this file may cause unexpected behavior in your application. // Manual changes to this file will be overwritten if the code is regenerated. // diff --git a/Examples/Angular/ServiceFromAspNetCoreAnnotation/ClientApp/src/app/models/weather-forecast.ts b/Examples/Angular/ServiceFromAspNetCoreAnnotation/ClientApp/src/app/models/weather-forecast.ts index 8ade5fd5..f5967847 100644 --- a/Examples/Angular/ServiceFromAspNetCoreAnnotation/ClientApp/src/app/models/weather-forecast.ts +++ b/Examples/Angular/ServiceFromAspNetCoreAnnotation/ClientApp/src/app/models/weather-forecast.ts @@ -1,6 +1,6 @@ // ------------------------------------------------------------------------------ // -// This code was generated with KY.Generator 6.1.0.0 +// This code was generated with KY.Generator 6.2.0.0 // Manual changes to this file may cause unexpected behavior in your application. // Manual changes to this file will be overwritten if the code is regenerated. // diff --git a/Examples/Angular/ServiceFromAspNetCoreAnnotation/ClientApp/src/app/services/weather-forecast.service.ts b/Examples/Angular/ServiceFromAspNetCoreAnnotation/ClientApp/src/app/services/weather-forecast.service.ts index 0503b8ef..7bdbd13e 100644 --- a/Examples/Angular/ServiceFromAspNetCoreAnnotation/ClientApp/src/app/services/weather-forecast.service.ts +++ b/Examples/Angular/ServiceFromAspNetCoreAnnotation/ClientApp/src/app/services/weather-forecast.service.ts @@ -1,6 +1,6 @@ // ------------------------------------------------------------------------------ // -// This code was generated with KY.Generator 6.1.0.0 +// This code was generated with KY.Generator 6.2.0.0 // Manual changes to this file may cause unexpected behavior in your application. // Manual changes to this file will be overwritten if the code is regenerated. // diff --git a/Examples/Angular/ServiceFromAspNetCoreAnnotation/ServiceFromAspNetCoreAnnotation.csproj b/Examples/Angular/ServiceFromAspNetCoreAnnotation/ServiceFromAspNetCoreAnnotation.csproj index 29a3ebd6..058aabc1 100644 --- a/Examples/Angular/ServiceFromAspNetCoreAnnotation/ServiceFromAspNetCoreAnnotation.csproj +++ b/Examples/Angular/ServiceFromAspNetCoreAnnotation/ServiceFromAspNetCoreAnnotation.csproj @@ -14,8 +14,8 @@ - - + + diff --git a/Examples/Angular/ServiceFromAspNetCoreSignalRHub/ClientApp/src/app/models/connection-status.ts b/Examples/Angular/ServiceFromAspNetCoreSignalRHub/ClientApp/src/app/models/connection-status.ts index 80331815..e9facdfa 100644 --- a/Examples/Angular/ServiceFromAspNetCoreSignalRHub/ClientApp/src/app/models/connection-status.ts +++ b/Examples/Angular/ServiceFromAspNetCoreSignalRHub/ClientApp/src/app/models/connection-status.ts @@ -1,6 +1,6 @@ // ------------------------------------------------------------------------------ // -// This code was generated with KY.Generator 6.1.0.0 +// This code was generated with KY.Generator 6.2.0.0 // Manual changes to this file may cause unexpected behavior in your application. // Manual changes to this file will be overwritten if the code is regenerated. // diff --git a/Examples/Angular/ServiceFromAspNetCoreSignalRHub/ClientApp/src/app/models/weather-forecast.ts b/Examples/Angular/ServiceFromAspNetCoreSignalRHub/ClientApp/src/app/models/weather-forecast.ts index e04c7cb1..56fc1b64 100644 --- a/Examples/Angular/ServiceFromAspNetCoreSignalRHub/ClientApp/src/app/models/weather-forecast.ts +++ b/Examples/Angular/ServiceFromAspNetCoreSignalRHub/ClientApp/src/app/models/weather-forecast.ts @@ -1,6 +1,6 @@ // ------------------------------------------------------------------------------ // -// This code was generated with KY.Generator 6.1.0.0 +// This code was generated with KY.Generator 6.2.0.0 // Manual changes to this file may cause unexpected behavior in your application. // Manual changes to this file will be overwritten if the code is regenerated. // diff --git a/Examples/Angular/ServiceFromAspNetCoreSignalRHub/ClientApp/src/app/services/weather-hub.service.ts b/Examples/Angular/ServiceFromAspNetCoreSignalRHub/ClientApp/src/app/services/weather-hub.service.ts index 5b1cfa5d..75c3725a 100644 --- a/Examples/Angular/ServiceFromAspNetCoreSignalRHub/ClientApp/src/app/services/weather-hub.service.ts +++ b/Examples/Angular/ServiceFromAspNetCoreSignalRHub/ClientApp/src/app/services/weather-hub.service.ts @@ -1,6 +1,6 @@ // ------------------------------------------------------------------------------ // -// This code was generated with KY.Generator 6.1.0.0 +// This code was generated with KY.Generator 6.2.0.0 // Manual changes to this file may cause unexpected behavior in your application. // Manual changes to this file will be overwritten if the code is regenerated. // diff --git a/Examples/Angular/ServiceFromAspNetCoreSignalRHub/ServiceFromAspNetCoreSignalRHub.csproj b/Examples/Angular/ServiceFromAspNetCoreSignalRHub/ServiceFromAspNetCoreSignalRHub.csproj index 9700957f..79d7dce2 100644 --- a/Examples/Angular/ServiceFromAspNetCoreSignalRHub/ServiceFromAspNetCoreSignalRHub.csproj +++ b/Examples/Angular/ServiceFromAspNetCoreSignalRHub/ServiceFromAspNetCoreSignalRHub.csproj @@ -14,8 +14,8 @@ - - + + diff --git a/Examples/Angular/ServiceFromAspNetCoreViaFluentApi/Generator/Generator.csproj b/Examples/Angular/ServiceFromAspNetCoreViaFluentApi/Generator/Generator.csproj index 2e3106bc..28dbae8d 100644 --- a/Examples/Angular/ServiceFromAspNetCoreViaFluentApi/Generator/Generator.csproj +++ b/Examples/Angular/ServiceFromAspNetCoreViaFluentApi/Generator/Generator.csproj @@ -5,9 +5,11 @@ - + + - + + diff --git a/Examples/Angular/ServiceFromSignalRViaFluentApi/ServiceFromSignalRViaFluentApi.csproj b/Examples/Angular/ServiceFromSignalRViaFluentApi/ServiceFromSignalRViaFluentApi.csproj index 62db29d1..6ce4a058 100644 --- a/Examples/Angular/ServiceFromSignalRViaFluentApi/ServiceFromSignalRViaFluentApi.csproj +++ b/Examples/Angular/ServiceFromSignalRViaFluentApi/ServiceFromSignalRViaFluentApi.csproj @@ -13,6 +13,10 @@ + + + + diff --git a/Tests/AnnotationAsync/AnnotationAsync.csproj b/Tests/AnnotationAsync/AnnotationAsync.csproj index 67a35bdb..06940149 100644 --- a/Tests/AnnotationAsync/AnnotationAsync.csproj +++ b/Tests/AnnotationAsync/AnnotationAsync.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/Tests/AnnotationAsyncAssembly/AnnotationAsyncAssembly.csproj b/Tests/AnnotationAsyncAssembly/AnnotationAsyncAssembly.csproj index 18c0e90a..d25b207a 100644 --- a/Tests/AnnotationAsyncAssembly/AnnotationAsyncAssembly.csproj +++ b/Tests/AnnotationAsyncAssembly/AnnotationAsyncAssembly.csproj @@ -6,8 +6,8 @@ - - + + diff --git a/Tests/AnnotationInNestedClass/AnnotationInNestedClass.csproj b/Tests/AnnotationInNestedClass/AnnotationInNestedClass.csproj index fb02c354..b1ccf3b1 100644 --- a/Tests/AnnotationInNestedClass/AnnotationInNestedClass.csproj +++ b/Tests/AnnotationInNestedClass/AnnotationInNestedClass.csproj @@ -6,8 +6,8 @@ - - + + diff --git a/Tests/AnnotationsWithMultipleOutputs/AnnotationsWithMultipleOutputs.csproj b/Tests/AnnotationsWithMultipleOutputs/AnnotationsWithMultipleOutputs.csproj index 0f1a7edb..7b5a1ed6 100644 --- a/Tests/AnnotationsWithMultipleOutputs/AnnotationsWithMultipleOutputs.csproj +++ b/Tests/AnnotationsWithMultipleOutputs/AnnotationsWithMultipleOutputs.csproj @@ -6,8 +6,8 @@ - - + + diff --git a/Tests/Fluent/Fluent.Generator/Fluent.Generator.csproj b/Tests/Fluent/Fluent.Generator/Fluent.Generator.csproj index 7bfd1649..585415a9 100644 --- a/Tests/Fluent/Fluent.Generator/Fluent.Generator.csproj +++ b/Tests/Fluent/Fluent.Generator/Fluent.Generator.csproj @@ -6,10 +6,10 @@ - - - - + + + + diff --git a/Tests/Types/Types.csproj b/Tests/Types/Types.csproj index 986c0f4e..94894c36 100644 --- a/Tests/Types/Types.csproj +++ b/Tests/Types/Types.csproj @@ -6,8 +6,8 @@ - - + + diff --git a/Tests/WebApiController/WebApiController.csproj b/Tests/WebApiController/WebApiController.csproj index 830419bc..1ce094fe 100644 --- a/Tests/WebApiController/WebApiController.csproj +++ b/Tests/WebApiController/WebApiController.csproj @@ -15,8 +15,8 @@ - - + + diff --git a/Tests/build.cmd b/Tests/build.cmd index c35c77e0..2e695669 100644 --- a/Tests/build.cmd +++ b/Tests/build.cmd @@ -88,6 +88,8 @@ rmdir /S/Q bin rmdir /S/Q Output dotnet add package KY.Generator --prerelease dotnet add package KY.Generator.Fluent --prerelease +dotnet add package KY.Generator.Angular --prerelease +dotnet add package KY.Generator.Reflection --prerelease dotnet build --no-incremental cd ..\..