-
Notifications
You must be signed in to change notification settings - Fork 8
/
VersionHistory.txt
94 lines (69 loc) · 3.47 KB
/
VersionHistory.txt
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
1.0.0:
* Initial
1.1.0:
* Added support for content files (files marked as content in NuGet project)
2.0.0:
* Only take content files under content folder (from NuGet project)
2.1.0:
* Take all files under content folder as content (from NuGet project)
2.2.0:
* Support packages used by project references.
2.3.0:
* Added optional config file (for NuGet projects),
now you can set icon and choose to add framework references to your NuGet packages
2.4.0:
* Added more config file options
2.5.0:
* Enabled including non-project references (e.g. 3rd party libraries under lib)
* Added Demo.Readme.txt for explaining demo of the various features
2.6.0:
* Added support for "sln" folder under NuGet project,
this enables adding files that are not copied under project and are not source files
2.7.0:
* Added option to exclude source files from package via NuGetPack.config file.
2.8.0:
* Added support for multiple versions of .NET framework:
* Binaries from Project References will be placed under .NET Framework version according to Referenced Project's .NET version
* Binaries directly under NuGet project's lib folder will be placed under lib\netX\ where X is NuGet project's .NET version
* Binaries under NuGet project's lib\netY folder will be placed under lib\netY\
* Fixed if Package name ended with .nuget or .Nuget or any other case except .NuGet, extension was not ignored within package name
2.9.0:
* Required .NET version for Package is now selected according to NuGet Project's .NET version
2.10.0:
* Enabled different names for pre-releases (pre-release name is taken from AssemblyInformationalVersion (text following the '-'))
* Enabled four part version numbers (version numbers are taken from AssemblyFileVersion)
2.11.0:
* Added support for tools and build folders
2.11.1:
* Fixed package name in VSIX readme file
2.11.2:
* Fixed issues with spaces in paths
2.11.3:
* Fixed redundant space in NuGet package "build" folder path
2.11.4:
* Fixed: When XML documentation created on build machine, NuGetPack.exe found XML in local folder structure
and therefore assumed it is running locally and could not locate binary files
2.12.0:
* Added support for -sym argument via DoSeparateSymbols parameter in NuGetPack.config
This enables splitting nupkg into a package without symbols (pdbs and src) and a package with.
Default (if not defined or if false) is (former behavior -) create a single package with symbols included in it
2.12.1:
* Fixed typo DoSeperateSymbols --> DoSeparateSymbols
2.12.1.1:
* Fixed PubComp.NuGetPack package contained old version of NuGetPack.exe (v2.11.0 instead of v2.12.1)
2.12.2:
* Support for VS2015 in extension
2.13.0:
* Added support for TFS2015 new build tasks
- Enable not running NuGet.exe (create NuSpec only, without NoPkg) - using command line parameter
- Enable working on single project for assembly and NuGet - using command line parameter
- Receive build root path or sln path and output/bin path
- Look for sln/s and bin/a folders under root/sln path
- Look for all NuGetPack.config files under sln/s folder
- For each NuGetPack.config assume .csproj is in same folder
2.13.1:
* Accept either src= OR sln= as command line argument (both have the same meaning)
2.14.0:
* Updated project path in NuGet (CodePlex --> GitHub)
* Added documentation
* Added support for overriding the prerelease version (-suffix) via command line