Skip to content

Commit 2a8bd85

Browse files
committed
Removed unusable WebApi and Unity projects
1 parent ced125f commit 2a8bd85

File tree

24 files changed

+144
-366
lines changed

24 files changed

+144
-366
lines changed

SharpRepository.Caching.AppFabric/SharpRepository.Caching.AppFabric.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
22
<PropertyGroup>
3-
<TargetFramework>net461</TargetFramework>
3+
<TargetFramework>net46</TargetFramework>
44
<Authors>Ben Griswold, Jeff Treuting</Authors>
55
<Description>SharpRepository is a generic repository</Description>
66
<Summary>Written in C#, includes support for various relational, document and object databases including Entity Framework, RavenDB, MongoDB, CouchDB and Db4o. SharpRepository includes Xml and InMemory repository implementations as well. SharpRepository offers built-in caching options for AppFabric, memcached and the standard System.Runtime.Caching. SharpRepository also supports Specifications, FetchStrategies, Batches and Traits!</Summary>
77
<PackageId>SharpRepository.Caching.AppFabric</PackageId>
8-
<PackageVersion>2.0.0-alpha2</PackageVersion>
9-
<PackageReleaseNotes>2.0.0-alpha2: merge all code</PackageReleaseNotes>
8+
<PackageVersion>2.0.1-alpha3</PackageVersion>
9+
<PackageReleaseNotes>2.0.1-alpha3: targets 4.6.0</PackageReleaseNotes>
1010
<PackageTags>SharpRepository Repository Cache AppFabric</PackageTags>
1111
<PackageIconUrl>https://user-images.githubusercontent.com/6349515/28491142-7b6350c4-6eeb-11e7-9c5b-e3b8ef1e73b8.png</PackageIconUrl>
1212
<PackageProjectUrl>https://github.com/SharpRepository/SharpRepository</PackageProjectUrl>
1313
<PackageLicenseUrl>https://raw.githubusercontent.com/SharpRepository/SharpRepository/master/license.txt</PackageLicenseUrl>
1414
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1515
<RepositoryUrl>https://github.com/SharpRepository/SharpRepository.git</RepositoryUrl>
1616
<RepositoryType>git</RepositoryType>
17-
<Version>2.0.0-alpha2</Version>
17+
<Version>2.0.1-alpha3</Version>
1818
</PropertyGroup>
1919
<ItemGroup>
2020
<PackageReference Include="ServerAppFabric.Client" Version="1.1.2106.32" />

SharpRepository.Caching.Memcached/SharpRepository.Caching.Memcached.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
22
<PropertyGroup>
3-
<TargetFramework>net461</TargetFramework>
3+
<TargetFramework>net46</TargetFramework>
44
<Authors>Ben Griswold, Jeff Treuting</Authors>
55
<Description>SharpRepository is a generic repository</Description>
66
<Summary>Written in C#, includes support for various relational, document and object databases including Entity Framework, RavenDB, MongoDB, CouchDB and Db4o. SharpRepository includes Xml and InMemory repository implementations as well. SharpRepository offers built-in caching options for AppFabric, memcached and the standard System.Runtime.Caching. SharpRepository also supports Specifications, FetchStrategies, Batches and Traits!</Summary>
77
<PackageId>SharpRepository.Caching.Memcached</PackageId>
8-
<PackageVersion>2.0.0-alpha2</PackageVersion>
9-
<PackageReleaseNotes>2.0.0-alpha2: merge all code, uses ninject 4 beta</PackageReleaseNotes>
8+
<PackageVersion>2.0.1-alpha3</PackageVersion>
9+
<PackageReleaseNotes>2.0.1-alpha3: targets 4.6.0</PackageReleaseNotes>
1010
<PackageTags>SharpRepository Repository Cache Memcached</PackageTags>
1111
<PackageIconUrl>https://user-images.githubusercontent.com/6349515/28491142-7b6350c4-6eeb-11e7-9c5b-e3b8ef1e73b8.png</PackageIconUrl>
1212
<PackageProjectUrl>https://github.com/SharpRepository/SharpRepository</PackageProjectUrl>
1313
<PackageLicenseUrl>https://raw.githubusercontent.com/SharpRepository/SharpRepository/master/license.txt</PackageLicenseUrl>
1414
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1515
<RepositoryUrl>https://github.com/SharpRepository/SharpRepository.git</RepositoryUrl>
1616
<RepositoryType>git</RepositoryType>
17-
<Version>2.0.0-alpha2</Version>
17+
<Version>2.0.1-alpha3</Version>
1818
</PropertyGroup>
1919
<ItemGroup>
2020
<PackageReference Include="EnyimMemcached" Version="2.16.0" />

