forked from SharpRepository/SharpRepository
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Nuget package updates mainly for IOC stuff
- Loading branch information
Jeff Treuting
committed
Mar 13, 2013
1 parent
1494998
commit 130c0f8
Showing
13 changed files
with
142 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation"> | ||
<s:String x:Key="/Default/FilterSettingsManager/CoverageFilterXml/@EntryValue"><data><IncludeFilters /><ExcludeFilters /></data></s:String> | ||
<s:String x:Key="/Default/FilterSettingsManager/AttributeFilterXml/@EntryValue"><data /></s:String></wpf:ResourceDictionary> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
nuget/SharpRepository.Ioc.Autofac/SharpRepository.Ioc.Autofac.nuspec.template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0"?> | ||
<package> | ||
<metadata> | ||
<id>SharpRepository.Ioc.Autofac</id> | ||
<version></version> | ||
<title>SharpRepository with Autofac IoC</title> | ||
<authors>Ben Griswold, Jeff Treuting, Fairway Technologies</authors> | ||
<owners>jtreuting, bgriswold</owners> | ||
<licenseUrl>https://github.com/SharpRepository/SharpRepository/blob/develop/license.txt</licenseUrl> | ||
<projectUrl>https://github.com/SharpRepository/SharpRepository</projectUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>SharpRepository is a generic repository written in C# which includes support for various relational, document and object databases including Entity Framework, RavenDB, MongoDb 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.</description> | ||
<releaseNotes></releaseNotes> | ||
<copyright>Copyright 2013</copyright> | ||
<tags>SharpRepository Repository IoC Autofac</tags> | ||
<dependencies> | ||
<dependency id="SharpRepository.Repository" version="1.2.0.0" /> | ||
</dependencies> | ||
</metadata> | ||
</package> |
20 changes: 20 additions & 0 deletions
20
nuget/SharpRepository.Ioc.Ninject/SharpRepository.Ioc.Ninject.nuspec.template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0"?> | ||
<package> | ||
<metadata> | ||
<id>SharpRepository.Ioc.Ninject</id> | ||
<version></version> | ||
<title>SharpRepository with Ninject IoC</title> | ||
<authors>Ben Griswold, Jeff Treuting, Fairway Technologies</authors> | ||
<owners>jtreuting, bgriswold</owners> | ||
<licenseUrl>https://github.com/SharpRepository/SharpRepository/blob/develop/license.txt</licenseUrl> | ||
<projectUrl>https://github.com/SharpRepository/SharpRepository</projectUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>SharpRepository is a generic repository written in C# which includes support for various relational, document and object databases including Entity Framework, RavenDB, MongoDb 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.</description> | ||
<releaseNotes></releaseNotes> | ||
<copyright>Copyright 2013</copyright> | ||
<tags>SharpRepository Repository IoC Ninject</tags> | ||
<dependencies> | ||
<dependency id="SharpRepository.Repository" version="1.2.0.0" /> | ||
</dependencies> | ||
</metadata> | ||
</package> |
20 changes: 20 additions & 0 deletions
20
nuget/SharpRepository.Ioc.StructureMap/SharpRepository.Ioc.StructureMap.nuspec.template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0"?> | ||
<package> | ||
<metadata> | ||
<id>SharpRepository.Ioc.StructureMap</id> | ||
<version></version> | ||
<title>SharpRepository with StructureMap IoC</title> | ||
<authors>Ben Griswold, Jeff Treuting, Fairway Technologies</authors> | ||
<owners>jtreuting, bgriswold</owners> | ||
<licenseUrl>https://github.com/SharpRepository/SharpRepository/blob/develop/license.txt</licenseUrl> | ||
<projectUrl>https://github.com/SharpRepository/SharpRepository</projectUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>SharpRepository is a generic repository written in C# which includes support for various relational, document and object databases including Entity Framework, RavenDB, MongoDb 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.</description> | ||
<releaseNotes></releaseNotes> | ||
<copyright>Copyright 2013</copyright> | ||
<tags>SharpRepository Repository IoC StructureMap</tags> | ||
<dependencies> | ||
<dependency id="SharpRepository.Repository" version="1.2.0.0" /> | ||
</dependencies> | ||
</metadata> | ||
</package> |
20 changes: 20 additions & 0 deletions
20
nuget/SharpRepository.Ioc.Unity/SharpRepository.Ioc.Unity.nuspec.template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0"?> | ||
<package> | ||
<metadata> | ||
<id>SharpRepository.Ioc.Unity</id> | ||
<version></version> | ||
<title>SharpRepository with Unity IoC</title> | ||
<authors>Ben Griswold, Jeff Treuting, Fairway Technologies</authors> | ||
<owners>jtreuting, bgriswold</owners> | ||
<licenseUrl>https://github.com/SharpRepository/SharpRepository/blob/develop/license.txt</licenseUrl> | ||
<projectUrl>https://github.com/SharpRepository/SharpRepository</projectUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>SharpRepository is a generic repository written in C# which includes support for various relational, document and object databases including Entity Framework, RavenDB, MongoDb 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.</description> | ||
<releaseNotes></releaseNotes> | ||
<copyright>Copyright 2013</copyright> | ||
<tags>SharpRepository Repository IoC Unity</tags> | ||
<dependencies> | ||
<dependency id="SharpRepository.Repository" version="1.2.0.0" /> | ||
</dependencies> | ||
</metadata> | ||
</package> |
20 changes: 20 additions & 0 deletions
20
nuget/SharpRepository.Ioc.Windsor/SharpRepository.Ioc.Windsor.nuspec.template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0"?> | ||
<package> | ||
<metadata> | ||
<id>SharpRepository.Ioc.Windsor</id> | ||
<version></version> | ||
<title>SharpRepository with Windsor IoC</title> | ||
<authors>Ben Griswold, Jeff Treuting, Fairway Technologies</authors> | ||
<owners>jtreuting, bgriswold</owners> | ||
<licenseUrl>https://github.com/SharpRepository/SharpRepository/blob/develop/license.txt</licenseUrl> | ||
<projectUrl>https://github.com/SharpRepository/SharpRepository</projectUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>SharpRepository is a generic repository written in C# which includes support for various relational, document and object databases including Entity Framework, RavenDB, MongoDb 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.</description> | ||
<releaseNotes></releaseNotes> | ||
<copyright>Copyright 2013</copyright> | ||
<tags>SharpRepository Repository IoC Windsor</tags> | ||
<dependencies> | ||
<dependency id="SharpRepository.Repository" version="1.2.0.0" /> | ||
</dependencies> | ||
</metadata> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters