smithsson68@gmail.com
Sep 22, 2011
  4360
(2 votes)

EPiServer.CMS.Core and EPiServer.Framework now on EPiServer Nuget

I have added 2 new packages to the EPiServer Nuget feed which removes the need to distribute EPiServer assemblies with your packages.

EPiServer.CMS.Core

This package contains the core CMS assemblies that are often required when building modules:

  • EPiServer
  • EPiServer.BaseLibrary
  • EPiServer.Implementation
  • EPiServer.Enterprise

EPiServer.Framework

This package contains the assemblies most often referenced in the EPiServer Framework:

  • EPiServer.ApplicationModules
  • EPiServer.Data
  • EPiServer.Events
  • EPiServer.Framework
  • EPiServer.Shell
  • System.ComponentModel.Composition (EPiServer compiled version)

If your Nuget package is dependent on any of these assemblies you can just add a package dependency instead of an assembly dependency.

Feedback as always is welcome.

Sep 22, 2011

Comments

Frederik Vig
Frederik Vig Sep 23, 2011 10:30 AM

Great stuff! What about the rest of the products? :)

Please login to comment.
Latest blogs
Zombie Properties want to Eat Your Brains

It’s a story as old as time. You work hard to build a great site. You have all the right properties – with descriptive names – that the content...

Joe Mayberry | Mar 29, 2023 | Syndicated blog

Optimizely finally releases new and improved list properties!

For years, the Generic PropertyList has been widely used, despite it being unsupported. Today a better option is released!

Tomas Hensrud Gulla | Mar 28, 2023 | Syndicated blog

Official List property support

Introduction Until now users were able to store list properties in three ways: Store simple types (int, string, DateTime, double) as native...

Bartosz Sekula | Mar 28, 2023

New dashboard implemented in CMS UI 12.18.0

As part of the CMS UI 12.18.0 release , a new dashboard has been added as a ‘one stop shop’ to enable editors to access all of their content items,...

Matthew Slim | Mar 28, 2023

How to Merge Anonymous Carts When a Customer Logs In with Optimizely Commerce 14

In e-commerce, it is common for users to browse a site anonymously, adding items to their cart without creating an account. Later, when the user...

Francisco Quintanilla | Mar 27, 2023

How to Write an xUnit Test to Verify Unique Content Type Guids in Content Management

When developing an Optimizely CMS solution, it is important to ensure that each content type has a unique GUID. If two or more content types share...

Minesh Shah (Netcel) | Mar 27, 2023