Skip to content

Commit 3f80e75

Browse files
committed
Tests and examples updated
1 parent 4e016fe commit 3f80e75

File tree

57 files changed

+99
-94
lines changed

Some content is hidden

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

57 files changed

+99
-94
lines changed

Examples/Angular/Annotation/ChangeReturnType/ChangeReturnType.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
</PropertyGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="KY.Generator" Version="8.4.3" />
16-
<PackageReference Include="KY.Generator.Annotations" Version="8.4.3" />
15+
<PackageReference Include="KY.Generator" Version="8.4.4" />
16+
<PackageReference Include="KY.Generator.Annotations" Version="8.4.4" />
1717
<PackageReference Include="Microsoft.AspNetCore.SpaProxy" Version="6.0.5" />
1818
</ItemGroup>
1919

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

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

Examples/Angular/Annotation/ChangeReturnType/ClientApp/src/app/services/weather-forecast-api.service.ts

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

Examples/Json/JsonWithReader/JsonWithReader.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="KY.Generator.Angular" Version="8.4.3" />
11-
<PackageReference Include="KY.Generator.Fluent" Version="8.4.3" />
12-
<PackageReference Include="KY.Generator.Json" Version="8.4.3" />
10+
<PackageReference Include="KY.Generator.Angular" Version="8.4.4" />
11+
<PackageReference Include="KY.Generator.Fluent" Version="8.4.4" />
12+
<PackageReference Include="KY.Generator.Json" Version="8.4.4" />
1313
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
1414
</ItemGroup>
1515

Examples/Reflection/ReflectionFromAttributes/Output/type-to-read.ts

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

Examples/Reflection/ReflectionFromAttributes/ReflectionFromAttributes.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
</PropertyGroup>
77

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

1313
</Project>

Examples/Reflection/ReflectionFromConstant/Output/class-1.ts

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

Examples/Reflection/ReflectionFromConstant/ReflectionFromConstant.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
</PropertyGroup>
77

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

1313
</Project>

Examples/Reflection/ReflectionFromCore/Output/type-to-read.ts

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

Examples/Reflection/ReflectionFromCore/ReflectionFromCore.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
</PropertyGroup>
88

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

1414
</Project>

0 commit comments

Comments
 (0)