You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- Package sources used to restore packages. By default, registered sources under %APPDATA%\NuGet\NuGet.Config will be used -->
21
+
<!-- The official NuGet package source (https://nuget.org/api/v2/) will be excluded if package sources are specified and it does not appear in the list -->
Extends Synthesis to support integration with the Blade presentation framework for Sitecore. Synthesis types can then be used in Blade views as models without the need for a discrete presenter.
13
+
14
+
This package is designed to be installed on a library project, and does not include configuration files. Use the Synthesis.Blade package for web projects.
15
+
</description>
16
+
<releaseNotes>Initial public release</releaseNotes>
Extends Synthesis to support integration with the Blade presentation framework for Sitecore. Synthesis types can then be used in Blade views as models without the need for a discrete presenter.
13
+
14
+
This package is designed to be installed on a web project, and includes configuration files.
15
+
</description>
16
+
<releaseNotes>Initial public release</releaseNotes>
Synthesis is a universal object mapper with LINQ support for Sitecore 7. This package contains only the core library, and is suitable for installing to class libraries. For installing to a web project, use the Synthesis package, which comes with configuration files as well.
13
+
</description>
14
+
<releaseNotes>Initial public release</releaseNotes>
Synthesis is a universal object mapper with LINQ support for Sitecore 7. Use the same strongly typed objects to run queries against search indexes or the database, or transparently convert from indexed to database when necessary. Supports fully polymorphic Sitecore template inheritance via a generated interface hierarchy.
13
+
14
+
This package contains both the Synthesis core library and the configuration for it, which is appropriate for web projects. Install Synthesis.Core if you only want the library.
15
+
</description>
16
+
<summary>
17
+
Synthesis is a universal object mapper with LINQ support for Sitecore 7. This package contains both the Synthesis core library and the configuration for it, which is appropriate for web projects. Install Synthesis.Core if you only want the library.
18
+
</summary>
19
+
<releaseNotes>Cleanup and organization of versioning files</releaseNotes>
0 commit comments