Showing archive results for September 2013

Sep 20, 2013
Post comments count0
Post likes count0

How to use XDT in NuGet – Examples and Facts

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...

NuGetInsights
Sep 10, 2013
Post comments count0
Post likes count0

Issues uploading portable library packages [Fixed]

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...

NuGetIncident