Skip to content

Commit a04819b

Browse files
committed
Tests and examples updated
1 parent 89c3766 commit a04819b

File tree

23 files changed

+41
-41
lines changed

23 files changed

+41
-41
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-preview.0" />
10-
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0-preview.0" />
9+
<PackageReference Include="KY.Generator" Version="6.1.0" />
10+
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0" />
1111
</ItemGroup>
1212

1313
</Project>

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-preview.0" />
18-
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0-preview.0" />
17+
<PackageReference Include="KY.Generator" Version="6.1.0" />
18+
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0" />
1919
<PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="3.1.7" />
2020
</ItemGroup>
2121

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-preview.0" />
18-
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0-preview.0" />
17+
<PackageReference Include="KY.Generator" Version="6.1.0" />
18+
<PackageReference Include="KY.Generator.Annotations" Version="6.1.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/Reflection/ReflectionFromAttributes/ReflectionFromAttributes.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-preview.0" />
10-
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0-preview.0" />
9+
<PackageReference Include="KY.Generator" Version="6.1.0" />
10+
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0" />
1111
</ItemGroup>
1212

1313
</Project>

Examples/Reflection/ReflectionFromCore/ReflectionFromCore.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-preview.0" />
11-
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0-preview.0" />
10+
<PackageReference Include="KY.Generator" Version="6.1.0" />
11+
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0" />
1212
</ItemGroup>
1313

1414
</Project>

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

+2-2
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.0.0.0
3+
// This code was generated with KY.Generator 6.1.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>
@@ -16,4 +16,4 @@ export class TypeToRead {
1616
}
1717
}
1818

19-
// outputid:ee12c8f7-eb8c-43f4-b04b-24b4a5b86569
19+
// outputid:0d8967c5-740d-4461-9cce-f3fb51191f3d

Examples/Reflection/ReflectionFromIndex/ReflectionFromIndex.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-preview.0" />
10-
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0-preview.0" />
9+
<PackageReference Include="KY.Generator" Version="6.1.0" />
10+
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

Examples/Reflection/ReflectionFromMultipleAssemblies/MainAssembly/MainAssembly.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-preview.0" />
10-
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0-preview.0" />
9+
<PackageReference Include="KY.Generator" Version="6.1.0" />
10+
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

Examples/Reflection/ReflectionFromNet5/ReflectionFromNet5.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-preview.0" />
10-
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0-preview.0" />
9+
<PackageReference Include="KY.Generator" Version="6.1.0" />
10+
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0" />
1111
</ItemGroup>
1212

1313
</Project>

Examples/Reflection/ReflectionFromStandard/ReflectionFromStandard.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-preview.0" />
10-
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0-preview.0" />
9+
<PackageReference Include="KY.Generator" Version="6.1.0" />
10+
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0" />
1111
</ItemGroup>
1212

1313
</Project>

Examples/Reflection/ReflectionIgnoreAttribute/ReflectionIgnoreAttribute.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-preview.0" />
10-
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0-preview.0" />
9+
<PackageReference Include="KY.Generator" Version="6.1.0" />
10+
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0" />
1111
</ItemGroup>
1212

1313
</Project>

Examples/Reflection/ReflectionX86/ReflectionX86.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-preview.0" />
11-
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0-preview.0" />
10+
<PackageReference Include="KY.Generator" Version="6.1.0" />
11+
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0" />
1212
</ItemGroup>
1313

1414
</Project>

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-preview.0" />
11-
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0-preview.0" />
10+
<PackageReference Include="KY.Generator" Version="6.1.0" />
11+
<PackageReference Include="KY.Generator.Annotations" Version="6.1.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-preview.0" />
10-
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0-preview.0" />
9+
<PackageReference Include="KY.Generator" Version="6.1.0" />
10+
<PackageReference Include="KY.Generator.Annotations" Version="6.1.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-preview.0" />
10-
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0-preview.0" />
9+
<PackageReference Include="KY.Generator" Version="6.1.0" />
10+
<PackageReference Include="KY.Generator.Annotations" Version="6.1.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-preview.0" />
10-
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0-preview.0" />
9+
<PackageReference Include="KY.Generator" Version="6.1.0" />
10+
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0" />
1111
</ItemGroup>
1212

1313
</Project>

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-preview.0" />
10-
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0-preview.0" />
9+
<PackageReference Include="KY.Generator" Version="6.1.0" />
10+
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0" />
1111
</ItemGroup>
1212

1313
</Project>

Tests/WebApiController/ClientApp/src/app/get-complex/models/get-complex-model-service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ export class GetComplexModelService {
88
}
99
}
1010

11-
// outputid:627408ca-a818-4326-b843-415f5bbfb028
11+
// outputid:627408ca-a818-4326-b843-415f5bbfb028

Tests/WebApiController/ClientApp/src/app/get-complex/models/get-complex-model.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ export class GetComplexModel {
1212
}
1313
}
1414

15-
// outputid:627408ca-a818-4326-b843-415f5bbfb028
15+
// outputid:627408ca-a818-4326-b843-415f5bbfb028

Tests/WebApiController/ClientApp/src/app/get-complex/services/get-complex.service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ export class GetComplexService {
2727
}
2828
}
2929

30-
// outputid:627408ca-a818-4326-b843-415f5bbfb028
30+
// outputid:627408ca-a818-4326-b843-415f5bbfb028

Tests/WebApiController/ClientApp/src/app/post/models/post-model.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ export class PostModel {
88
}
99
}
1010

11-
// outputid:627408ca-a818-4326-b843-415f5bbfb028
11+
// outputid:627408ca-a818-4326-b843-415f5bbfb028

Tests/WebApiController/ClientApp/src/app/post/services/post.service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ export class PostService {
7676
}
7777
}
7878

79-
// outputid:627408ca-a818-4326-b843-415f5bbfb028
79+
// outputid:627408ca-a818-4326-b843-415f5bbfb028

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-preview.0" />
19-
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0-preview.0" />
18+
<PackageReference Include="KY.Generator" Version="6.1.0" />
19+
<PackageReference Include="KY.Generator.Annotations" Version="6.1.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>

0 commit comments

Comments
 (0)