Skip to content

Commit 3e32032

Browse files
committed
Bump version
1 parent b0428e2 commit 3e32032

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

src/InEngine.Commands/InEngine.Commands.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<TargetFrameworks>net47;net462;net461</TargetFrameworks>
44
</PropertyGroup>
55
<PropertyGroup>
6-
<Version>3.4.0</Version>
7-
<FileVersion>3.4.0</FileVersion>
6+
<Version>3.5.0</Version>
7+
<FileVersion>3.5.0</FileVersion>
88
<Authors>Ethan Hann</Authors>
99
<Description>Plugin-based queuing and scheduling command server.</Description>
1010
<Copyright>Copyright © 2017 Ethan Hann</Copyright>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
</PropertyGroup>
66

77
<PropertyGroup>
8-
<Version>3.4.0</Version>
9-
<FileVersion>3.4.0</FileVersion>
8+
<Version>3.5.0</Version>
9+
<FileVersion>3.5.0</FileVersion>
1010
<Authors>Ethan Hann</Authors>
1111
<Description>Plugin-based queuing and scheduling command server.</Description>
1212
<Copyright>Copyright © 2017 Ethan Hann</Copyright>

src/InEngine.Core/InEngine.Core.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<TargetFrameworks>net47;net462;net461</TargetFrameworks>
44
</PropertyGroup>
55
<PropertyGroup>
6-
<Version>3.4.0</Version>
7-
<FileVersion>3.4.0</FileVersion>
6+
<Version>3.5.0</Version>
7+
<FileVersion>3.5.0</FileVersion>
88
<Authors>Ethan Hann</Authors>
99
<Description>Plugin-based queuing and scheduling command server.</Description>
1010
<Copyright>Copyright © 2017 Ethan Hann</Copyright>
1111
<PackageId>InEngine.Core</PackageId>
12-
<PackageVersion>3.4.0-beta3</PackageVersion>
12+
<PackageVersion>3.5.0-alpha1</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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
</PropertyGroup>
66

77
<PropertyGroup>
8-
<Version>3.4.0</Version>
9-
<FileVersion>3.4.0</FileVersion>
8+
<Version>3.5.0</Version>
9+
<FileVersion>3.5.0</FileVersion>
1010
<Authors>Ethan Hann</Authors>
1111
<Description>Plugin-based queuing and scheduling command server.</Description>
1212
<Copyright>Copyright © 2017 Ethan Hann</Copyright>
1313
<Product>InEngine.NET</Product>
14-
<PackageVersion>3.4.0-beta3</PackageVersion>
14+
<PackageVersion>3.5.0-alpha1</PackageVersion>
1515
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1616
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
1717
<PackageLicenseUrl>https://github.com/InEngine-NET/InEngine.NET/blob/master/LICENSE</PackageLicenseUrl>

0 commit comments

Comments
 (0)