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

Commit

Permalink
Bump version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nil4 committed Jun 10, 2018
1 parent c6b3a4e commit f10f761
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ is that you can use the same command, for both installation and usage, across al
Install `dotnet-xdt` as a global tool (only once):

```cmd
dotnet tool install --global dotnet-xdt --version 2.1.0-rc.1
dotnet tool install --global dotnet-xdt --version 2.1.0
```

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

```cmd
dotnet add package DotNet.Xdt --version 2.1.0-rc.1
dotnet add package DotNet.Xdt --version 2.1.0
```

You can apply XDT transforms to any XML file, or other XML sources that can be read from
Expand Down
2 changes: 1 addition & 1 deletion dotnet-xdt/dotnet-xdt.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<AssemblyName>dotnet-xdt</AssemblyName>

<FileVersion>2.1.0</FileVersion>
<Version>$(FileVersion)-rc.1</Version>
<Version>$(FileVersion)</Version>

<_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>
</PropertyGroup>
Expand Down

0 comments on commit f10f761

Please sign in to comment.