This repository was archived by the owner on Aug 1, 2024. It is now read-only.
forked from jberezanski/ChocolateyPackages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdotnetfx.nuspec
40 lines (36 loc) · 2.91 KB
/
dotnetfx.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dotnetfx</id>
<version>4.8.0.20190930</version>
<packageSourceUrl>https://github.com/jberezanski/ChocolateyPackages/tree/master/dotnetfx</packageSourceUrl>
<owners>jberezanski</owners>
<title>Microsoft .NET Framework 4.8</title>
<authors>Microsoft</authors>
<projectUrl>https://www.microsoft.com/net/</projectUrl>
<iconUrl>https://cdn.rawgit.com/jberezanski/ChocolateyPackages/f0b24b6aef7a58ec03550035644ce872aba13c23/icons/dotnet.png</iconUrl>
<licenseUrl>http://msdn.microsoft.com/en-US/cc300389.aspx</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<docsUrl>https://docs.microsoft.com/en-us/dotnet/framework/</docsUrl>
<bugTrackerUrl>https://github.com/Microsoft/dotnet/issues</bugTrackerUrl>
<tags>microsoft .net framework dotnet desktop clr redistributable runtime admin</tags>
<summary>The .NET Framework is a development platform for building apps for web, Windows, Windows Phone, Windows Server, and Microsoft Azure.</summary>
<description>The .NET Framework is a development platform for building apps for web, Windows, Windows Phone, Windows Server, and Microsoft Azure. It consists of the common language runtime (CLR) and the .NET Framework class library, which includes a broad range of functionality and support for many industry standards.
The .NET Framework provides many services, including memory management, type and memory safety, security, networking, and application deployment. It provides easy-to-use data structures and APIs that abstract the lower-level Windows operating system. You can use a variety of programming languages with the .NET Framework, including C#, F#, and Visual Basic.
Supported Windows Client versions: Windows 10 version 1903, Windows 10 version 1809, Windows 10 version 1803, Windows 10 version 1709, Windows 10 version 1703, Windows 10 version 1607, Windows 8.1, Windows 7 SP1
Supported Windows Server versions: Windows Server 2019, Windows Server version 1803, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 R2 SP1
The matching Developer Pack can be installed using [this package](https://chocolatey.org/packages/netfx-4.8-devpack).</description>
<releaseNotes>
##### Software
[.NET Framework 4.8 announcement](https://devblogs.microsoft.com/dotnet/announcing-the-net-framework-4-8/)
[.NET Framework 4.8 release notes](https://github.com/Microsoft/dotnet/blob/master/releases/net48/README.md)
[.NET Framework 4.8 changes](https://github.com/Microsoft/dotnet/blob/master/releases/net48/dotnet48-changes.md)
##### Package
4.8.0.20190930: Updated extension dependency.
</releaseNotes>
<dependencies>
<dependency id="chocolatey-dotnetfx.extension" version="1.0.1" />
<dependency id="KB2919355" version="1.0.20160915" />
</dependencies>
</metadata>
</package>