From 85f29b61daabd3703c576ea68fb65d639c1ea7ca Mon Sep 17 00:00:00 2001 From: MehdiK Date: Sat, 22 Mar 2014 12:50:08 +0430 Subject: [PATCH] removes old nuspec files - partially fixes #60 --- .../Bddify.Samples.Atm.nuspec | 16 ------------- .../content/bddify.atm.readme.txt | 23 ------------------- .../tools/install.ps1 | 4 ---- .../Bddify.Samples.TicTacToe.nuspec | 16 ------------- .../content/bddify.tictactoe.readme.txt | 23 ------------------- .../tools/install.ps1 | 4 ---- NuGet/bddify-upgrade-notice/Bddify.nuspec | 16 ------------- .../content/bddify.readme.txt | 23 ------------------- NuGet/bddify-upgrade-notice/tools/install.ps1 | 4 ---- Packages.build | 6 ++--- ...s.nuspec => TestStack.BDDfy.Samples.nuspec | 0 ...ack.BDDfy.nuspec => TestStack.BDDfy.nuspec | 0 TestStack.BDDfy.sln | 17 ++------------ go.oldpackages.cmd | 3 --- 14 files changed, 5 insertions(+), 150 deletions(-) delete mode 100644 NuGet/BddifyAtm-upgrade-notice/Bddify.Samples.Atm.nuspec delete mode 100644 NuGet/BddifyAtm-upgrade-notice/content/bddify.atm.readme.txt delete mode 100644 NuGet/BddifyAtm-upgrade-notice/tools/install.ps1 delete mode 100644 NuGet/BddifyTicTacToe-upgrade-notice/Bddify.Samples.TicTacToe.nuspec delete mode 100644 NuGet/BddifyTicTacToe-upgrade-notice/content/bddify.tictactoe.readme.txt delete mode 100644 NuGet/BddifyTicTacToe-upgrade-notice/tools/install.ps1 delete mode 100644 NuGet/bddify-upgrade-notice/Bddify.nuspec delete mode 100644 NuGet/bddify-upgrade-notice/content/bddify.readme.txt delete mode 100644 NuGet/bddify-upgrade-notice/tools/install.ps1 rename NuGet/TestStack.BDDfy.Samples/TestStack.BDDfy.Samples.nuspec => TestStack.BDDfy.Samples.nuspec (100%) rename NuGet/TestStack.BDDfy/TestStack.BDDfy.nuspec => TestStack.BDDfy.nuspec (100%) delete mode 100644 go.oldpackages.cmd diff --git a/NuGet/BddifyAtm-upgrade-notice/Bddify.Samples.Atm.nuspec b/NuGet/BddifyAtm-upgrade-notice/Bddify.Samples.Atm.nuspec deleted file mode 100644 index ccd14853..00000000 --- a/NuGet/BddifyAtm-upgrade-notice/Bddify.Samples.Atm.nuspec +++ /dev/null @@ -1,16 +0,0 @@ - - - - Bddify.Samples.Atm - 3.12 - The old and obsolete sample for BDDfy. The new samples are at TestStack.BDDfy.Samples. - Mehdi Khalili - Mehdi Khalili - false - BDDfy is the simplest BDD framework to use and extend - http://nuget.org/packages/TestStack.BDDfy - - - - - diff --git a/NuGet/BddifyAtm-upgrade-notice/content/bddify.atm.readme.txt b/NuGet/BddifyAtm-upgrade-notice/content/bddify.atm.readme.txt deleted file mode 100644 index f1e78f00..00000000 --- a/NuGet/BddifyAtm-upgrade-notice/content/bddify.atm.readme.txt +++ /dev/null @@ -1,23 +0,0 @@ -Firstly thanks a lot for using bddify; but I can see that you are using the old package: -bddify is moved to GitHub and is renamed to BDDfy. The new nuget package name is -TestStack.BDDfy. The samples have also all merged into one called TestStack.BDDfy.Samples. - -So I just went ahead and changed your package to TestStack.BDDfy. If this is the first time you are -downloading this package you will not have to do anything as you have now got the latest of the right -package. If you are updating your existing bddify package, however, you will need to make some -changes to your code so it will compile again: - - - Replace All (ctrl+shift+h) instances of '.Bddify(' with '.BDDfy(' - - Replace All instances of '.Bddify<' with '.BDDfy<' if you are using the overload with TStory type argument. - - Replace All instances of 'using Bddify' with 'using TestStack.BDDfy' - -That is it. You are now using the latest version of BDDfy. - -If your solution still does not compile and complains about missing namespaces, that means you had not -updated your bddify package for a while - since V1.9. A lot of things have changed since then. -Ping me on Twitter on @BDDfy and I will sort you out. - -Sorry for the inconvenience. - -To see the full details you may refer to my post about the change: -http://www.mehdi-khalili.com/bddify-moved-to-github-and-renamed-to-teststack-bddfy \ No newline at end of file diff --git a/NuGet/BddifyAtm-upgrade-notice/tools/install.ps1 b/NuGet/BddifyAtm-upgrade-notice/tools/install.ps1 deleted file mode 100644 index 2ad2a6c7..00000000 --- a/NuGet/BddifyAtm-upgrade-notice/tools/install.ps1 +++ /dev/null @@ -1,4 +0,0 @@ -param($installPath, $toolsPath, $package, $project) -$path = [System.IO.Path] -$readmefile = $path::Combine($installPath, "content\bddify.atm.readme.txt") -$DTE.ItemOperations.OpenFile($readmefile) diff --git a/NuGet/BddifyTicTacToe-upgrade-notice/Bddify.Samples.TicTacToe.nuspec b/NuGet/BddifyTicTacToe-upgrade-notice/Bddify.Samples.TicTacToe.nuspec deleted file mode 100644 index 1f745c5c..00000000 --- a/NuGet/BddifyTicTacToe-upgrade-notice/Bddify.Samples.TicTacToe.nuspec +++ /dev/null @@ -1,16 +0,0 @@ - - - - Bddify.Samples.TicTacToe - 3.12 - The old and obsolete sample for BDDfy. The new samples are at TestStack.BDDfy.Samples. - Mehdi Khalili - Mehdi Khalili - false - BDDfy is the simplest BDD framework to use and extend - http://nuget.org/packages/TestStack.BDDfy - - - - - diff --git a/NuGet/BddifyTicTacToe-upgrade-notice/content/bddify.tictactoe.readme.txt b/NuGet/BddifyTicTacToe-upgrade-notice/content/bddify.tictactoe.readme.txt deleted file mode 100644 index f1e78f00..00000000 --- a/NuGet/BddifyTicTacToe-upgrade-notice/content/bddify.tictactoe.readme.txt +++ /dev/null @@ -1,23 +0,0 @@ -Firstly thanks a lot for using bddify; but I can see that you are using the old package: -bddify is moved to GitHub and is renamed to BDDfy. The new nuget package name is -TestStack.BDDfy. The samples have also all merged into one called TestStack.BDDfy.Samples. - -So I just went ahead and changed your package to TestStack.BDDfy. If this is the first time you are -downloading this package you will not have to do anything as you have now got the latest of the right -package. If you are updating your existing bddify package, however, you will need to make some -changes to your code so it will compile again: - - - Replace All (ctrl+shift+h) instances of '.Bddify(' with '.BDDfy(' - - Replace All instances of '.Bddify<' with '.BDDfy<' if you are using the overload with TStory type argument. - - Replace All instances of 'using Bddify' with 'using TestStack.BDDfy' - -That is it. You are now using the latest version of BDDfy. - -If your solution still does not compile and complains about missing namespaces, that means you had not -updated your bddify package for a while - since V1.9. A lot of things have changed since then. -Ping me on Twitter on @BDDfy and I will sort you out. - -Sorry for the inconvenience. - -To see the full details you may refer to my post about the change: -http://www.mehdi-khalili.com/bddify-moved-to-github-and-renamed-to-teststack-bddfy \ No newline at end of file diff --git a/NuGet/BddifyTicTacToe-upgrade-notice/tools/install.ps1 b/NuGet/BddifyTicTacToe-upgrade-notice/tools/install.ps1 deleted file mode 100644 index f0705424..00000000 --- a/NuGet/BddifyTicTacToe-upgrade-notice/tools/install.ps1 +++ /dev/null @@ -1,4 +0,0 @@ -param($installPath, $toolsPath, $package, $project) -$path = [System.IO.Path] -$readmefile = $path::Combine($installPath, "content\bddify.tictactoe.readme.txt") -$DTE.ItemOperations.OpenFile($readmefile) diff --git a/NuGet/bddify-upgrade-notice/Bddify.nuspec b/NuGet/bddify-upgrade-notice/Bddify.nuspec deleted file mode 100644 index ab7a668f..00000000 --- a/NuGet/bddify-upgrade-notice/Bddify.nuspec +++ /dev/null @@ -1,16 +0,0 @@ - - - - Bddify - 3.12 - A simple to use and extend BDD framework for .Net programmers - Mehdi Khalili - Mehdi Khalili - false - BDDfy is the simplest BDD framework to use and extend - http://nuget.org/packages/TestStack.BDDfy - - - - - diff --git a/NuGet/bddify-upgrade-notice/content/bddify.readme.txt b/NuGet/bddify-upgrade-notice/content/bddify.readme.txt deleted file mode 100644 index f1e78f00..00000000 --- a/NuGet/bddify-upgrade-notice/content/bddify.readme.txt +++ /dev/null @@ -1,23 +0,0 @@ -Firstly thanks a lot for using bddify; but I can see that you are using the old package: -bddify is moved to GitHub and is renamed to BDDfy. The new nuget package name is -TestStack.BDDfy. The samples have also all merged into one called TestStack.BDDfy.Samples. - -So I just went ahead and changed your package to TestStack.BDDfy. If this is the first time you are -downloading this package you will not have to do anything as you have now got the latest of the right -package. If you are updating your existing bddify package, however, you will need to make some -changes to your code so it will compile again: - - - Replace All (ctrl+shift+h) instances of '.Bddify(' with '.BDDfy(' - - Replace All instances of '.Bddify<' with '.BDDfy<' if you are using the overload with TStory type argument. - - Replace All instances of 'using Bddify' with 'using TestStack.BDDfy' - -That is it. You are now using the latest version of BDDfy. - -If your solution still does not compile and complains about missing namespaces, that means you had not -updated your bddify package for a while - since V1.9. A lot of things have changed since then. -Ping me on Twitter on @BDDfy and I will sort you out. - -Sorry for the inconvenience. - -To see the full details you may refer to my post about the change: -http://www.mehdi-khalili.com/bddify-moved-to-github-and-renamed-to-teststack-bddfy \ No newline at end of file diff --git a/NuGet/bddify-upgrade-notice/tools/install.ps1 b/NuGet/bddify-upgrade-notice/tools/install.ps1 deleted file mode 100644 index a2fef557..00000000 --- a/NuGet/bddify-upgrade-notice/tools/install.ps1 +++ /dev/null @@ -1,4 +0,0 @@ -param($installPath, $toolsPath, $package, $project) -$path = [System.IO.Path] -$readmefile = $path::Combine($installPath, "content\bddify.readme.txt") -$DTE.ItemOperations.OpenFile($readmefile) diff --git a/Packages.build b/Packages.build index 00423ffb..95f68b88 100644 --- a/Packages.build +++ b/Packages.build @@ -6,7 +6,7 @@ 0.0.0.0 $(MSBuildProjectDirectory)\Build $(BuildPath)\Library - $(MSBuildProjectDirectory)\NuGet + $(MSBuildProjectDirectory) $(MSBuildProjectDirectory)\PackageBuild $(PackageWorkingPath)\Library $(PackageWorkingPath)\PackageTemp @@ -18,9 +18,9 @@ $(MSBuildProjectDirectory)\Samples\TestStack.BDDfy.Samples - $(PackageDefinitionPath)\TestStack.BDDfy + $(PackageDefinitionPath) $(BDDfySpecPath)\TestStack.BDDfy.nuspec - $(PackageDefinitionPath)\TestStack.BDDfy.Samples + $(PackageDefinitionPath) $(SamplesSpecPath)\TestStack.BDDfy.Samples.nuspec diff --git a/NuGet/TestStack.BDDfy.Samples/TestStack.BDDfy.Samples.nuspec b/TestStack.BDDfy.Samples.nuspec similarity index 100% rename from NuGet/TestStack.BDDfy.Samples/TestStack.BDDfy.Samples.nuspec rename to TestStack.BDDfy.Samples.nuspec diff --git a/NuGet/TestStack.BDDfy/TestStack.BDDfy.nuspec b/TestStack.BDDfy.nuspec similarity index 100% rename from NuGet/TestStack.BDDfy/TestStack.BDDfy.nuspec rename to TestStack.BDDfy.nuspec diff --git a/TestStack.BDDfy.sln b/TestStack.BDDfy.sln index 181c0101..106a905e 100644 --- a/TestStack.BDDfy.sln +++ b/TestStack.BDDfy.sln @@ -10,18 +10,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution readme.md = readme.md release-notes.md = release-notes.md TestStack.BDDfy.build = TestStack.BDDfy.build - EndProjectSection -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NuGet", "NuGet", "{AA269083-ED8A-406E-AB02-8F80B7B74A26}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TestStack.BDDfy", "TestStack.BDDfy", "{302859D2-2B1B-44DC-8498-81E588921CBD}" - ProjectSection(SolutionItems) = preProject - NuGet\TestStack.BDDfy\TestStack.BDDfy.nuspec = NuGet\TestStack.BDDfy\TestStack.BDDfy.nuspec - EndProjectSection -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TestStack.BDDfy.Samples", "TestStack.BDDfy.Samples", "{E8753E3B-8534-4C10-B83F-DEEC483B68B4}" - ProjectSection(SolutionItems) = preProject - NuGet\TestStack.BDDfy.Samples\TestStack.BDDfy.Samples.nuspec = NuGet\TestStack.BDDfy.Samples\TestStack.BDDfy.Samples.nuspec + TestStack.BDDfy.nuspec = TestStack.BDDfy.nuspec + TestStack.BDDfy.Samples.nuspec = TestStack.BDDfy.Samples.nuspec EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestStack.BDDfy", "TestStack.BDDfy\TestStack.BDDfy.csproj", "{DA6BCB39-307C-4A8E-9A3A-27BB2DBC44A3}" @@ -77,9 +67,6 @@ Global HideSolutionNode = FALSE EndGlobalSection GlobalSection(NestedProjects) = preSolution - {AA269083-ED8A-406E-AB02-8F80B7B74A26} = {8F515887-AAB5-4873-8BE9-5AB10685EBCB} - {302859D2-2B1B-44DC-8498-81E588921CBD} = {AA269083-ED8A-406E-AB02-8F80B7B74A26} - {E8753E3B-8534-4C10-B83F-DEEC483B68B4} = {AA269083-ED8A-406E-AB02-8F80B7B74A26} {9D14B03B-9514-4DD8-9D4B-914A10D7EB59} = {2388D556-6292-49BA-B078-1A04377C17A2} EndGlobalSection EndGlobal diff --git a/go.oldpackages.cmd b/go.oldpackages.cmd deleted file mode 100644 index 11daca1a..00000000 --- a/go.oldpackages.cmd +++ /dev/null @@ -1,3 +0,0 @@ -.\Resource\Tool\NuGet\NuGet.exe pack .\NuGet\bddify-upgrade-notice\Bddify.nuspec -.\Resource\Tool\NuGet\NuGet.exe pack .\NuGet\bddifyAtm-upgrade-notice\Bddify.Samples.Atm.nuspec -.\Resource\Tool\NuGet\NuGet.exe pack .\NuGet\bddifyTicTacToe-upgrade-notice\Bddify.Samples.TicTacToe.nuspec