Showing results for September 2013 - The NuGet Blog

Sep 20, 2013
0
0

How to use XDT in NuGet – Examples and Facts

Dan Liu
Dan Liu

Starting with NuGet 2.6, XML-Document-Transform (XDT) is supported to transform XML files inside a project. The XDT syntax can be utilized in the .install.xdt and .uninstall.xdt file(s) under the package's Content folder, which will be applied during package installation and uninstallation time, respectively. One of XDT’s greatest strengths is its...

Insights
Sep 10, 2013
0
0

Issues uploading portable library packages [Fixed]

Jeff Handley
Jeff Handley

Starting September 3rd, some users started having issues uploading packages that contain portable libraries; on September 10th, we deployed a fix to address those issues. Errors Experienced Depending on how you were publishing your package, you would have experienced the errors in a few different ways. Upload Package page on nuget.org If you we...

Incident