-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathnetfx4sdk.nuspec
More file actions
36 lines (32 loc) · 1.69 KB
/
netfx4sdk.nuspec
File metadata and controls
36 lines (32 loc) · 1.69 KB
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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>netfx4sdk</id>
<version>$-version-$</version>
<title>netfx4sdk</title>
<authors>github.com/3F/netfx4sdk</authors>
<license type="file">License.txt</license>
<owners>reg</owners>
<licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
<projectUrl>https://github.com/3F/netfx4sdk</projectUrl>
<repository type="git" url="https://github.com/3F/netfx4sdk" />
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>An attempt to provide .NET Framework 4.x Developer Packs (SDKs) support for modern Visual Studio / MSBuild / etc.
* Various modes;
* Rollback support (changes can be easily undone at any time);
* Pure LF protected batch-script (.bat/.cmd) that does NOT require powershell or dotnet-cli;
* Portable and flexible solution;
* Internet connection is NOT needed for system mode;
* Lightweight and text-based, about ~11 KB + ~18 KB;
* Free and Open source https://github.com/3F/netfx4sdk
Based on hMSBuild.bat + GetNuTool
```
gnt ~netfx4sdk/$-version-$
```
{build_info}</description>
<summary>Developer Packs (SDKs) NETFX 4.X+ Visual Studio / MSBuild / other modern tools</summary>
<tags>netfx SDK NETFramework VisualStudio bat batch distributing GetNuTool hMSBuild netfx4sdk tools</tags>
<releaseNotes> changelog: https://github.com/3F/netfx4sdk/blob/master/changelog.txt </releaseNotes>
<copyright>Copyright (c) 2021-2025 Denis Kuzmin <x-3F@outlook.com> github/3F </copyright>
</metadata>
</package>