Skip to content

Commit f776acc

Browse files
committed
Tests and examples updated
1 parent 251f677 commit f776acc

File tree

20 files changed

+39
-31
lines changed

20 files changed

+39
-31
lines changed

Examples/Angular/ModelFromAssembly/ModelFromAssembly.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="KY.Generator" Version="6.1.0" />
10-
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0" />
9+
<PackageReference Include="KY.Generator" Version="6.2.0" />
10+
<PackageReference Include="KY.Generator.Annotations" Version="6.2.0" />
1111
</ItemGroup>
1212

1313
</Project>

Examples/Angular/ModelFromAssembly/Output/another-type.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ------------------------------------------------------------------------------
22
// <auto-generated>
3-
// This code was generated with KY.Generator 6.1.0.0
3+
// This code was generated with KY.Generator 6.2.0.0
44
// Manual changes to this file may cause unexpected behavior in your application.
55
// Manual changes to this file will be overwritten if the code is regenerated.
66
// </auto-generated>

Examples/Angular/ModelFromAssembly/Output/type-to-read.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ------------------------------------------------------------------------------
22
// <auto-generated>
3-
// This code was generated with KY.Generator 6.1.0.0
3+
// This code was generated with KY.Generator 6.2.0.0
44
// Manual changes to this file may cause unexpected behavior in your application.
55
// Manual changes to this file will be overwritten if the code is regenerated.
66
// </auto-generated>

Examples/Angular/ServiceFromAspNetCoreAnnotation/ClientApp/src/app/models/weather-forecast.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ------------------------------------------------------------------------------
22
// <auto-generated>
3-
// This code was generated with KY.Generator 6.1.0.0
3+
// This code was generated with KY.Generator 6.2.0.0
44
// Manual changes to this file may cause unexpected behavior in your application.
55
// Manual changes to this file will be overwritten if the code is regenerated.
66
// </auto-generated>

Examples/Angular/ServiceFromAspNetCoreAnnotation/ClientApp/src/app/services/weather-forecast.service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ------------------------------------------------------------------------------
22
// <auto-generated>
3-
// This code was generated with KY.Generator 6.1.0.0
3+
// This code was generated with KY.Generator 6.2.0.0
44
// Manual changes to this file may cause unexpected behavior in your application.
55
// Manual changes to this file will be overwritten if the code is regenerated.
66
// </auto-generated>

Examples/Angular/ServiceFromAspNetCoreAnnotation/ServiceFromAspNetCoreAnnotation.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="KY.Generator" Version="6.1.0" />
18-
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0" />
17+
<PackageReference Include="KY.Generator" Version="6.2.0" />
18+
<PackageReference Include="KY.Generator.Annotations" Version="6.2.0" />
1919
<PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="3.1.7" />
2020
</ItemGroup>
2121

Examples/Angular/ServiceFromAspNetCoreSignalRHub/ClientApp/src/app/models/connection-status.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ------------------------------------------------------------------------------
22
// <auto-generated>
3-
// This code was generated with KY.Generator 6.1.0.0
3+
// This code was generated with KY.Generator 6.2.0.0
44
// Manual changes to this file may cause unexpected behavior in your application.
55
// Manual changes to this file will be overwritten if the code is regenerated.
66
// </auto-generated>

Examples/Angular/ServiceFromAspNetCoreSignalRHub/ClientApp/src/app/models/weather-forecast.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ------------------------------------------------------------------------------
22
// <auto-generated>
3-
// This code was generated with KY.Generator 6.1.0.0
3+
// This code was generated with KY.Generator 6.2.0.0
44
// Manual changes to this file may cause unexpected behavior in your application.
55
// Manual changes to this file will be overwritten if the code is regenerated.
66
// </auto-generated>

Examples/Angular/ServiceFromAspNetCoreSignalRHub/ClientApp/src/app/services/weather-hub.service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ------------------------------------------------------------------------------
22
// <auto-generated>
3-
// This code was generated with KY.Generator 6.1.0.0
3+
// This code was generated with KY.Generator 6.2.0.0
44
// Manual changes to this file may cause unexpected behavior in your application.
55
// Manual changes to this file will be overwritten if the code is regenerated.
66
// </auto-generated>

Examples/Angular/ServiceFromAspNetCoreSignalRHub/ServiceFromAspNetCoreSignalRHub.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="KY.Generator" Version="6.1.0" />
18-
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0" />
17+
<PackageReference Include="KY.Generator" Version="6.2.0" />
18+
<PackageReference Include="KY.Generator.Annotations" Version="6.2.0" />
1919
<PackageReference Include="Microsoft.AspNetCore.SignalR" Version="1.1.0" />
2020
<PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="3.1.7" />
2121
</ItemGroup>

Examples/Angular/ServiceFromAspNetCoreViaFluentApi/Generator/Generator.csproj

