Skip to content

Commit

Permalink
Updating version to 8.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaxx committed Nov 13, 2020
1 parent f4e6cf8 commit d75dbee
Show file tree
Hide file tree
Showing 18 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
- run: dotnet restore NEsperAll.sln
- run: msbuild NEsper.proj
- store_artifacts:
path: build/NEsper-8.5.0.zip
path: build/NEsper-8.5.1.zip
- store_artifacts:
path: build/packages
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</PropertyGroup>

<PropertyGroup>
<VersionPrefix Condition="'$(VersionPrefix)' == ''">8.5.0</VersionPrefix>
<VersionPrefix Condition="'$(VersionPrefix)' == ''">8.5.1</VersionPrefix>
<VersionSuffix Condition="'$(VersionSuffix)' == ''"></VersionSuffix>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion NEsper.Documentation/NEsper.Documentation.shfbproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<Name>NEsper.Documentation</Name>
<!-- SHFB properties -->
<FrameworkVersion>.NET Framework 4.6.2</FrameworkVersion>
<OutputPath>..\build\NEsper-8.5.0\docs\</OutputPath>
<OutputPath>..\build\NEsper-8.5.1\docs\</OutputPath>
<HtmlHelpName>NEsper</HtmlHelpName>
<Language>en-US</Language>
<TransformComponentArguments>
Expand Down
4 changes: 2 additions & 2 deletions NEsper.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>NEsper</id>
<version>8.5.0</version>
<version>8.5.1</version>
<authors>EsperTech</authors>
<owners>EsperTech</owners>
<language>en-us</language>
Expand All @@ -27,7 +27,7 @@
</metadata>

<files>
<file src="build\NEsper-8.5.0\lib\**" target="lib\{framework name}[{version}]" />
<file src="build\NEsper-8.5.1\lib\**" target="lib\{framework name}[{version}]" />
</files>
</package>

2 changes: 1 addition & 1 deletion NEsper.proj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<SolutionDir>$(MSBuildProjectDirectory)</SolutionDir>
<!-- Distribution version -->
<Version Condition=" '$(CCNetLabel)' != '' ">$(CCNetLabel)</Version>
<Version Condition=" '$(Version)' == '' ">8.5.0</Version>
<Version Condition=" '$(Version)' == '' ">8.5.1</Version>

<!-- Build Directories -->
<BuildPath>$(MSBuildProjectDirectory)\build</BuildPath>
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.5.0
8.5.1
2 changes: 1 addition & 1 deletion buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ env:
variables:
MASTER_PROJECT: .\NEsper.proj
PACKAGE_DIRECTORY: .\packages
VERSION: 8.5.0
VERSION: 8.5.1

phases:
build:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public ModuleCompileTimeServices(
ViewResolutionService = viewResolutionService;
XmlFragmentEventTypeFactory = xmlFragmentEventTypeFactory;

#region ESPER_8.5.0
#region ESPER_8.5.1
ClassProvidedCompileTimeRegistry = classProvidedCompileTimeRegistry;
ClassProvidedCompileTimeResolver = classProvidedCompileTimeResolver;
SerdeEventTypeRegistry = serdeEventTypeRegistry;
Expand Down Expand Up @@ -161,7 +161,7 @@ public ModuleCompileTimeServices(IContainer container)
ViewResolutionService = null;
XmlFragmentEventTypeFactory = null;

#region ESPER_8.5.0
#region ESPER_8.5.1
ClassProvidedCompileTimeRegistry = null;
ClassProvidedCompileTimeResolver = null;
SerdeEventTypeRegistry = null;
Expand Down Expand Up @@ -235,7 +235,7 @@ public ModuleCompileTimeServices(IContainer container)

public DataFlowCompileTimeRegistry DataFlowCompileTimeRegistry { get; } = new DataFlowCompileTimeRegistry();

#region ESPER_8.5.0
#region ESPER_8.5.1
public ClassProvidedCompileTimeRegistry ClassProvidedCompileTimeRegistry { get; }

public ClassProvidedCompileTimeResolver ClassProvidedCompileTimeResolver { get; }
Expand Down
2 changes: 1 addition & 1 deletion src/NEsper.Compiler/internal/util/CompilerVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ namespace com.espertech.esper.compiler.@internal.util
{
public class CompilerVersion
{
public const string COMPILER_VERSION = "8.5.0";
public const string COMPILER_VERSION = "8.5.1";
}
} // end of namespace
2 changes: 1 addition & 1 deletion src/NEsper.Compiler/internal/util/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace com.espertech.esper.compiler.@internal.util
public class Version
{
public static string COMPILER_VERSION {
get => "8.5.0";
get => "8.5.1";
}
}
} // end of namespace
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// </auto-generated>
//------------------------------------------------------------------------------

