Skip to content

Commit

Permalink
Bump version to 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarz committed Mar 1, 2016
1 parent 078d521 commit 307fe5d
Show file tree
Hide file tree
Showing 15 changed files with 31 additions and 31 deletions.
4 changes: 2 additions & 2 deletions src/Benchmarking/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion src/Benchmarking/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.2",
"version": "2.0.3",
"compilationOptions": {
"warningsAsErrors": false,
"define": [ "LINQ", "NDESK_OPTIONS" ],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.2",
"version": "2.0.3",
"compilationOptions": {
"warningsAsErrors": false,
"emitEntryPoint": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion src/CodeGeneration/Nest.Litterateur/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.2",
"version": "2.0.3",
"compilationOptions": {
"warningsAsErrors": false,
"emitEntryPoint": true
Expand Down
4 changes: 2 additions & 2 deletions src/Elasticsearch.Net/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch.Net/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand Down
4 changes: 2 additions & 2 deletions src/Nest/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion src/Nest/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand Down
4 changes: 2 additions & 2 deletions src/Profiling/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
6 changes: 3 additions & 3 deletions src/Profiling_Net45/Profiling.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<Import Project="..\..\packages\xunit.core\build\$(__paket__xunit_core_props).props" Condition="Exists('..\..\packages\xunit.core\build\$(__paket__xunit_core_props).props')" Label="Paket" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
Expand Down Expand Up @@ -44,8 +45,8 @@
</ItemGroup>
<ItemGroup>
<Compile Include="..\Profiling\**\*.cs">
<Link>%(RecursiveDir)%(Filename)%(Extension)</Link>
</Compile>
<Link>%(RecursiveDir)%(Filename)%(Extension)</Link>
</Compile>
<None Include="..\Profiling\App.config" />
<None Include="paket.references" />
</ItemGroup>
Expand Down Expand Up @@ -634,6 +635,5 @@
</ItemGroup>
</When>
</Choose>
<Import Project="..\..\packages\xunit.core\build\$(__paket__xunit_core_props).props" Condition="Exists('..\..\packages\xunit.core\build\$(__paket__xunit_core_props).props')" Label="Paket" />
<Import Project="..\..\packages\JetBrains.Profiler.Kernel.Windows.Api\build\JetBrains.Profiler.Kernel.Windows.Api.Targets" Condition="Exists('..\..\packages\JetBrains.Profiler.Kernel.Windows.Api\build\JetBrains.Profiler.Kernel.Windows.Api.Targets')" Label="Paket" />
</Project>
4 changes: 2 additions & 2 deletions src/Tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion src/Tests/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.2",
"version": "2.0.3",
"compilationOptions": {
"warningsAsErrors": false
},
Expand Down
16 changes: 8 additions & 8 deletions src/Tests_Net45/Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<Import Project="..\..\packages\xunit.core\build\$(__paket__xunit_core_props).props" Condition="Exists('..\..\packages\xunit.core\build\$(__paket__xunit_core_props).props')" Label="Paket" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
Expand Down Expand Up @@ -44,15 +45,15 @@
</ItemGroup>
<ItemGroup>
<Compile Include="..\Tests\**\*.cs">
<Link>%(RecursiveDir)%(Filename)%(Extension)</Link>
</Compile>
<Link>%(RecursiveDir)%(Filename)%(Extension)</Link>
</Compile>
<None Include="..\Tests\**\*.asciidoc">
<Link>%(RecursiveDir)%(Filename)%(Extension)</Link>
</None>
<Link>%(RecursiveDir)%(Filename)%(Extension)</Link>
</None>
<None Include="paket.references" />
<Content Include="..\Tests\**\*.png">
<Link>%(RecursiveDir)%(Filename)%(Extension)</Link>
</Content>
<Content Include="..\Tests\**\*.png">
<Link>%(RecursiveDir)%(Filename)%(Extension)</Link>
</Content>
<None Include="..\Tests\tests.yaml" />
</ItemGroup>
<ItemGroup>
Expand Down Expand Up @@ -789,5 +790,4 @@
</ItemGroup>
</When>
</Choose>
<Import Project="..\..\packages\xunit.core\build\$(__paket__xunit_core_props).props" Condition="Exists('..\..\packages\xunit.core\build\$(__paket__xunit_core_props).props')" Label="Paket" />
</Project>

0 comments on commit 307fe5d

Please sign in to comment.