+4-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="KY.Generator.Angular" Version="6.2.0-rc.1" />
8+
<PackageReference Include="KY.Generator" Version="6.2.0" />
9+
<PackageReference Include="KY.Generator.Angular" Version="6.2.0" />
910
<PackageReference Include="KY.Generator.AspDotNet" Version="6.2.0-rc.1" />
10-
<PackageReference Include="KY.Generator.Fluent" Version="6.2.0-rc.1" />
11+
<PackageReference Include="KY.Generator.Fluent" Version="6.2.0" />
12+
<PackageReference Include="KY.Generator.Reflection" Version="6.2.0" />
1113
</ItemGroup>
1214

1315
<ItemGroup>

Examples/Angular/ServiceFromSignalRViaFluentApi/ServiceFromSignalRViaFluentApi.csproj

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
</PropertyGroup>
1414

1515
<ItemGroup>
16+
<PackageReference Include="KY.Generator" Version="6.2.0" />
17+
<PackageReference Include="KY.Generator.Angular" Version="6.2.0" />
18+
<PackageReference Include="KY.Generator.Fluent" Version="6.2.0" />
19+
<PackageReference Include="KY.Generator.Reflection" Version="6.2.0" />
1620
<PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="5.0.1" />
1721
</ItemGroup>
1822

Tests/AnnotationAsync/AnnotationAsync.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="KY.Generator" Version="6.1.0" />
11-
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0" />
10+
<PackageReference Include="KY.Generator" Version="6.2.0" />
11+
<PackageReference Include="KY.Generator.Annotations" Version="6.2.0" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

Tests/AnnotationAsyncAssembly/AnnotationAsyncAssembly.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="KY.Generator" Version="6.1.0" />
10-
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0" />
9+
<PackageReference Include="KY.Generator" Version="6.2.0" />
10+
<PackageReference Include="KY.Generator.Annotations" Version="6.2.0" />
1111
</ItemGroup>
1212

1313
</Project>

Tests/AnnotationInNestedClass/AnnotationInNestedClass.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="KY.Generator" Version="6.1.0" />
10-
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0" />
9+
<PackageReference Include="KY.Generator" Version="6.2.0" />
10+
<PackageReference Include="KY.Generator.Annotations" Version="6.2.0" />
1111
</ItemGroup>
1212

1313
</Project>

Tests/AnnotationsWithMultipleOutputs/AnnotationsWithMultipleOutputs.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="KY.Generator" Version="6.1.0" />
10-
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0" />
9+
<PackageReference Include="KY.Generator" Version="6.2.0" />
10+
<PackageReference Include="KY.Generator.Annotations" Version="6.2.0" />
1111
</ItemGroup>
1212

1313
</Project>

Tests/Fluent/Fluent.Generator/Fluent.Generator.csproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="KY.Generator" Version="6.1.0-preview.0" />
10-
<PackageReference Include="KY.Generator.Angular" Version="6.1.0-preview.0" />
11-
<PackageReference Include="KY.Generator.Fluent" Version="6.1.0-preview.0" />
12-
<PackageReference Include="KY.Generator.Reflection" Version="6.1.0-preview.0" />
9+
<PackageReference Include="KY.Generator" Version="6.2.0" />
10+
<PackageReference Include="KY.Generator.Angular" Version="6.2.0" />
11+
<PackageReference Include="KY.Generator.Fluent" Version="6.2.0" />
12+
<PackageReference Include="KY.Generator.Reflection" Version="6.2.0" />
1313
</ItemGroup>
1414

1515
<ItemGroup>

Tests/Types/Types.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="KY.Generator" Version="6.1.0" />
10-
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0" />
9+
<PackageReference Include="KY.Generator" Version="6.2.0" />
10+
<PackageReference Include="KY.Generator.Annotations" Version="6.2.0" />
1111
</ItemGroup>
1212

1313
</Project>

Tests/WebApiController/WebApiController.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515

1616
<ItemGroup>
1717
<PackageReference Include="KY.Core.Common" Version="4.14.0" />
18-
<PackageReference Include="KY.Generator" Version="6.1.0" />
19-
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0" />
18+
<PackageReference Include="KY.Generator" Version="6.2.0" />
19+
<PackageReference Include="KY.Generator.Annotations" Version="6.2.0" />
2020
<PackageReference Include="Microsoft.AspNetCore.Mvc.Versioning" Version="4.1.1" />
2121
<PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="3.1.7" />
2222
</ItemGroup>

Tests/build.cmd

+2
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ rmdir /S/Q bin
8888
rmdir /S/Q Output
8989
dotnet add package KY.Generator --prerelease
9090
dotnet add package KY.Generator.Fluent --prerelease
91+
dotnet add package KY.Generator.Angular --prerelease
92+
dotnet add package KY.Generator.Reflection --prerelease
9193
dotnet build --no-incremental
9294
cd ..\..
9395

0 commit comments

Comments
 (0)