Skip to content

Commit

Permalink
Bump version to 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
gjunge committed May 14, 2018
1 parent 5c169f9 commit 5793e6c
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 13 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.8</Version>
<Version>1.0.9</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.8</Version>
<Version>1.0.9</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.8</Version>
<Version>1.0.9</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.8</Version>
<Version>1.0.9</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.8</Version>
<Version>1.0.9</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.8</Version>
<Version>1.0.9</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.8</Version>
<Version>1.0.9</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.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.8</Version>
<Version>1.0.9</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.8</Version>
<Version>1.0.9</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.8</Version>
<Version>1.0.9</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.8</Version>
<Version>1.0.9</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.8</Version>
<Version>1.0.9</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.8</Version>
<Version>1.0.9</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
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## 1.0.9
- Added missing properties to SolrFacetFieldQuery

## 1.0.8
- Microsoft Dependency Injection update: use AutoSolrConnection, and allow tweaking HttpClient on service configuration. #409
- Added ability to force the usage of the reflected type when adding a property mapping #407 (@davewut)
Expand Down

0 comments on commit 5793e6c

Please sign in to comment.