SharpRepository.Caching.Redis/SharpRepository.Caching.Redis.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
22
<PropertyGroup>
3-
<TargetFrameworks>netstandard2.0;netstandard1.5</TargetFrameworks>
3+
<TargetFrameworks>netstandard1.5</TargetFrameworks>
44
<Authors>Ben Griswold, Jeff Treuting</Authors>
55
<Description>SharpRepository is a generic repository</Description>
66
<Summary>Written in C#, includes support for various relational, document and object databases including Entity Framework, RavenDB, MongoDB, CouchDB and Db4o. SharpRepository includes Xml and InMemory repository implementations as well. SharpRepository offers built-in caching options for AppFabric, memcached and the standard System.Runtime.Caching. SharpRepository also supports Specifications, FetchStrategies, Batches and Traits!</Summary>
77
<PackageId>SharpRepository.Caching.Redis</PackageId>
8-
<PackageVersion>2.0.0-alpha2</PackageVersion>
9-
<PackageReleaseNotes>2.0.0-alpha2: merge all code</PackageReleaseNotes>
8+
<PackageVersion>2.0.1-alpha3</PackageVersion>
9+
<PackageReleaseNotes>2.0.1-alpha3: useless multitaget on 2.0 removed</PackageReleaseNotes>
1010
<PackageTags>SharpRepository Repository Redis Cache</PackageTags>
1111
<PackageIconUrl>https://user-images.githubusercontent.com/6349515/28491142-7b6350c4-6eeb-11e7-9c5b-e3b8ef1e73b8.png</PackageIconUrl>
1212
<PackageProjectUrl>https://github.com/SharpRepository/SharpRepository</PackageProjectUrl>

