Skip to content

Commit f641439

Browse files
committed
Added readme.txt to the root package.
1 parent be16de5 commit f641439

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-0
lines changed

TestStack.FluentMVCTesting.Mvc3/TestStack.FluentMVCTesting.Mvc3.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@
9797
<None Include="packages.config" />
9898
<None Include="TestStack.FluentMVCTesting.Mvc3.nuspec" />
9999
</ItemGroup>
100+
<ItemGroup>
101+
<Content Include="readme.txt" />
102+
</ItemGroup>
100103
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
101104
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
102105
Other similar extension points exist, see Microsoft.Common.targets.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
FluentMVCTesting
2+
==============
3+
4+
* For the project homepage including the current README, see https://github.com/TestStack/TestStack.FluentMVCTesting
5+
* To check for potential breaking changes in this release, see https://github.com/TestStack/TestStack.FluentMVCTesting/blob/master/BREAKING_CHANGES.md
6+
* If you need to raise an issue or check for an existing issue, see https://github.com/TestStack/TestStack.FluentMVCTesting/issues

TestStack.FluentMvcTesting/TestStack.FluentMVCTesting.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@
8686
<None Include="packages.config" />
8787
<None Include="TestStack.FluentMVCTesting.nuspec" />
8888
</ItemGroup>
89+
<ItemGroup>
90+
<Content Include="readme.txt" />
91+
</ItemGroup>
8992
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
9093
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
9194
Other similar extension points exist, see Microsoft.Common.targets.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
FluentMVCTesting
2+
==============
3+
4+
* For the project homepage including the current README, see https://github.com/TestStack/TestStack.FluentMVCTesting
5+
* To check for potential breaking changes in this release, see https://github.com/TestStack/TestStack.FluentMVCTesting/blob/master/BREAKING_CHANGES.md
6+
* If you need to raise an issue or check for an existing issue, see https://github.com/TestStack/TestStack.FluentMVCTesting/issues

0 commit comments

Comments
 (0)