diff --git a/src/Benchmarking/Properties/AssemblyInfo.cs b/src/Benchmarking/Properties/AssemblyInfo.cs index 793f3a12c36..b3887a0b785 100644 --- a/src/Benchmarking/Properties/AssemblyInfo.cs +++ b/src/Benchmarking/Properties/AssemblyInfo.cs @@ -7,8 +7,8 @@ [assembly: AssemblyCompanyAttribute("Elasticsearch")] [assembly: AssemblyConfigurationAttribute("Release")] [assembly: AssemblyVersionAttribute("2.0.0")] -[assembly: AssemblyFileVersionAttribute("2.0.2")] -[assembly: AssemblyInformationalVersionAttribute("2.0.2")] +[assembly: AssemblyFileVersionAttribute("2.0.3")] +[assembly: AssemblyInformationalVersionAttribute("2.0.3")] namespace System { internal static class AssemblyVersionInformation { internal const string Version = "2.0.0"; diff --git a/src/Benchmarking/project.json b/src/Benchmarking/project.json index 3fde029cd7c..3de053b1575 100644 --- a/src/Benchmarking/project.json +++ b/src/Benchmarking/project.json @@ -1,5 +1,5 @@ { - "version": "2.0.2", + "version": "2.0.3", "compilationOptions": { "warningsAsErrors": false, "define": [ "LINQ", "NDESK_OPTIONS" ], diff --git a/src/CodeGeneration/CodeGeneration.LowLevelClient/Properties/AssemblyInfo.cs b/src/CodeGeneration/CodeGeneration.LowLevelClient/Properties/AssemblyInfo.cs index cde4b77f297..67283dac095 100644 --- a/src/CodeGeneration/CodeGeneration.LowLevelClient/Properties/AssemblyInfo.cs +++ b/src/CodeGeneration/CodeGeneration.LowLevelClient/Properties/AssemblyInfo.cs @@ -7,8 +7,8 @@ [assembly: AssemblyCompanyAttribute("Elasticsearch")] [assembly: AssemblyConfigurationAttribute("Release")] [assembly: AssemblyVersionAttribute("2.0.0")] -[assembly: AssemblyFileVersionAttribute("2.0.2")] -[assembly: AssemblyInformationalVersionAttribute("2.0.2")] +[assembly: AssemblyFileVersionAttribute("2.0.3")] +[assembly: AssemblyInformationalVersionAttribute("2.0.3")] namespace System { internal static class AssemblyVersionInformation { internal const string Version = "2.0.0"; diff --git a/src/CodeGeneration/CodeGeneration.LowLevelClient/project.json b/src/CodeGeneration/CodeGeneration.LowLevelClient/project.json index 5448a925342..68a1e445d55 100644 --- a/src/CodeGeneration/CodeGeneration.LowLevelClient/project.json +++ b/src/CodeGeneration/CodeGeneration.LowLevelClient/project.json @@ -1,5 +1,5 @@ { - "version": "2.0.2", + "version": "2.0.3", "compilationOptions": { "warningsAsErrors": false, "emitEntryPoint": true diff --git a/src/CodeGeneration/Nest.Litterateur/Properties/AssemblyInfo.cs b/src/CodeGeneration/Nest.Litterateur/Properties/AssemblyInfo.cs index 10100484db3..468513cca05 100644 --- a/src/CodeGeneration/Nest.Litterateur/Properties/AssemblyInfo.cs +++ b/src/CodeGeneration/Nest.Litterateur/Properties/AssemblyInfo.cs @@ -7,8 +7,8 @@ [assembly: AssemblyCompanyAttribute("Elasticsearch")] [assembly: AssemblyConfigurationAttribute("Release")] [assembly: AssemblyVersionAttribute("2.0.0")] -[assembly: AssemblyFileVersionAttribute("2.0.2")] -[assembly: AssemblyInformationalVersionAttribute("2.0.2")] +[assembly: AssemblyFileVersionAttribute("2.0.3")] +[assembly: AssemblyInformationalVersionAttribute("2.0.3")] namespace System { internal static class AssemblyVersionInformation { internal const string Version = "2.0.0"; diff --git a/src/CodeGeneration/Nest.Litterateur/project.json b/src/CodeGeneration/Nest.Litterateur/project.json index 835f02aff53..9183fa4550f 100644 --- a/src/CodeGeneration/Nest.Litterateur/project.json +++ b/src/CodeGeneration/Nest.Litterateur/project.json @@ -1,5 +1,5 @@ { - "version": "2.0.2", + "version": "2.0.3", "compilationOptions": { "warningsAsErrors": false, "emitEntryPoint": true diff --git a/src/Elasticsearch.Net/Properties/AssemblyInfo.cs b/src/Elasticsearch.Net/Properties/AssemblyInfo.cs index a3418b7c125..05fc33018be 100644 --- a/src/Elasticsearch.Net/Properties/AssemblyInfo.cs +++ b/src/Elasticsearch.Net/Properties/AssemblyInfo.cs @@ -7,8 +7,8 @@ [assembly: AssemblyCompanyAttribute("Elasticsearch")] [assembly: AssemblyConfigurationAttribute("Release")] [assembly: AssemblyVersionAttribute("2.0.0")] -[assembly: AssemblyFileVersionAttribute("2.0.2")] -[assembly: AssemblyInformationalVersionAttribute("2.0.2")] +[assembly: AssemblyFileVersionAttribute("2.0.3")] +[assembly: AssemblyInformationalVersionAttribute("2.0.3")] namespace System { internal static class AssemblyVersionInformation { internal const string Version = "2.0.0"; diff --git a/src/Elasticsearch.Net/project.json b/src/Elasticsearch.Net/project.json index 4c9682b1f71..5f2eb106ea4 100644 --- a/src/Elasticsearch.Net/project.json +++ b/src/Elasticsearch.Net/project.json @@ -24,7 +24,7 @@ "url": "https://github.com/elastic/elasticsearch-net" }, "copyright": "2014-2016 Elasticsearch BV", - "version": "2.0.2", + "version": "2.0.3", "compilationOptions": { "warningsAsErrors": false }, diff --git a/src/Nest/Properties/AssemblyInfo.cs b/src/Nest/Properties/AssemblyInfo.cs index ebaa1f26eff..59cc79dc238 100644 --- a/src/Nest/Properties/AssemblyInfo.cs +++ b/src/Nest/Properties/AssemblyInfo.cs @@ -7,8 +7,8 @@ [assembly: AssemblyCompanyAttribute("Elasticsearch")] [assembly: AssemblyConfigurationAttribute("Release")] [assembly: AssemblyVersionAttribute("2.0.0")] -[assembly: AssemblyFileVersionAttribute("2.0.2")] -[assembly: AssemblyInformationalVersionAttribute("2.0.2")] +[assembly: AssemblyFileVersionAttribute("2.0.3")] +[assembly: AssemblyInformationalVersionAttribute("2.0.3")] namespace System { internal static class AssemblyVersionInformation { internal const string Version = "2.0.0"; diff --git a/src/Nest/project.json b/src/Nest/project.json index 7686423f14b..0262da891a3 100644 --- a/src/Nest/project.json +++ b/src/Nest/project.json @@ -24,7 +24,7 @@ "url": "https://github.com/elastic/elasticsearch-net" }, "copyright": "2014-2016 Elasticsearch BV", - "version": "2.0.2", + "version": "2.0.3", "compilationOptions": { "warningsAsErrors": false }, diff --git a/src/Profiling/Properties/AssemblyInfo.cs b/src/Profiling/Properties/AssemblyInfo.cs index 3ad425d3282..97e592ec0f7 100644 --- a/src/Profiling/Properties/AssemblyInfo.cs +++ b/src/Profiling/Properties/AssemblyInfo.cs @@ -7,8 +7,8 @@ [assembly: AssemblyCompanyAttribute("Elasticsearch")] [assembly: AssemblyConfigurationAttribute("Release")] [assembly: AssemblyVersionAttribute("2.0.0")] -[assembly: AssemblyFileVersionAttribute("2.0.2")] -[assembly: AssemblyInformationalVersionAttribute("2.0.2")] +[assembly: AssemblyFileVersionAttribute("2.0.3")] +[assembly: AssemblyInformationalVersionAttribute("2.0.3")] namespace System { internal static class AssemblyVersionInformation { internal const string Version = "2.0.0"; diff --git a/src/Profiling_Net45/Profiling.csproj b/src/Profiling_Net45/Profiling.csproj index fb87edb49d8..091093029d2 100644 --- a/src/Profiling_Net45/Profiling.csproj +++ b/src/Profiling_Net45/Profiling.csproj @@ -1,6 +1,7 @@  + Debug AnyCPU @@ -44,8 +45,8 @@ - %(RecursiveDir)%(Filename)%(Extension) - + %(RecursiveDir)%(Filename)%(Extension) + @@ -634,6 +635,5 @@ - \ No newline at end of file diff --git a/src/Tests/Properties/AssemblyInfo.cs b/src/Tests/Properties/AssemblyInfo.cs index 66902061cca..29b429f162d 100644 --- a/src/Tests/Properties/AssemblyInfo.cs +++ b/src/Tests/Properties/AssemblyInfo.cs @@ -7,8 +7,8 @@ [assembly: AssemblyCompanyAttribute("Elasticsearch")] [assembly: AssemblyConfigurationAttribute("Release")] [assembly: AssemblyVersionAttribute("2.0.0")] -[assembly: AssemblyFileVersionAttribute("2.0.2")] -[assembly: AssemblyInformationalVersionAttribute("2.0.2")] +[assembly: AssemblyFileVersionAttribute("2.0.3")] +[assembly: AssemblyInformationalVersionAttribute("2.0.3")] namespace System { internal static class AssemblyVersionInformation { internal const string Version = "2.0.0"; diff --git a/src/Tests/project.json b/src/Tests/project.json index 95cc9bec662..d753d6adbe4 100644 --- a/src/Tests/project.json +++ b/src/Tests/project.json @@ -1,5 +1,5 @@ { - "version": "2.0.2", + "version": "2.0.3", "compilationOptions": { "warningsAsErrors": false }, diff --git a/src/Tests_Net45/Tests.csproj b/src/Tests_Net45/Tests.csproj index 190548887e0..47a6293eba2 100644 --- a/src/Tests_Net45/Tests.csproj +++ b/src/Tests_Net45/Tests.csproj @@ -1,6 +1,7 @@  + Debug AnyCPU @@ -44,15 +45,15 @@ - %(RecursiveDir)%(Filename)%(Extension) - + %(RecursiveDir)%(Filename)%(Extension) + - %(RecursiveDir)%(Filename)%(Extension) - + %(RecursiveDir)%(Filename)%(Extension) + - - %(RecursiveDir)%(Filename)%(Extension) - + + %(RecursiveDir)%(Filename)%(Extension) + @@ -789,5 +790,4 @@ - \ No newline at end of file