SharpRepository.Caching.WindowsAzure/SharpRepository.Caching.WindowsAzure.csproj

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
11
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
22
<PropertyGroup>
3-
<TargetFramework>net461</TargetFramework>
3+
<TargetFramework>net46</TargetFramework>
44
<Product>SharpRepository WebApi</Product>
55
<Authors>Ben Griswold, Jeff Treuting</Authors>
66
<Description>SharpRepository is a generic repository</Description>
77
<Summary>Written in C#, includes support for various relational, document and object databases including Entity Framework, RavenDB, MongoDB, CouchDB and Db4o. SharpRepository includes Xml and InMemory repository implementations as well. SharpRepository offers built-in caching options for AppFabric, memcached and the standard System.Runtime.Caching. SharpRepository also supports Specifications, FetchStrategies, Batches and Traits!</Summary>
88
<PackageId>SharpRepository.Caching.WindowsAzure</PackageId>
9-
<PackageVersion>2.0.0-alpha2</PackageVersion>
10-
<PackageReleaseNotes>2.0.0-alpha2: merge all code</PackageReleaseNotes>
9+
<PackageVersion>2.0.1-alpha3</PackageVersion>
10+
<PackageReleaseNotes>2.0.1-alpha3: targets 4.6.0</PackageReleaseNotes>
1111
<PackageTags>SharpRepository Repository Cache Azure</PackageTags>
1212
<PackageIconUrl>https://user-images.githubusercontent.com/6349515/28491142-7b6350c4-6eeb-11e7-9c5b-e3b8ef1e73b8.png</PackageIconUrl>
1313
<PackageProjectUrl>https://github.com/SharpRepository/SharpRepository</PackageProjectUrl>
1414
<PackageLicenseUrl>https://raw.githubusercontent.com/SharpRepository/SharpRepository/master/license.txt</PackageLicenseUrl>
1515
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1616
<RepositoryUrl>https://github.com/SharpRepository/SharpRepository.git</RepositoryUrl>
1717
<RepositoryType>git</RepositoryType>
18-
<Version>2.0.0-alpha2</Version>
19-
<FileVersion>2.0.0.0</FileVersion>
20-
18+
<Version>2.0.1-alpha2</Version>
2119
</PropertyGroup>
2220
<ItemGroup>
2321
<PackageReference Include="WindowsAzure.Caching" Version="1.7.0" />
Lines changed: 12 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,25 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
32
<PropertyGroup>
4-
<TargetFramework>net461</TargetFramework>
5-
<Authors>Ben Griswold, Jeff Treuting</Authors>
3+
<TargetFramework>net46</TargetFramework>
4+
<Authors>Ben Griswold, Jeff Treuting</Authors>
65
<Description>SharpRepository is a generic repository</Description>
76
<Summary>Written in C#, includes support for various relational, document and object databases including Entity Framework, RavenDB, MongoDB, CouchDB and Db4o. SharpRepository includes Xml and InMemory repository implementations as well. SharpRepository offers built-in caching options for AppFabric, memcached and the standard System.Runtime.Caching. SharpRepository also supports Specifications, FetchStrategies, Batches and Traits!</Summary>
8-
<PackageId>SharpRepository.Db4oRepository</PackageId>
9-
<PackageVersion>2.0.0-alpha2</PackageVersion>
10-
<PackageReleaseNotes>2.0.0-alpha2: merge all code</PackageReleaseNotes>
11-
<PackageTags>SharpRepository Repository db4o Db4oRepository</PackageTags>
12-
<PackageIconUrl>https://user-images.githubusercontent.com/6349515/28491142-7b6350c4-6eeb-11e7-9c5b-e3b8ef1e73b8.png</PackageIconUrl>
13-
<PackageProjectUrl>https://github.com/SharpRepository/SharpRepository</PackageProjectUrl>
14-
<PackageLicenseUrl>https://raw.githubusercontent.com/SharpRepository/SharpRepository/master/license.txt</PackageLicenseUrl>
15-
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
7+
<PackageId>SharpRepository.Db4oRepository</PackageId>
8+
<PackageVersion>2.0.1-alpha3</PackageVersion>
9+
<PackageReleaseNotes>2.0.1-alpha3: targets framework 4.6.0</PackageReleaseNotes>
10+
<PackageTags>SharpRepository Repository db4o Db4oRepository</PackageTags>
11+
<PackageIconUrl>https://user-images.githubusercontent.com/6349515/28491142-7b6350c4-6eeb-11e7-9c5b-e3b8ef1e73b8.png</PackageIconUrl>
12+
<PackageProjectUrl>https://github.com/SharpRepository/SharpRepository</PackageProjectUrl>
13+
<PackageLicenseUrl>https://raw.githubusercontent.com/SharpRepository/SharpRepository/master/license.txt</PackageLicenseUrl>
14+
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1615
<RepositoryUrl>https://github.com/SharpRepository/SharpRepository.git</RepositoryUrl>
17-
<RepositoryType>git</RepositoryType>
18-
<AssemblyVersion>2.0.0.0</AssemblyVersion>
19-
<FileVersion>2.0.0.0</FileVersion>
20-
<Version>2.0.0-alpha2</Version>
16+
<RepositoryType>git</RepositoryType>
17+
<Version>2.0.1-alpha1</Version>
2118
</PropertyGroup>
22-
23-
<ItemGroup>
24-
<Folder Include="Properties\" />
25-
<Folder Include="Properties\" />
26-
<Folder Include="Properties\" />
27-
</ItemGroup>
28-
2919
<ItemGroup>
3020
<PackageReference Include="db4o-devel" Version="8.1.184.15492" />
3121
</ItemGroup>
32-
3322
<ItemGroup>
3423
<ProjectReference Include="..\SharpRepository.Repository\SharpRepository.Repository.csproj" />
3524
</ItemGroup>
36-
3725
</Project>

