File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <TargetFramework >net6.0</TargetFramework >
4+ <PackageVersion >5.0.0</PackageVersion >
45 </PropertyGroup >
56 <PropertyGroup >
67 <Version >4.0.0</Version >
7- <FileVersion >4 .0.0</FileVersion >
8+ <FileVersion >5 .0.0</FileVersion >
89 <Authors >Ethan Hann</Authors >
910 <Description >Plugin-based queuing and scheduling command server.</Description >
10- <Copyright >Copyright © 2017 Ethan Hann</Copyright >
11+ <Copyright >Copyright © 2022 Ethan Hann</Copyright >
1112 <GeneratePackageOnBuild >false</GeneratePackageOnBuild >
1213 <PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
1314 </PropertyGroup >
Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
44 <TargetFramework >net6.0</TargetFramework >
5+ <PackageVersion >5.0.0</PackageVersion >
56 </PropertyGroup >
67
78 <PropertyGroup >
89 <Version >4.0.0</Version >
9- <FileVersion >4 .0.0</FileVersion >
10+ <FileVersion >5 .0.0</FileVersion >
1011 <Authors >Ethan Hann</Authors >
1112 <Description >Plugin-based queuing and scheduling command server.</Description >
12- <Copyright >Copyright © 2017 Ethan Hann</Copyright >
13+ <Copyright >Copyright © 2022 Ethan Hann</Copyright >
1314 </PropertyGroup >
1415 <ItemGroup >
1516 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.3.0" />
Original file line number Diff line number Diff line change 44 </PropertyGroup >
55 <PropertyGroup >
66 <Version >4.0.1</Version >
7- <FileVersion >4 .0.1 </FileVersion >
7+ <FileVersion >5 .0.0 </FileVersion >
88 <Authors >Ethan Hann</Authors >
99 <Description >Plugin-based queuing and scheduling command server.</Description >
10- <Copyright >Copyright © 2017 Ethan Hann</Copyright >
10+ <Copyright >Copyright © 2022 Ethan Hann</Copyright >
1111 <PackageId >InEngine.Core</PackageId >
12- <PackageVersion >4 .0.1 </PackageVersion >
12+ <PackageVersion >5 .0.0 </PackageVersion >
1313 <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
1414 <PackageTags >Integration Scheduler Queue Server Quartz.NET Redis</PackageTags >
1515 <PackageLicenseUrl >https://github.com/InEngine-NET/InEngine.NET/blob/master/LICENSE</PackageLicenseUrl >
Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <OutputType >Exe</OutputType >
44 <TargetFramework >net6.0</TargetFramework >
5+ <PackageVersion >5.0.0</PackageVersion >
56 </PropertyGroup >
67
78 <PropertyGroup >
89 <Version >4.0.0</Version >
9- <FileVersion >4 .0.0</FileVersion >
10+ <FileVersion >5 .0.0</FileVersion >
1011 <Authors >Ethan Hann</Authors >
1112 <Description >Plugin-based queuing and scheduling command server.</Description >
12- <Copyright >Copyright © 2017 Ethan Hann</Copyright >
13+ <Copyright >Copyright © 2022 Ethan Hann</Copyright >
1314 <Product >InEngine.NET</Product >
1415 <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
1516 <PackageLicenseUrl >https://github.com/InEngine-NET/InEngine.NET/blob/master/LICENSE</PackageLicenseUrl >
1617 <PackageProjectUrl >https://github.com/InEngine-NET/InEngine.NET</PackageProjectUrl >
17- <PackageIconUrl >https://inengine. net/images/inengine-logo-32.png</PackageIconUrl >
18+ <PackageIconUrl >https://inengine- net.github.io/InEngine.NET /images/inengine-logo-32.png</PackageIconUrl >
1819 <PackageTags >Integration Scheduler Queue Server Quartz.NET Redis</PackageTags >
1920 </PropertyGroup >
2021 <ItemGroup >
2526 <PackageReference Include =" NETStandard.Library" Version =" 2.0.1" />
2627 <PackageReference Include =" CommandLineParser" Version =" 1.9.71" />
2728 </ItemGroup >
28- <ItemGroup >
29- <Reference Include =" System.Configuration.Install" />
30- </ItemGroup >
3129 <ItemGroup >
3230 <None Update =" Install.ps1" >
3331 <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
You can’t perform that action at this time.
0 commit comments