Skip to content

Commit d68da33

Browse files
committed
Tests and examples updated
1 parent 59c5d3d commit d68da33

File tree

7 files changed

+17
-12
lines changed

7 files changed

+17
-12
lines changed
+4-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
// ------------------------------------------------------------------------------
22
// <auto-generated>
3-
// This code was generated with KY.Generator 6.2.2.0
3+
// This code was generated with KY.Generator 6.6.3.0
4+
//
45
// Manual changes to this file may cause unexpected behavior in your application.
56
// Manual changes to this file will be overwritten if the code is regenerated.
67
// </auto-generated>
78
// ------------------------------------------------------------------------------
9+
/* eslint-disable */
810
// tslint:disable
911

1012
export class Class1 {
@@ -16,4 +18,4 @@ export class Class1 {
1618
}
1719
}
1820

19-
// outputid:fae04ec0-301f-11d3-bf4b-00c04f79efbc
21+
// outputid:41084dd2-495e-4078-bfc1-ca5193667c60
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>net5.0</TargetFramework>
5+
<ProjectGuid>{41084dd2-495e-4078-bfc1-ca5193667c60}</ProjectGuid>
56
</PropertyGroup>
67

78
<ItemGroup>
8-
<PackageReference Include="KY.Generator" Version="6.2.2" />
9-
<PackageReference Include="KY.Generator.Annotations" Version="6.2.2" />
9+
<PackageReference Include="KY.Generator" Version="6.6.3" />
10+
<PackageReference Include="KY.Generator.Annotations" Version="6.6.3" />
1011
</ItemGroup>
1112

1213
</Project>

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
// ------------------------------------------------------------------------------
22
// <auto-generated>
3-
// This code was generated with KY.Generator 6.1.0.0
3+
// This code was generated with KY.Generator 6.6.3.0
4+
//
45
// Manual changes to this file may cause unexpected behavior in your application.
56
// Manual changes to this file will be overwritten if the code is regenerated.
67
// </auto-generated>
78
// ------------------------------------------------------------------------------
9+
/* eslint-disable */
810
// tslint:disable
911

1012
export class TypeToRead {

Examples/Reflection/ReflectionFromExecutable/ReflectionFromExecutable.csproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
<WarningLevel>4</WarningLevel>
3636
</PropertyGroup>
3737
<ItemGroup>
38-
<Reference Include="KY.Generator.Annotations, Version=6.1.0.0, Culture=neutral, processorArchitecture=MSIL">
39-
<HintPath>..\packages\KY.Generator.Annotations.6.1.0-preview.0\lib\netstandard2.0\KY.Generator.Annotations.dll</HintPath>
38+
<Reference Include="KY.Generator.Annotations, Version=6.6.3.0, Culture=neutral, processorArchitecture=MSIL">
39+
<HintPath>..\packages\KY.Generator.Annotations.6.6.3\lib\netstandard2.0\KY.Generator.Annotations.dll</HintPath>
4040
</Reference>
4141
<Reference Include="System" />
4242
<Reference Include="System.Core" />
@@ -68,11 +68,11 @@
6868
<PostBuildEvent>
6969
</PostBuildEvent>
7070
</PropertyGroup>
71-
<Import Project="..\packages\KY.Generator.6.1.0-preview.0\build\KY.Generator.targets" Condition="Exists('..\packages\KY.Generator.6.1.0-preview.0\build\KY.Generator.targets')" />
71+
<Import Project="..\packages\KY.Generator.6.6.3\build\KY.Generator.targets" Condition="Exists('..\packages\KY.Generator.6.6.3\build\KY.Generator.targets')" />
7272
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
7373
<PropertyGroup>
7474
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
7575
</PropertyGroup>
76-
<Error Condition="!Exists('..\packages\KY.Generator.6.1.0-preview.0\build\KY.Generator.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\KY.Generator.6.1.0-preview.0\build\KY.Generator.targets'))" />
76+
<Error Condition="!Exists('..\packages\KY.Generator.6.6.3\build\KY.Generator.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\KY.Generator.6.6.3\build\KY.Generator.targets'))" />
7777
</Target>
7878
</Project>
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="KY.Generator" version="6.1.0-preview.0" targetFramework="net461" />
4-
<package id="KY.Generator.Annotations" version="6.1.0-preview.0" targetFramework="net461" />
3+
<package id="KY.Generator" version="6.6.3" targetFramework="net461" />
4+
<package id="KY.Generator.Annotations" version="6.6.3" targetFramework="net461" />
55
</packages>

0 commit comments

Comments
 (0)