Showing tag results for nuget

Mar 4, 2014
Post comments count0
Post likes count0

Upcoming .NET NuGet Releases

.NET Team

This post was written by Richard Lander, a Program Manager on the .NET Core Framework team. We recently concluded a planning exercise for the next few months of work. From this exercise, we’d like to share the next set of NuGet releases that we plan to do. We chose this particular set based on your feedback and internal partner requests. ...

.NET
Mar 4, 2014
Post comments count0
Post likes count0

Upcoming .NET NuGet Releases

.NET Team

This post was written by Richard Lander, a Program Manager on the .NET Core Framework team. We recently concluded a planning exercise for the next few months of work. From this exercise, we’d like to share the next set of NuGet releases that we plan to do. We chose this particular set based on your feedback and internal partner requests. ...

.NET
Jan 30, 2014
Post comments count0
Post likes count0

Microsoft.Diagnostics.Tracing.EventSource is now stable

Immo Landwerth

We are announcing the RTM of the EventSource NuGet package, which enables fast app tracing to the Windows Event Log, including in production. This post was written by Cosmin Radu, a software developer on the .NET Runtime team. Over the past several weeks we’ve been working on addressing some feedback we’ve received from our users and ad...

.NET
Jan 22, 2014
Post comments count0
Post likes count0

.NET 4.5.1 Supports Microsoft Security Updates for .NET NuGet Libraries

.NET Team

This post describes .NET NuGet library servicing support in the .NET Framework 4.5.1. It was written by Alok Shriram, a Program Manager on the .NET Core Framework Team. In the .NET Framework 4.5.1, we extended our .NET Framework security update capability to our NuGet libraries, enabling us to deliver security updates for those libraries on Mi...

.NET
Dec 4, 2013
Post comments count0
Post likes count0

Microsoft.Diagnostics.Tracing.EventSource is now RC on NuGet.org

Immo Landwerth

We are announcing the RC of the EventSource NuGet package, which enables fast app tracing to the Windows Event Log, including in production. This post was written by Cosmin Radu, a software developer on the .NET Runtime team. Over the past several months we’ve been working on addressing feedback and extending the value proposition delivered ...

.NET
Nov 13, 2013
Post comments count0
Post likes count0

PCL and .NET NuGet Libraries are now enabled for Xamarin

.NET Team

Earlier today, Soma announced a collaboration between Microsoft and Xamarin. As you probably know, Xamarin’s Visual Studio extension enables developers to use VS and .NET to extend the reach of their apps across multiple devices, including iOS and Android. As part of that collaboration, today, we are announcing two releases around the .NET portable...

.NET
Oct 24, 2013
Post comments count0
Post likes count0

How to use XDT in NuGet – Examples and Facts

danliu-nuget

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

ASP.NET
Oct 17, 2013
Post comments count0
Post likes count0

.NET Framework 4.5.1 RTM => start coding

.NET Team

Updated (2017): See .NET Framework Releases to learn about newer releases. This release is unsupported. Updated (July 2015): See Announcing .NET Framework 4.6 to read about the latest version of the NET Framework. Today, we’re announcing the availability of the .NET Framework 4.5.1 and Visual Studio 2013 (Soma’s blog). You can download these ...

.NET
Oct 16, 2013
Post comments count0
Post likes count0

NuGet is a .NET framework release vehicle

.NET Team

This post describes how the .NET team uses NuGet and how discoverability and serviceability have improved in the .NET Framework 4.5.1. It was written by Alok Shriram, a Program Manager on the .NET Core Framework Team.  Update: Read PCL and .NET NuGet Libraries are now enabled for Xamarin to learn more about how our NuGet packages can now...

.NET
Sep 25, 2013
Post comments count0
Post likes count0

Immutable collections ready for prime time

Immo Landwerth

Today I’m very happy to announce that we released the stable version of the Microsoft.Bcl.Immutable NuGet package. We also published the MSDN documentation on immutable collections. Thank you! Nine months ago, we shipped the first preview of immutable collections. This was one of the first BCL features that we decided to ship early and often by r...

.NET