Skip to content
This repository was archived by the owner on Dec 10, 2020. It is now read-only.

Commit f10f761

Browse files
committed
Bump version to 2.1.0
1 parent c6b3a4e commit f10f761

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ is that you can use the same command, for both installation and usage, across al
1414
Install `dotnet-xdt` as a global tool (only once):
1515

1616
```cmd
17-
dotnet tool install --global dotnet-xdt --version 2.1.0-rc.1
17+
dotnet tool install --global dotnet-xdt --version 2.1.0
1818
```
1919

2020
And then you can apply XDT transforms, from the command-line, anywhere on your PC, e.g.:
@@ -58,7 +58,7 @@ Download the latest build of `dotnet-xdt.exe` from the [AppVeyor build artifacts
5858
For complete flexibility, reference the cross-platform `DotNet.Xdt` NuGet package in your application:
5959

6060
```cmd
61-
dotnet add package DotNet.Xdt --version 2.1.0-rc.1
61+
dotnet add package DotNet.Xdt --version 2.1.0
6262
```
6363

6464
You can apply XDT transforms to any XML file, or other XML sources that can be read from

dotnet-xdt/dotnet-xdt.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<AssemblyName>dotnet-xdt</AssemblyName>
1919

2020
<FileVersion>2.1.0</FileVersion>
21-
<Version>$(FileVersion)-rc.1</Version>
21+
<Version>$(FileVersion)</Version>
2222

2323
<_ReleaseNotes>Use `dotnet-xdt` as a .NET Core 2.1 global tool, or standalone .NET 4.6.1 executable. Reference `DotNet.Xdt` as a .NET Standard 2.0 library.</_ReleaseNotes>
2424
</PropertyGroup>

0 commit comments

Comments
 (0)