diff --git a/src/Benchmarking/Properties/AssemblyInfo.cs b/src/Benchmarking/Properties/AssemblyInfo.cs index 07975fda2c4..8c087f74662 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.4")] -[assembly: AssemblyInformationalVersionAttribute("2.0.4")] +[assembly: AssemblyFileVersionAttribute("2.0.5")] +[assembly: AssemblyInformationalVersionAttribute("2.0.5")] 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 d7a9ee5c368..e6b90e205c2 100644 --- a/src/Benchmarking/project.json +++ b/src/Benchmarking/project.json @@ -1,5 +1,5 @@ { - "version": "2.0.4", + "version": "2.0.5", "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 78ceb6c54e1..9f4c41d6596 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.4")] -[assembly: AssemblyInformationalVersionAttribute("2.0.4")] +[assembly: AssemblyFileVersionAttribute("2.0.5")] +[assembly: AssemblyInformationalVersionAttribute("2.0.5")] 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 310ffd84d97..3c80d8a2c28 100644 --- a/src/CodeGeneration/CodeGeneration.LowLevelClient/project.json +++ b/src/CodeGeneration/CodeGeneration.LowLevelClient/project.json @@ -1,5 +1,5 @@ { - "version": "2.0.4", + "version": "2.0.5", "compilationOptions": { "warningsAsErrors": false, "emitEntryPoint": true diff --git a/src/CodeGeneration/Nest.Litterateur/Properties/AssemblyInfo.cs b/src/CodeGeneration/Nest.Litterateur/Properties/AssemblyInfo.cs index d4c9dfc3ebf..6d0a9d13a74 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.4")] -[assembly: AssemblyInformationalVersionAttribute("2.0.4")] +[assembly: AssemblyFileVersionAttribute("2.0.5")] +[assembly: AssemblyInformationalVersionAttribute("2.0.5")] 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 c6ff939cb81..3365fd2e146 100644 --- a/src/CodeGeneration/Nest.Litterateur/project.json +++ b/src/CodeGeneration/Nest.Litterateur/project.json @@ -1,5 +1,5 @@ { - "version": "2.0.4", + "version": "2.0.5", "compilationOptions": { "warningsAsErrors": false, "emitEntryPoint": true diff --git a/src/Elasticsearch.Net/Properties/AssemblyInfo.cs b/src/Elasticsearch.Net/Properties/AssemblyInfo.cs index 3bd7450889a..20ee306b3c5 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.4")] -[assembly: AssemblyInformationalVersionAttribute("2.0.4")] +[assembly: AssemblyFileVersionAttribute("2.0.5")] +[assembly: AssemblyInformationalVersionAttribute("2.0.5")] 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 d05e07dbeaa..ea00f9507da 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.4", + "version": "2.0.5", "compilationOptions": { "warningsAsErrors": false }, diff --git a/src/Nest/Properties/AssemblyInfo.cs b/src/Nest/Properties/AssemblyInfo.cs index f93e9376860..d7483dc10ab 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.4")] -[assembly: AssemblyInformationalVersionAttribute("2.0.4")] +[assembly: AssemblyFileVersionAttribute("2.0.5")] +[assembly: AssemblyInformationalVersionAttribute("2.0.5")] 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 19978244705..92bbbac21af 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.4", + "version": "2.0.5", "compilationOptions": { "warningsAsErrors": false }, diff --git a/src/Profiling/Properties/AssemblyInfo.cs b/src/Profiling/Properties/AssemblyInfo.cs index 1961c297e25..f5613a37c6d 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.4")] -[assembly: AssemblyInformationalVersionAttribute("2.0.4")] +[assembly: AssemblyFileVersionAttribute("2.0.5")] +[assembly: AssemblyInformationalVersionAttribute("2.0.5")] namespace System { internal static class AssemblyVersionInformation { internal const string Version = "2.0.0"; diff --git a/src/Tests/Properties/AssemblyInfo.cs b/src/Tests/Properties/AssemblyInfo.cs index 93917224bf5..c4395a5cb6f 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.4")] -[assembly: AssemblyInformationalVersionAttribute("2.0.4")] +[assembly: AssemblyFileVersionAttribute("2.0.5")] +[assembly: AssemblyInformationalVersionAttribute("2.0.5")] 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 1ba5c5aa223..2a075a7b67c 100644 --- a/src/Tests/project.json +++ b/src/Tests/project.json @@ -1,5 +1,5 @@ { - "version": "2.0.4", + "version": "2.0.5", "compilationOptions": { "warningsAsErrors": false },