Skip to content

Commit 611cfa7

Browse files
committed
- prepare release
- update KY.Core.Common to fix nuget resolve problems on Linux - add legacy Annotations project to be able to publish it with fallback to new Annotations package - move all assemblies to common bin folder - use similar output structure for .NET 4.6.1 as .NET Core does
1 parent 1c39ea6 commit 611cfa7

31 files changed

+116
-69
lines changed

Angular.Tests/KY.Generator.Angular.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="KY.Core.Common" Version="4.16.2" />
10+
<PackageReference Include="KY.Core.Common" Version="4.17.0" />
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
1212
<PackageReference Include="MSTest.TestAdapter" Version="2.0.0" />
1313
<PackageReference Include="MSTest.TestFramework" Version="2.0.0" />

Angular/KY.Generator.Angular.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Authors>KY-Programming</Authors>
66
<Company>KY-Programming</Company>
77
<Product>KY.Generator</Product>
8-
<Version>5.5.1</Version>
8+
<Version>5.5.2</Version>
99
<Copyright>2020 - KY-Programming</Copyright>
1010
<Description>Angular Module for KY-Generator
1111
Download KY.Generator to use this module</Description>
@@ -25,7 +25,7 @@ Download KY.Generator to use this module</Description>
2525
</PropertyGroup>
2626

2727
<ItemGroup>
28-
<PackageReference Include="KY.Core.Common" Version="4.16.2" />
28+
<PackageReference Include="KY.Core.Common" Version="4.17.0" />
2929
</ItemGroup>
3030

3131
<ItemGroup>

Annotations/KY.Generator.Annotations.csproj

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,25 @@
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<Company>KY-Programming</Company>
66
<Authors>KY-Programming</Authors>
7-
<Version>5.5.1</Version>
7+
<Version>5.5.2</Version>
88
<Product>KY.Generator</Product>
9-
<Description>Annotations for Reflection Module for KY-Generator</Description>
9+
<Description>Annotations for KY-Generator</Description>
1010
<Copyright>2020 - KY-Programming</Copyright>
1111
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
1212
<PackageProjectUrl>https://generator.ky-programming.de</PackageProjectUrl>
1313
<PackageIconUrl>https://ky-programming.de/images/logos/128.png</PackageIconUrl>
1414
<RepositoryUrl>https://github.com/KY-Programming/generator</RepositoryUrl>
1515
<RepositoryType></RepositoryType>
16-
<PackageTags>KY-Generator KY Generator Reflection Annotations</PackageTags>
16+
<PackageTags>KY-Generator KY Generator Annotations</PackageTags>
1717
<RootNamespace>KY.Generator</RootNamespace>
1818
</PropertyGroup>
1919

20+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
21+
<OutputPath>..\bin\Debug</OutputPath>
22+
</PropertyGroup>
23+
24+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
25+
<OutputPath>..\bin\Release</OutputPath>
26+
</PropertyGroup>
27+
2028
</Project>

AspDotNet.Tests/KY.Generator.AspDotNet.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="KY.Core.Common" Version="4.16.2" />
10+
<PackageReference Include="KY.Core.Common" Version="4.17.0" />
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
1212
<PackageReference Include="MSTest.TestAdapter" Version="2.0.0" />
1313
<PackageReference Include="MSTest.TestFramework" Version="2.0.0" />

AspDotNet/KY.Generator.AspDotNet.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<Company>KY-Programming</Company>
66
<Authors>KY-Programming</Authors>
7-
<Version>5.5.1</Version>
7+
<Version>5.5.2</Version>
88
<Product>KY.Generator</Product>
99
<Description>ASP.net Module for KY-Generator
1010
Download KY.Generator to use this module</Description>
@@ -25,7 +25,7 @@ Download KY.Generator to use this module</Description>
2525
</PropertyGroup>
2626

2727
<ItemGroup>
28-
<PackageReference Include="KY.Core.Common" Version="4.16.2" />
28+
<PackageReference Include="KY.Core.Common" Version="4.17.0" />
2929
</ItemGroup>
3030

3131
<ItemGroup>

CLI/KY.Generator.CLI.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
<Reference Include="Costura, Version=3.3.2.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL">
4141
<HintPath>..\packages\Costura.Fody.3.3.2\lib\net40\Costura.dll</HintPath>
4242
</Reference>
43-
<Reference Include="KY.Core.Common, Version=4.16.2.0, Culture=neutral, processorArchitecture=MSIL">
44-
<HintPath>..\packages\KY.Core.Common.4.16.2\lib\netstandard2.0\KY.Core.Common.dll</HintPath>
43+
<Reference Include="KY.Core.Common, Version=4.17.0.0, Culture=neutral, processorArchitecture=MSIL">
44+
<HintPath>..\packages\KY.Core.Common.4.17.0\lib\netstandard2.0\KY.Core.Common.dll</HintPath>
4545
</Reference>
4646
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
4747
<HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>

CLI/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("5.5.1")]
36-
[assembly: AssemblyFileVersion("5.5.1")]
35+
[assembly: AssemblyVersion("5.5.2")]
36+
[assembly: AssemblyFileVersion("5.5.2")]

CLI/nuget.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>KY.Generator.CLI</id>
55
<!-- Ensure nuget.targets version is also updated -->
6-
<version>5.5.1</version>
6+
<version>5.5.2</version>
77
<title>KY.Generator.CLI</title>
88
<authors>KY-Programming</authors>
99
<owners>KY-Programming</owners>

CLI/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<packages>
33
<package id="Costura.Fody" version="3.3.2" targetFramework="net461" />
44
<package id="Fody" version="3.3.5" targetFramework="net461" developmentDependency="true" />
5-
<package id="KY.Core.Common" version="4.16.2" targetFramework="net461" />
5+
<package id="KY.Core.Common" version="4.17.0" targetFramework="net461" />
66
<package id="Newtonsoft.Json" version="12.0.3" targetFramework="net461" />
77
</packages>

Core.Tests/KY.Generator.Core.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="KY.Core.Common" Version="4.16.2" />
10+
<PackageReference Include="KY.Core.Common" Version="4.17.0" />
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
1212
<PackageReference Include="MSTest.TestAdapter" Version="2.0.0" />
1313
<PackageReference Include="MSTest.TestFramework" Version="2.0.0" />

0 commit comments

Comments
 (0)