Skip to content

Commit

Permalink
Tests and examples updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ky-one committed Dec 16, 2020
1 parent 89c3766 commit a04819b
Show file tree
Hide file tree
Showing 23 changed files with 41 additions and 41 deletions.
4 changes: 2 additions & 2 deletions Examples/Angular/ModelFromAssembly/ModelFromAssembly.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="KY.Generator" Version="6.1.0-preview.0" />
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0-preview.0" />
<PackageReference Include="KY.Generator" Version="6.1.0" />
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="KY.Generator" Version="6.1.0-preview.0" />
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0-preview.0" />
<PackageReference Include="KY.Generator" Version="6.1.0" />
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0" />
<PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="3.1.7" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="KY.Generator" Version="6.1.0-preview.0" />
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0-preview.0" />
<PackageReference Include="KY.Generator" Version="6.1.0" />
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0" />
<PackageReference Include="Microsoft.AspNetCore.SignalR" Version="1.1.0" />
<PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="3.1.7" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="KY.Generator" Version="6.1.0-preview.0" />
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0-preview.0" />
<PackageReference Include="KY.Generator" Version="6.1.0" />
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="KY.Generator" Version="6.1.0-preview.0" />
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0-preview.0" />
<PackageReference Include="KY.Generator" Version="6.1.0" />
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ------------------------------------------------------------------------------
// <auto-generated>
// This code was generated with KY.Generator 6.0.0.0
// This code was generated with KY.Generator 6.1.0.0
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
// </auto-generated>
Expand All @@ -16,4 +16,4 @@ export class TypeToRead {
}
}

// outputid:ee12c8f7-eb8c-43f4-b04b-24b4a5b86569
// outputid:0d8967c5-740d-4461-9cce-f3fb51191f3d
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="KY.Generator" Version="6.1.0-preview.0" />
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0-preview.0" />
<PackageReference Include="KY.Generator" Version="6.1.0" />
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="KY.Generator" Version="6.1.0-preview.0" />
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0-preview.0" />
<PackageReference Include="KY.Generator" Version="6.1.0" />
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="KY.Generator" Version="6.1.0-preview.0" />
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0-preview.0" />
<PackageReference Include="KY.Generator" Version="6.1.0" />
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="KY.Generator" Version="6.1.0-preview.0" />
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0-preview.0" />
<PackageReference Include="KY.Generator" Version="6.1.0" />
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="KY.Generator" Version="6.1.0-preview.0" />
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0-preview.0" />
<PackageReference Include="KY.Generator" Version="6.1.0" />
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions Examples/Reflection/ReflectionX86/ReflectionX86.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="KY.Generator" Version="6.1.0-preview.0" />
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0-preview.0" />
<PackageReference Include="KY.Generator" Version="6.1.0" />
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions Tests/AnnotationAsync/AnnotationAsync.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="KY.Generator" Version="6.1.0-preview.0" />
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0-preview.0" />
<PackageReference Include="KY.Generator" Version="6.1.0" />
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Tests/AnnotationAsyncAssembly/AnnotationAsyncAssembly.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="KY.Generator" Version="6.1.0-preview.0" />
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0-preview.0" />
<PackageReference Include="KY.Generator" Version="6.1.0" />
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions Tests/AnnotationInNestedClass/AnnotationInNestedClass.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="KY.Generator" Version="6.1.0-preview.0" />
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0-preview.0" />
<PackageReference Include="KY.Generator" Version="6.1.0" />
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="KY.Generator" Version="6.1.0-preview.0" />
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0-preview.0" />
<PackageReference Include="KY.Generator" Version="6.1.0" />
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions Tests/Types/Types.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="KY.Generator" Version="6.1.0-preview.0" />
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0-preview.0" />
<PackageReference Include="KY.Generator" Version="6.1.0" />
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export class GetComplexModelService {
}
}

// outputid:627408ca-a818-4326-b843-415f5bbfb028
// outputid:627408ca-a818-4326-b843-415f5bbfb028
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ export class GetComplexModel {
}
}

// outputid:627408ca-a818-4326-b843-415f5bbfb028
// outputid:627408ca-a818-4326-b843-415f5bbfb028
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ export class GetComplexService {
}
}

// outputid:627408ca-a818-4326-b843-415f5bbfb028
// outputid:627408ca-a818-4326-b843-415f5bbfb028
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export class PostModel {
}
}

// outputid:627408ca-a818-4326-b843-415f5bbfb028
// outputid:627408ca-a818-4326-b843-415f5bbfb028
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ export class PostService {
}
}

// outputid:627408ca-a818-4326-b843-415f5bbfb028
// outputid:627408ca-a818-4326-b843-415f5bbfb028
4 changes: 2 additions & 2 deletions Tests/WebApiController/WebApiController.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

<ItemGroup>
<PackageReference Include="KY.Core.Common" Version="4.14.0" />
<PackageReference Include="KY.Generator" Version="6.1.0-preview.0" />
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0-preview.0" />
<PackageReference Include="KY.Generator" Version="6.1.0" />
<PackageReference Include="KY.Generator.Annotations" Version="6.1.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Versioning" Version="4.1.1" />
<PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="3.1.7" />
</ItemGroup>
Expand Down

0 comments on commit a04819b

Please sign in to comment.