Skip to content

Commit

Permalink
remove redundant Cake.Testing, update version
Browse files Browse the repository at this point in the history
  • Loading branch information
MilovanovM committed Feb 18, 2017
1 parent c584826 commit ed750f2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cake.yarn",
"version": "0.1.1",
"version": "0.2.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 0 additions & 4 deletions src/Cake.Yarn/Cake.Yarn.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@
<HintPath>..\..\packages\Cake.Core.0.17.0\lib\net45\Cake.Core.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Cake.Testing, Version=0.17.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Cake.Testing.0.17.1\lib\net45\Cake.Testing.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
Expand Down
2 changes: 1 addition & 1 deletion src/Cake.Yarn/Cake.Yarn.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A set of aliases for Cake to help with running Yarn (node package manager from Facebook) commands</description>
<tags>Cake Script Build Yarn</tags>
<version>0.1.2</version>
<version>0.2.0</version>
</metadata>
<files>
<file src="..\..\artifacts\build\Cake.Yarn.xml" target="lib\net45" />
Expand Down
6 changes: 3 additions & 3 deletions src/Cake.Yarn/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: InternalsVisibleTo("Cake.Yarn.Tests")]
[assembly: AssemblyVersion("0.1.2")]
[assembly: AssemblyFileVersion("0.1.2")]
[assembly: AssemblyInformationalVersion("0.1.2")]
[assembly: AssemblyVersion("0.2.0")]
[assembly: AssemblyFileVersion("0.2.0")]
[assembly: AssemblyInformationalVersion("0.2.0")]
1 change: 0 additions & 1 deletion src/Cake.Yarn/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Cake.Core" version="0.17.0" targetFramework="net45" />
<package id="Cake.Testing" version="0.17.1" targetFramework="net45" />
</packages>
2 changes: 1 addition & 1 deletion usage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cake.yarn",
"version": "0.1.1",
"version": "0.2.0",
"description": "changing working directory for tool",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit ed750f2

Please sign in to comment.