SharpRepository.Ioc.Mvc/SharpRepository.Ioc.Mvc.csproj

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
22
<PropertyGroup>
33
<TargetFramework>net46</TargetFramework>
4-
<Authors>Omar Piani, Ben Griswold, Jeff Treuting</Authors>
4+
<Authors>Omar Piani, Ben Griswold, Jeff Treuting</Authors>
55
<Description>Injects SharpRepository using StructureMap in your Asp.Net Mvc 5 and WebApi 2 project</Description>
66
<Summary>Written in C#, includes support for various relational, document and object databases including Entity Framework, RavenDB, MongoDB, CouchDB and Db4o. SharpRepository includes Xml and InMemory repository implementations as well. SharpRepository offers built-in caching options for AppFabric, memcached and the standard System.Runtime.Caching. SharpRepository also supports Specifications, FetchStrategies, Batches and Traits!</Summary>
7-
<PackageId>SharpRepository.Ioc.Mvc</PackageId>
7+
<PackageId>SharpRepository.Ioc.Mvc</PackageId>
88
<PackageVersion>2.0.1-beta1</PackageVersion>
9-
<PackageReleaseNotes>2.0.1-beta1: easy script for configure SharpRepository on Mvc</PackageReleaseNotes>
10-
<PackageTags>SharpRepository Repository IoC Mvc Mvc5 AspNet WebApi</PackageTags>
11-
<PackageIconUrl>https://user-images.githubusercontent.com/6349515/28491142-7b6350c4-6eeb-11e7-9c5b-e3b8ef1e73b8.png</PackageIconUrl>
12-
<PackageProjectUrl>https://github.com/SharpRepository/SharpRepository</PackageProjectUrl>
13-
<PackageLicenseUrl>https://raw.githubusercontent.com/SharpRepository/SharpRepository/master/license.txt</PackageLicenseUrl>
14-
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
9+
<PackageReleaseNotes>2.0.1-beta1: easy script for configure SharpRepository on Mvc</PackageReleaseNotes>
10+
<PackageTags>SharpRepository Repository IoC Mvc Mvc5 AspNet WebApi</PackageTags>
11+
<PackageIconUrl>https://user-images.githubusercontent.com/6349515/28491142-7b6350c4-6eeb-11e7-9c5b-e3b8ef1e73b8.png</PackageIconUrl>
12+
<PackageProjectUrl>https://github.com/SharpRepository/SharpRepository</PackageProjectUrl>
13+
<PackageLicenseUrl>https://raw.githubusercontent.com/SharpRepository/SharpRepository/master/license.txt</PackageLicenseUrl>
14+
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1515
<RepositoryUrl>https://github.com/SharpRepository/SharpRepository.git</RepositoryUrl>
16-
<RepositoryType>git</RepositoryType>
17-
<Version>2.0.1-beta1</Version>
16+
<RepositoryType>git</RepositoryType>
17+
<Version>2.0.1-beta1</Version>
1818
</PropertyGroup>
1919
<ItemGroup>
2020
<PackageReference Include="CommonServiceLocator" Version="2.0.1" />

