Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Commit

Permalink
bump Version to 1.1.0 and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielTheCoder committed Nov 23, 2013
1 parent aa1833d commit 754df00
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ HOW TO USE
<NugetPublishToReleaseFolder Condition="'$(NugetPublishToReleaseFolder)'==''">false</NugetPublishToReleaseFolder>
<NugetPublishToLocalNugetFeed Condition="'$(NugetPublishToLocalNugetFeed)'==''">false</NugetPublishToLocalNugetFeed>

<NugetPublishLocalNugetFeedFolder Condition="'$(NugetPublishLocalNugetFeedFolder)'==''">$(MSBuildProjectDirectory)\..\..\Publish\</NugetPublishLocalNugetFeedFolder
<NugetPublishLocalNugetFeedFolder Condition="'$(NugetPublishLocalNugetFeedFolder)'==''">$(MSBuildProjectDirectory)\..\..\Publish\</NugetPublishLocalNugetFeedFolder>
<NugetPublishReleaseFolder Condition="'$(NugetPublishReleaseFolder)'==''">$(MSBuildProjectDirectory)\..\..\Releases\</NugetPublishReleaseFolder>
</PropertyGroup>
```
Expand Down
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
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)
Expand Down
2 changes: 1 addition & 1 deletion src/MSBNuget.Nuget/MSBNuget.Legacy/MSBNuget.Legacy.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata minClientVersion="2.7.2">
<id>MSBuild.MSBNuget.Legacy</id>
<version>1.0.3-pre8</version>
<version>1.1.0</version>
<title>Nuget convention based MSBuild Packager (Legacy)</title>
<authors>Daniel Sack</authors>
<owners>Daniel Sack</owners>
Expand Down
2 changes: 1 addition & 1 deletion src/MSBNuget.Nuget/MSBNuget/MSBNuget.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<metadata minClientVersion="2.7.2">
<id>MSBuild.MSBNuget</id>
<version>1.0.3-pre8</version>
<version>1.1.0</version>
<title>Nuget convention based MSBuild Packager</title>
<authors>Daniel Sack</authors>
<owners>Daniel Sack</owners>
Expand Down

0 comments on commit 754df00

Please sign in to comment.