This repository has been archived by the owner on Jun 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathchangelog.txt
78 lines (62 loc) · 2.87 KB
/
changelog.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
1.1.2-pre02 2014/01/23
Fixed issues:
+ double import of *.nuspec.props removed
1.1.2-pre01 2014/01/23
Fixed issues:
+ don't import *.nuspec files from obj/, bin/ and packages/
Changes:
+ introduced default project configuration for properties: $(Configuration), $(Plattform), $(OutputPath)
Other:
+ added tests for various features
+ internal changes and restructuring
1.1.1 -pre01 2013/11/27
Fixed issues:
+ don't import nuget.exe files from obj/, bin/ and packages/
1.1.0 2013/11/22
+ incl. changes and features from 1.0.1 -pre to 1.0.3 -pre8
1.0.3 -pre8 2013/11/22
Changes:
+ NugetStage default changed honoring $(Configuration)
from: <NugetStage>$(MSBuildProjectDirectory)\objnugetstage\</NugetStage>
to: <NugetStage>$(MSBuildProjectDirectory)\obj\$(Configuration)\nugetstage\</NugetStage>
+ nuget minClientVersion="2.7.2"
+ NugkgPublishLocalNugetFeedFolder renamed to -> NugetPublishLocalNugetFeedFolder
+ NugkgPublishReleaseFolder renamed to -> NugetPublishReleaseFolder
New Features:
+ NugetFilterOnlyConventionWellKnownFolders: default is true, used to disable conventionbased folder filtering -> usage: resharper extension packages
1.0.3 -pre7 2013/11/22
Changes:
+ *.targets no longer placed in tools folder -> .gitignore compatibility
1.0.3 -pre6 2013/10/23
Fixed issues:
+ pack: invalid arguments. -> Escaped command
+ pack: invalid path -> nuget.exe from dependency package
+ push: invalid path -> nuget.exe from dependency package
Changes:
+ Use OutputPath instead hardcoded path bin/$(Configuration)
+ internal - strucutring of property groups and documentation
+ internal - convention based for nuget package creation (MSBNuget.Nuget/.build/Configuration)
New Features:
+ Global override of nuget pack arguments for all nuspec files (NugetVersion, NugetMinClientVersion, NugetCommandPackArguments)
+ Logging publishing paths after publish
+ Nuget.exe not needed anymore in path var, dependency of package
+ OutDir Support, should work with Team Foundation Server 2010/2012/2013
1.0.2 -pre 2013/08/19
Changes:
+ PublishDisabled renamed to -> NugetPublishDisabled
+ PublishToReleaseFolder renamed to -> NugetPublishToReleaseFolder
+ PublishToLocalNugetFeed renamed to -> NugetPublishToLocalNugetFeed
+ PublishToOfficialNugetFeed renamed to -> NugetPublishToOfficialNugetFeed
1.0.1 -pre 2013/08/19
Changes:
+ NugkgReleaseFolder renamed to -> NugkgPublishReleaseFolder
+ NugkgPublishFolder renamed to -> NugkgPublishLocalNugetFeedFolder
New Features:
+ Disable all publish mechanism with: <PublishDisabled>true</PublishDisabled>
+ PublishToReleaseFolder with <PublishToLocalNugetFeed>true</PublishToLocalNugetFeed>
+ PublishToLocalNugetFeed with <PublishToLocalNugetFeed>true</PublishToLocalNugetFeed>
+ PublishToOfficialNugetFeed with <PublishToOfficialNugetFeed>true</PublishToOfficialNugetFeed>
1.0.0 - 2013/08/18 (Initial publish )
Fixed issues:
New Features:
Changes: