Skip to content

Commit 4368fb9

Browse files
committed
Bump package versions and remove unused dep
1 parent df665ac commit 4368fb9

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

src/InEngine.Commands/InEngine.Commands.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
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>

src/InEngine.Core.Test/InEngine.Core.Test.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
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" />

src/InEngine.Core/InEngine.Core.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
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>

src/InEngine/InEngine.csproj

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,20 @@
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>
@@ -25,9 +26,6 @@
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>

0 commit comments

Comments
 (0)