Skip to content

Commit f7ca345

Browse files
committed
Examples updated
1 parent 5f2e99c commit f7ca345

File tree

105 files changed

+88292
-65293
lines changed

Some content is hidden

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

105 files changed

+88292
-65293
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.8.3" />
16-
<PackageReference Include="KY.Generator.Annotations" Version="8.8.3" />
15+
<PackageReference Include="KY.Generator" Version="8.8.8" />
16+
<PackageReference Include="KY.Generator.Annotations" Version="8.8.8" />
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.8.3.0
3+
// This code was generated with KY.Generator 8.8.8.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.8.3.0
3+
// This code was generated with KY.Generator 8.8.8.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/ModelFromAssembly/ModelFromAssembly.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.0" />
10-
<PackageReference Include="KY.Generator.Annotations" Version="8.4.0" />
9+
<PackageReference Include="KY.Generator" Version="8.8.8" />
10+
<PackageReference Include="KY.Generator.Annotations" Version="8.8.8" />
1111
</ItemGroup>
1212

1313
</Project>

Examples/Angular/Annotation/ModelFromAssembly/Output/another-type.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.0.0
3+
// This code was generated with KY.Generator 8.8.8.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/ModelFromAssembly/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.0.0
3+
// This code was generated with KY.Generator 8.8.8.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.

0 commit comments

Comments
 (0)