Skip to content

Commit 4855388

Browse files
committed
Tests and examples updated
1 parent 9f0d684 commit 4855388

File tree

77 files changed

+345
-120
lines changed

Some content is hidden

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

77 files changed

+345
-120
lines changed

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="7.3.1" />
10-
<PackageReference Include="KY.Generator.Annotations" Version="7.3.1" />
9+
<PackageReference Include="KY.Generator" Version="7.4.0" />
10+
<PackageReference Include="KY.Generator.Annotations" Version="7.4.0" />
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 7.3.1.0
3+
// This code was generated with KY.Generator 7.4.0.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 7.3.1.0
3+
// This code was generated with KY.Generator 7.4.0.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/ServiceFromAspNetCore/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 7.3.1.0
3+
// This code was generated with KY.Generator 7.4.0.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/ServiceFromAspNetCore/ClientApp/src/app/services/weather-forecast.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 7.3.1.0
3+
// This code was generated with KY.Generator 7.4.0.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/ServiceFromAspNetCore/ServiceFromAspNetCore.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
</PropertyGroup>
1515

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

Examples/Angular/Annotation/ServiceFromAspNetCoreSignalRHub/ClientApp/src/app/models/connection-status.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 7.3.1.0
3+
// This code was generated with KY.Generator 7.4.0.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/ServiceFromAspNetCoreSignalRHub/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 7.3.1.0
3+
// This code was generated with KY.Generator 7.4.0.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/ServiceFromAspNetCoreSignalRHub/ClientApp/src/app/services/weather-hub.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 7.3.1.0
3+
// This code was generated with KY.Generator 7.4.0.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/ServiceFromAspNetCoreSignalRHub/ServiceFromAspNetCoreSignalRHub.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
</PropertyGroup>
1515

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

0 commit comments

Comments
 (0)