Skip to content

Commit

Permalink
Merge pull request #245 from petabridge/dev
Browse files Browse the repository at this point in the history
v1.2.1 Release
  • Loading branch information
Aaronontheweb authored Jul 11, 2018
2 parents 91f604a + 6eeeaa7 commit 7fdcbca
Showing 5 changed files with 14 additions and 77 deletions.
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#### v1.2.1 July 11 2018
Fixed an issue with the `dotnet-nbench` package where it missed a required runtime in order to execute against .NET Core 2.* projects.

#### v1.2.0 July 10 2018
Introduces the `dotnet-nbench` package, which allows all NBench packages to be executed via the `dotnet` CLI regardless of how many frameworks are targeted by a particular project.

46 changes: 0 additions & 46 deletions src/NBench.Runner.DotNetCli/dotnet-nbench.nuspec

This file was deleted.

9 changes: 9 additions & 0 deletions src/NBench.Runner.DotNetCli/dotnet-nbench.nuspec.template
Original file line number Diff line number Diff line change
@@ -25,6 +25,15 @@
<dependency id="System.Xml.XPath" version="4.3.0" />
<dependency id="System.Xml.XPath.XmlDocument" version="4.3.0" />
</group>

<group targetFramework="netcoreapp2.0">
<dependency id="Microsoft.NETCore.App" version="2.0.0" />
<dependency id="System.Collections.Specialized" version="4.3.0" />
<dependency id="System.Xml.XPath" version="4.3.0" />
<dependency id="System.Xml.XPath.XmlDocument" version="4.3.0" />
</group>


</dependencies>
</metadata>
<files>
27 changes: 0 additions & 27 deletions src/NBench.Runner/NBench.Runner.nuspec

This file was deleted.

6 changes: 2 additions & 4 deletions src/common.props
Original file line number Diff line number Diff line change
@@ -2,10 +2,8 @@
<PropertyGroup>
<Copyright>Copyright © 2015-2018 Petabridge</Copyright>
<Authors>Petabridge</Authors>
<VersionPrefix>1.1.1</VersionPrefix>
<PackageReleaseNotes>Minor bugfix release for NBench v1.1.0.
Resolved [fix NBench.Runner dotnet publish output](https://github.com/petabridge/NBench/issues/237), so the stand-alone runner should now work as part fo the `NBench.Runner` package.
Please note that all binaries are now located inside the `tools/{framework}` folder inside the `NBench.Runner` package.</PackageReleaseNotes>
<VersionPrefix>1.2.1</VersionPrefix>
<PackageReleaseNotes>Fixed an issue with the `dotnet-nbench` package where it missed a required runtime in order to execute against .NET Core 2.* projects.</PackageReleaseNotes>
<PackageProjectUrl>
https://github.com/petabridge/NBench
</PackageProjectUrl>

0 comments on commit 7fdcbca

Please # to comment.