Skip to content
This repository has been archived by the owner on Jan 25, 2019. It is now read-only.

Commit

Permalink
Updated Chocolatey package name.
Browse files Browse the repository at this point in the history
  • Loading branch information
patriksvensson committed Nov 29, 2014
1 parent 77f1fc3 commit 1a08d36
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### New in 0.0.3 (Released 2014/11/29)
* Renamed Chocolatey ID to conform to the naming rules.

### New in 0.0.2 (Released 2014/11/29)
* Updated Chocolatey build to point to the correct install file.

Expand Down
2 changes: 1 addition & 1 deletion src/Chocolatey/Cake.Bootstrapper.nuspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>Cake.Bootstrapper</id>
<id>cake-bootstrapper</id>
<title>Cake Bootstrapper</title>
<version>0.0.0</version>
<authors>Patrik Svensson</authors>
Expand Down
2 changes: 1 addition & 1 deletion src/Chocolatey/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$packageName = 'Cake.Bootstrapper'
$packageName = 'cake-bootstrapper'
$installerType = 'msi'
$url = '%DOWNLOAD_URL%'
$silentArgs = '/quiet'
Expand Down
6 changes: 3 additions & 3 deletions src/SolutionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
using System.Reflection;

[assembly: AssemblyProduct("Cake")]
[assembly: AssemblyVersion("0.0.2")]
[assembly: AssemblyFileVersion("0.0.2")]
[assembly: AssemblyInformationalVersion("0.0.2")]
[assembly: AssemblyVersion("0.0.3")]
[assembly: AssemblyFileVersion("0.0.3")]
[assembly: AssemblyInformationalVersion("0.0.3")]
[assembly: AssemblyCopyright("Copyright (c) Patrik Svensson 2014")]

0 comments on commit 1a08d36

Please sign in to comment.