Skip to content

Commit

Permalink
Bump version to 1.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
gjunge committed Jan 27, 2019
1 parent cad5cf1 commit 248965d
Show file tree
Hide file tree
Showing 15 changed files with 18 additions and 14 deletions.
2 changes: 1 addition & 1 deletion AutofacContrib.SolrNet/AutofacContrib.SolrNet.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net46;netstandard2.0</TargetFrameworks>
<Version>1.0.13</Version>
<Version>1.0.14</Version>
<RepositoryUrl>https://github.com/solrnet/solrnet</RepositoryUrl>
<PackageLicenseUrl>https://raw.githubusercontent.com/SolrNet/SolrNet/master/license.txt</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/solrnet/solrnet</PackageProjectUrl>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net46</TargetFrameworks>
<Version>1.0.13</Version>
<Version>1.0.14</Version>
<RepositoryUrl>https://github.com/solrnet/solrnet</RepositoryUrl>
<PackageLicenseUrl>https://raw.githubusercontent.com/SolrNet/SolrNet/master/license.txt</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/solrnet/solrnet</PackageProjectUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFrameworks>netstandard2.0;net46</TargetFrameworks>
<AssemblyName>CommonServiceLocator.SolrNet.Cloud</AssemblyName>
<RootNamespace>CommonServiceLocator.SolrNet.Cloud</RootNamespace>
<Version>1.0.13</Version>
<Version>1.0.14</Version>
<RepositoryUrl>https://github.com/solrnet/solrnet</RepositoryUrl>
<PackageLicenseUrl>https://raw.githubusercontent.com/SolrNet/SolrNet/master/license.txt</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/solrnet/solrnet</PackageProjectUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFrameworks>netstandard2.0;net46</TargetFrameworks>
<AssemblyName>CommonServiceLocator.SolrNet</AssemblyName>
<RootNamespace>CommonServiceLocator.SolrNet</RootNamespace>
<Version>1.0.13</Version>
<Version>1.0.14</Version>
<RepositoryUrl>https://github.com/solrnet/solrnet</RepositoryUrl>
<PackageLicenseUrl>https://raw.githubusercontent.com/SolrNet/SolrNet/master/license.txt</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/solrnet/solrnet</PackageProjectUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PackageIconUrl>https://github.com/solrnet/solrnet/raw/master/Documentation/solr.png</PackageIconUrl>
<Authors>Gidon Junge and contributors</Authors>
<Company />
<Version>1.0.13</Version>
<Version>1.0.14</Version>
<PackageId>SolrNet.Microsoft.DependencyInjection</PackageId>
<Product>SolrNet.Microsoft.DependencyInjection</Product>
<Description>SolrNet extensions for Microsoft.Extensions.DependencyInjection. SolrNet is a .NET Open Source client for Apache Solr. This version of SolrNet is compatible with Solr 1.x to Solr 7.x.</Description>
Expand Down
2 changes: 1 addition & 1 deletion NHibernate.SolrNet/NHibernate.SolrNet.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net46</TargetFrameworks>
<Version>1.0.13</Version>
<Version>1.0.14</Version>
<RepositoryUrl>https://github.com/solrnet/solrnet</RepositoryUrl>
<PackageLicenseUrl>https://raw.githubusercontent.com/SolrNet/SolrNet/master/license.txt</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/solrnet/solrnet</PackageProjectUrl>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net46;netstandard2.0</TargetFrameworks>
<Version>1.0.13</Version>
<Version>1.0.14</Version>
<RepositoryUrl>https://github.com/solrnet/solrnet</RepositoryUrl>
<PackageLicenseUrl>https://raw.githubusercontent.com/SolrNet/SolrNet/master/license.txt</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/solrnet/solrnet</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion SimpleInjector.SolrNet/SimpleInjector.SolrNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PackageIconUrl>https://github.com/solrnet/solrnet/raw/master/Documentation/solr.png</PackageIconUrl>
<Authors>jrmartins and contributors</Authors>
<Company />
<Version>1.0.13</Version>
<Version>1.0.14</Version>
<PackageId>SimpleInjector.SolrNet</PackageId>
<Product>SimpleInjector.SolrNet</Product>
<Description>SolrNet extensions for SimpleInjector. SolrNet is a .NET Open Source client for Apache Solr. This version of SolrNet is compatible with Solr 1.x to Solr 7.x.</Description>
Expand Down
2 changes: 1 addition & 1 deletion SolrNet.Cloud/SolrNet.Cloud.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net46</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>1.0.13</Version>
<Version>1.0.14</Version>
<Authors>Mauricio Scheffer and contributors</Authors>
<Company />
<Product>SolrNet.Cloud.Core</Product>
Expand Down
2 changes: 1 addition & 1 deletion SolrNet.DSL/SolrNet.DSL.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net46</TargetFrameworks>
<Version>1.0.13</Version>
<Version>1.0.14</Version>
<RepositoryUrl>https://github.com/solrnet/solrnet</RepositoryUrl>
<PackageLicenseUrl>https://raw.githubusercontent.com/SolrNet/SolrNet/master/license.txt</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/solrnet/solrnet</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion SolrNet/SolrNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net46</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>1.0.13</Version>
<Version>1.0.14</Version>
<Authors>Mauricio Scheffer and contributors</Authors>
<Company />
<Product>SolrNet</Product>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net46;netstandard2.0</TargetFrameworks>
<Version>1.0.13</Version>
<Version>1.0.14</Version>
<RepositoryUrl>https://github.com/solrnet/solrnet</RepositoryUrl>
<PackageLicenseUrl>https://raw.githubusercontent.com/SolrNet/SolrNet/master/license.txt</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/solrnet/solrnet</PackageProjectUrl>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net46</TargetFrameworks>
<Version>1.0.13</Version>
<Version>1.0.14</Version>
<RepositoryUrl>https://github.com/solrnet/solrnet</RepositoryUrl>
<PackageLicenseUrl>https://raw.githubusercontent.com/SolrNet/SolrNet/master/license.txt</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/solrnet/solrnet</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion Unity.SolrNetIntegration/Unity.SolrNetIntegration.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFrameworks>net46;netstandard2.0</TargetFrameworks>

<Version>1.0.13</Version>
<Version>1.0.14</Version>
<RepositoryUrl>https://github.com/solrnet/solrnet</RepositoryUrl>
<PackageLicenseUrl>https://raw.githubusercontent.com/SolrNet/SolrNet/master/license.txt</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/solrnet/solrnet</PackageProjectUrl>
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Change Log
## 1.0.14 (2019-01-27)
- Updated ZooKeeperNetEx version to 3.4.12.1 #467 (@karlomedallo)
- Fix SimpleInjector registration improvement fix issue #461 (@kaink4)

## 1.0.13 (2018-10-29)
- Perf Fix: have Microsoft Dependency Injection and SimpleInjector use MemoizingMappingManager. #452
- Various AutoSolrConnection improvements.
Expand Down

0 comments on commit 248965d

Please sign in to comment.