File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ $ dotnet add package McMaster.Extensions.CommandLineUtils
2727```
2828``` xml
2929<ItemGroup >
30- <PackageReference Include =" McMaster.Extensions.CommandLineUtils" Version =" 2.1.0 " />
30+ <PackageReference Include =" McMaster.Extensions.CommandLineUtils" Version =" 2.1.1 " />
3131</ItemGroup >
3232```
3333
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
33 <VersionPrefix >2.1.1</VersionPrefix >
4- <VersionSuffix >alpha </VersionSuffix >
4+ <VersionSuffix >rtm </VersionSuffix >
55 <PackageVersion Condition =" '$(APPVEYOR_REPO_TAG)' == 'true' AND '$(VersionSuffix)' != ''" >$(VersionPrefix)-$(VersionSuffix)</PackageVersion >
66 <PackageVersion Condition =" '$(APPVEYOR_REPO_TAG)' == 'true' AND '$(VersionSuffix)' == 'rtm'" >$(VersionPrefix)</PackageVersion >
77
You can’t perform that action at this time.
0 commit comments