Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/Library/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.7.0.0")]
[assembly: AssemblyFileVersion("0.7.0.0")]
[assembly: AssemblyVersion("0.7.1.0")]
[assembly: AssemblyFileVersion("0.7.1.0")]
6 changes: 1 addition & 5 deletions app/Please/Please.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Please</id>
<version>0.7.0</version>
<version>0.7.1</version>
<title>Please</title>
<authors>Resource Data, Inc.</authors>
<owners>Resource Data, Inc</owners>
Expand All @@ -13,9 +13,5 @@
<summary>Please is a set of commands useful for maintaining software projects.</summary>
<releaseNotes>See the README for an overview of functionality.</releaseNotes>
<language>en-US</language>
<dependencies>
<dependency id="Castle.Core" version="2.5.2" />
<dependency id="simpler" version="2.3.0" />
</dependencies>
</metadata>
</package>
4 changes: 2 additions & 2 deletions app/Please/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.7.0.0")]
[assembly: AssemblyFileVersion("0.7.0.0")]
[assembly: AssemblyVersion("0.7.1.0")]
[assembly: AssemblyFileVersion("0.7.1.0")]
3 changes: 1 addition & 2 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
"nuspec": "app/Please/Please.nuspec",
"nupkgPattern": "Please.?.?.?.nupkg",
"tools": [
"app/Please/bin/Release/please.exe",
"app/Please/bin/Release/Library.dll"
"app/Please/bin/Release/please.exe"
],
"output": {
"prep": "output/release/prep",
Expand Down