Skip to content

Commit c21e6bd

Browse files
committed
v2.1.0
1 parent 37a4cea commit c21e6bd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/Dnt.Commands/Dnt.Commands.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Authors>Rico Suter</Authors>
88
<Company>Rico Suter</Company>
99
<PackageId>DNT.Commands</PackageId>
10-
<Version>2.0.1</Version>
10+
<Version>2.1.0</Version>
1111
<Description>Command line tools to manage .NET Core, Standard and SDK-style projects and solutions.</Description>
1212
<PackageProjectUrl>https://github.com/RSuter/DNT</PackageProjectUrl>
1313
<PackageLicenseUrl>https://github.com/RSuter/DNT/blob/master/LICENSE.md</PackageLicenseUrl>

src/Dnt.NetFx/Dnt.NetFx.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<AssemblyName>dnt</AssemblyName>
66
<DebugType>embedded</DebugType>
77
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
8-
<Version>2.0.1</Version>
8+
<Version>2.1.0</Version>
99
<Description>Command line tools to manage .NET Core, Standard and SDK-style projects and solutions.</Description>
1010
<PackageProjectUrl>https://github.com/RSuter/DNT</PackageProjectUrl>
1111
<PackageLicenseUrl>https://github.com/RSuter/DNT/blob/master/LICENSE.md</PackageLicenseUrl>

src/Dnt.Npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dotnettools",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"optionalDependencies": {},
55
"repository": {
66
"type": "git",

src/Dnt/Dnt.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<Authors>Rico Suter</Authors>
1111
<Company>Rico Suter</Company>
1212
<Product>DotNetTools (DNT)</Product>
13-
<Version>2.0.1</Version>
13+
<Version>2.1.0</Version>
1414
<PackageId>DNT</PackageId>
1515
<DebugType>embedded</DebugType>
1616
<PackAsTool>true</PackAsTool>

0 commit comments

Comments
 (0)