// Generated from C:\Src\Espertech\NEsper-8.5.0\NEsper\grammar\EsperEPL2Grammar.g4 by ANTLR 4.7.1
// Generated from C:\Src\Espertech\NEsper-8.5.1\NEsper\grammar\EsperEPL2Grammar.g4 by ANTLR 4.7.1

// Unreachable code detected
#pragma warning disable 0162
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// </auto-generated>
//------------------------------------------------------------------------------

// Generated from C:\Src\Espertech\NEsper-8.5.0\NEsper\grammar\EsperEPL2Grammar.g4 by ANTLR 4.7.1
// Generated from C:\Src\Espertech\NEsper-8.5.1\NEsper\grammar\EsperEPL2Grammar.g4 by ANTLR 4.7.1

// Unreachable code detected
#pragma warning disable 0162
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// </auto-generated>
//------------------------------------------------------------------------------

// Generated from C:\Src\Espertech\NEsper-8.5.0\NEsper\grammar\EsperEPL2Grammar.g4 by ANTLR 4.7.1
// Generated from C:\Src\Espertech\NEsper-8.5.1\NEsper\grammar\EsperEPL2Grammar.g4 by ANTLR 4.7.1

// Unreachable code detected
#pragma warning disable 0162
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// </auto-generated>
//------------------------------------------------------------------------------

// Generated from C:\Src\Espertech\NEsper-8.5.0\NEsper\grammar\EsperEPL2Grammar.g4 by ANTLR 4.7.1
// Generated from C:\Src\Espertech\NEsper-8.5.1\NEsper\grammar\EsperEPL2Grammar.g4 by ANTLR 4.7.1

// Unreachable code detected
#pragma warning disable 0162
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// </auto-generated>
//------------------------------------------------------------------------------

// Generated from C:\Src\Espertech\NEsper-8.5.0\NEsper\grammar\EsperEPL2Grammar.g4 by ANTLR 4.7.1
// Generated from C:\Src\Espertech\NEsper-8.5.1\NEsper\grammar\EsperEPL2Grammar.g4 by ANTLR 4.7.1

// Unreachable code detected
#pragma warning disable 0162
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// </auto-generated>
//------------------------------------------------------------------------------

// Generated from C:\Src\Espertech\NEsper-8.5.0\NEsper\grammar\EsperEPL2Grammar.g4 by ANTLR 4.7.1
// Generated from C:\Src\Espertech\NEsper-8.5.1\NEsper\grammar\EsperEPL2Grammar.g4 by ANTLR 4.7.1

// Unreachable code detected
#pragma warning disable 0162
Expand Down
2 changes: 1 addition & 1 deletion src/NEsper.Runtime/client/util/RuntimeVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class RuntimeVersion
/// <summary>
/// Current runtime version.
/// </summary>
public const string RUNTIME_VERSION = "8.5.0";
public const string RUNTIME_VERSION = "8.5.1";

/// <summary>
/// Current runtime major version.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public void Run(RegressionEnvironment env)
EPCompiled compiled = EPCompiledIOUtil.Read(new File(file));

var versionMismatchMsg =
"Major or minor version of compiler and runtime mismatch; The runtime version is 8.5.0 and the compiler version of the compiled unit is 8.0.0";
"Major or minor version of compiler and runtime mismatch; The runtime version is 8.5.1 and the compiler version of the compiled unit is 8.0.0";
AssertMessage(
Assert.Throws<EPDeployDeploymentVersionException>(
() => env.Runtime.DeploymentService.Deploy(compiled)),
Expand All @@ -51,7 +51,7 @@ public void Run(RegressionEnvironment env)
AssertMessage(
Assert.Throws<EPException>(
() => env.Runtime.FireAndForgetService.ExecuteQuery(compiled)),
"Major or minor version of compiler and runtime mismatch; The runtime version is 8.5.0 and the compiler version of the compiled unit is 8.0.0");
"Major or minor version of compiler and runtime mismatch; The runtime version is 8.5.1 and the compiler version of the compiled unit is 8.0.0");
#endif
}
}
Expand Down

0 comments on commit d75dbee

Please sign in to comment.