SharpRepository.Ioc.Ninject/NinjectDependencyResolver.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ namespace SharpRepository.Ioc.Ninject
66
{
77
public class NinjectDependencyResolver : BaseRepositoryDependencyResolver
88
{
9-
private readonly IReadOnlyKernel _kernel;
10-
public NinjectDependencyResolver(IReadOnlyKernel kernel)
9+
private readonly IKernel _kernel;
10+
public NinjectDependencyResolver(IKernel kernel)
1111
{
1212
_kernel = kernel;
1313
}

SharpRepository.Ioc.Ninject/NinjectRepositoryExtensions.cs

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace SharpRepository.Ioc.Ninject
77
{
88
public static class NinjectRepositoryExtensions
99
{
10-
public static void BindSharpRepository(this IKernelConfiguration kernel, ISharpRepositoryConfiguration configuration, string repositoryName = null)
10+
public static void BindSharpRepository(this IKernel kernel, ISharpRepositoryConfiguration configuration, string repositoryName = null)
1111
{
1212
kernel.Bind(typeof (IRepository<>)).ToMethod(context =>
1313
{
@@ -29,6 +29,20 @@ public static void BindSharpRepository(this IKernelConfiguration kernel, ISharpR
2929

3030
return RepositoryFactory.GetInstance(genericArgs[0], genericArgs[1], genericArgs[2], configuration, repositoryName);
3131
});
32+
33+
kernel.Bind(typeof(ICompoundKeyRepository<,,,>)).ToMethod(context =>
34+
{
35+
var genericArgs = context.Request.Service.GetTypeInfo().GenericTypeArguments;
36+
37+
return RepositoryFactory.GetInstance(genericArgs[0], genericArgs[1], genericArgs[2], genericArgs[2], configuration, repositoryName);
38+
});
39+
40+
kernel.Bind(typeof(ICompoundKeyRepository<>)).ToMethod(context =>
41+
{
42+
var genericArgs = context.Request.Service.GetTypeInfo().GenericTypeArguments;
43+
44+
return RepositoryFactory.GetInstance(genericArgs[0], configuration, repositoryName);
45+
});
3246
}
3347
}
3448
}

SharpRepository.Ioc.Ninject/SharpRepository.Ioc.Ninject.csproj

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
22
<PropertyGroup>
3-
<TargetFrameworks>netstandard2.0;netstandard1.3</TargetFrameworks>
4-
<Authors>Ben Griswold, Jeff Treuting</Authors>
3+
<TargetFrameworks>netstandard2.0;net46</TargetFrameworks>
4+
<Authors>Ben Griswold, Jeff Treuting</Authors>
55
<Description>SharpRepository is a generic repository</Description>
66
<Summary>Written in C#, includes support for various relational, document and object databases including Entity Framework, RavenDB, MongoDB, CouchDB and Db4o. SharpRepository includes Xml and InMemory repository implementations as well. SharpRepository offers built-in caching options for AppFabric, memcached and the standard System.Runtime.Caching. SharpRepository also supports Specifications, FetchStrategies, Batches and Traits!</Summary>
7-
<PackageId>SharpRepository.Ioc.Ninject</PackageId>
7+
<PackageId>SharpRepository.Ioc.Ninject</PackageId>
88
<PackageVersion>2.0.1-alpha3</PackageVersion>
9-
<PackageReleaseNotes>2.0.1-alpha3: cleanup on framework references</PackageReleaseNotes>
10-
<PackageTags>SharpRepository Repository IoC Ninject 4</PackageTags>
11-
<PackageIconUrl>https://user-images.githubusercontent.com/6349515/28491142-7b6350c4-6eeb-11e7-9c5b-e3b8ef1e73b8.png</PackageIconUrl>
12-
<PackageProjectUrl>https://github.com/SharpRepository/SharpRepository</PackageProjectUrl>
13-
<PackageLicenseUrl>https://raw.githubusercontent.com/SharpRepository/SharpRepository/master/license.txt</PackageLicenseUrl>
14-
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
9+
<PackageReleaseNotes>2.0.1-alpha3: use of old stable 3.3.3 package</PackageReleaseNotes>
10+
<PackageTags>SharpRepository Repository IoC Ninject</PackageTags>
11+
<PackageIconUrl>https://user-images.githubusercontent.com/6349515/28491142-7b6350c4-6eeb-11e7-9c5b-e3b8ef1e73b8.png</PackageIconUrl>
12+
<PackageProjectUrl>https://github.com/SharpRepository/SharpRepository</PackageProjectUrl>
13+
<PackageLicenseUrl>https://raw.githubusercontent.com/SharpRepository/SharpRepository/master/license.txt</PackageLicenseUrl>
14+
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1515
<RepositoryUrl>https://github.com/SharpRepository/SharpRepository.git</RepositoryUrl>
16-
<RepositoryType>git</RepositoryType>
17-
<Version>2.0.1-alpha3</Version>
16+
<RepositoryType>git</RepositoryType>
17+
<Version>2.0.1-alpha3</Version>
1818
</PropertyGroup>
1919
<ItemGroup>
20-
<PackageReference Include="Ninject" Version="4.0.0-beta-0134" />
20+
<PackageReference Include="Ninject" Version="3.3.3" />
2121
</ItemGroup>
2222
<ItemGroup>
2323
<ProjectReference Include="..\SharpRepository.Repository\SharpRepository.Repository.csproj" />

SharpRepository.Ioc.SimpleInjector/SharpRepository.Ioc.SimpleInjector.csproj

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
22
<PropertyGroup>
3-
<TargetFrameworks>netstandard1.5</TargetFrameworks>
4-
<Authors>Ben Griswold, Jeff Treuting</Authors>
3+
<TargetFrameworks>netstandard1.3</TargetFrameworks>
4+
<Authors>Ben Griswold, Jeff Treuting</Authors>
55
<Description>SharpRepository is a generic repository</Description>
66
<Summary>Written in C#, includes support for various relational, document and object databases including Entity Framework, RavenDB, MongoDB, CouchDB and Db4o. SharpRepository includes Xml and InMemory repository implementations as well. SharpRepository offers built-in caching options for AppFabric, memcached and the standard System.Runtime.Caching. SharpRepository also supports Specifications, FetchStrategies, Batches and Traits!</Summary>
7-
<PackageId>SharpRepository.Ioc.SimpleInjector</PackageId>
8-
<PackageVersion>2.0.0-alpha2</PackageVersion>
9-
<PackageReleaseNotes>2.0.0-alpha2: merge all code</PackageReleaseNotes>
10-
<PackageTags>SharpRepository Repository IoC SimpleInjector</PackageTags>
11-
<PackageIconUrl>https://user-images.githubusercontent.com/6349515/28491142-7b6350c4-6eeb-11e7-9c5b-e3b8ef1e73b8.png</PackageIconUrl>
12-
<PackageProjectUrl>https://github.com/SharpRepository/SharpRepository</PackageProjectUrl>
13-
<PackageLicenseUrl>https://raw.githubusercontent.com/SharpRepository/SharpRepository/master/license.txt</PackageLicenseUrl>
14-
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
7+
<PackageId>SharpRepository.Ioc.SimpleInjector</PackageId>
8+
<PackageVersion>2.0.1-alpha3</PackageVersion>
9+
<PackageReleaseNotes>2.0.1-alpha3: targets standard 1.3</PackageReleaseNotes>
10+
<PackageTags>SharpRepository Repository IoC SimpleInjector</PackageTags>
11+
<PackageIconUrl>https://user-images.githubusercontent.com/6349515/28491142-7b6350c4-6eeb-11e7-9c5b-e3b8ef1e73b8.png</PackageIconUrl>
12+
<PackageProjectUrl>https://github.com/SharpRepository/SharpRepository</PackageProjectUrl>
13+
<PackageLicenseUrl>https://raw.githubusercontent.com/SharpRepository/SharpRepository/master/license.txt</PackageLicenseUrl>
14+
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1515
<RepositoryUrl>https://github.com/SharpRepository/SharpRepository.git</RepositoryUrl>
16-
<RepositoryType>git</RepositoryType>
17-
<Version>2.0.0-alpha2</Version>
16+
<RepositoryType>git</RepositoryType>
17+
<Version>2.0.1-alpha3</Version>
1818
</PropertyGroup>
1919
<ItemGroup>
2020
<PackageReference Include="SimpleInjector" Version="4.0.8" />

0 commit comments

Comments
 (0)