Skip to content

Commit

Permalink
Update to release 3.4.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
ocoanet committed Apr 28, 2018
1 parent 8bab5e5 commit f614b79
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 3.3.8.{build}
version: 3.4.0.{build}
image: Visual Studio 2017
build_script:
- ps: build\build.ps1 -Script build\build.cake -Target Build-Assembly
Expand Down
3 changes: 1 addition & 2 deletions src/Disruptor.Tests/Disruptor.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@
<AssemblyName>Disruptor.Tests</AssemblyName>
<RootNamespace>Disruptor.Tests</RootNamespace>
<Title>Disruptor.Tests</Title>
<TargetFrameworks>net452;netstandard2.0</TargetFrameworks>
<TargetFrameworks>net452;netcoreapp2.0</TargetFrameworks>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
</PropertyGroup>


<ItemGroup>
<None Remove="Disruptor.Tests.v3.ncrunchproject" />
</ItemGroup>
Expand Down
12 changes: 8 additions & 4 deletions src/Disruptor/Disruptor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,18 @@
<Title>Disruptor</Title>
<Product>Disruptor</Product>
<Description>A High Performance Inter-Thread Messaging Library</Description>
<Version>3.3.8</Version>
<InformationalVersion>3.3.8</InformationalVersion>
<FileVersion>3.3.8.0</FileVersion>
<LastPortedJavaRevision>e493637f11a787bc1baed47cd1bfaea534e2d506</LastPortedJavaRevision>
<Version>3.4.0</Version>
<InformationalVersion>3.4.0-alpha</InformationalVersion>
<FileVersion>3.4.0.0</FileVersion>
<LastPortedJavaRevision>a18f8198ab94590f0a5ec7c3378ba87f997ea670</LastPortedJavaRevision>
<TargetFrameworks>net452;netstandard2.0</TargetFrameworks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\Disruptor.xml</DocumentationFile>
</PropertyGroup>

<ItemGroup>
<Reference Include="netstandard" />
</ItemGroup>

<ItemGroup>
<None Remove="Disruptor.v3.ncrunchproject" />
Expand Down

0 comments on commit f614b79

Please sign in to comment.