Merge pull request #216 from icsharpcode/version61builds
Set version to 6.1-p1
This commit is contained in:
Коммит
e9df2d9f45
|
@ -9,11 +9,11 @@
|
|||
<AssemblyOriginatorKeyFile>ICSharpCode.AvalonEdit.snk</AssemblyOriginatorKeyFile>
|
||||
<DocumentationFile>ICSharpCode.AvalonEdit.xml</DocumentationFile>
|
||||
<Company>ic#code</Company>
|
||||
<Copyright>2000-2019 AlphaSierraPapa for the SharpDevelop Team</Copyright>
|
||||
<Copyright>2000-2020 AlphaSierraPapa for the SharpDevelop Team</Copyright>
|
||||
<Description>AvalonEdit is the WPF-based text editor used in SharpDevelop. There are three builds of AvalonEdit included in this package: .NET 4.0, 4.5 and .NET Core 3.0.</Description>
|
||||
<Version>6.0</Version>
|
||||
<AssemblyVersion>6.0.0.0</AssemblyVersion>
|
||||
<FileVersion>6.0.0.0</FileVersion>
|
||||
<Version>6.1</Version>
|
||||
<AssemblyVersion>6.1.0.0</AssemblyVersion>
|
||||
<FileVersion>6.1.0.0</FileVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
|
@ -63,7 +63,7 @@
|
|||
<EmbeddedResource Include="Highlighting\Resources\*" />
|
||||
<EmbeddedResource Remove="Highlighting\Resources\Resources.cs" />
|
||||
<Resource Include="Highlighting\Resources\Resources.cs" />
|
||||
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19367-01">
|
||||
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0">
|
||||
<PrivateAssets>all</PrivateAssets>
|
||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
||||
</PackageReference>
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
version: '6.0.1.{build}'
|
||||
version: '6.1.0.{build}'
|
||||
|
||||
dotnet_csproj:
|
||||
patch: true
|
||||
file: '**\*.csproj'
|
||||
version: '6.0.1'
|
||||
version: '6.1.0-preview1'
|
||||
assembly_version: '{version}'
|
||||
file_version: '{version}'
|
||||
|
||||
|
|
|
@ -7,7 +7,8 @@ pr:
|
|||
variables:
|
||||
solution: '**/ICSharpCode.AvalonEdit.sln'
|
||||
buildPlatform: 'Any CPU'
|
||||
buildVersion: '6.0.1.$(Build.BuildId)'
|
||||
buildVersion: '6.1.0.$(Build.BuildId)'
|
||||
nupkgVersion: '6.1.0-preview1'
|
||||
|
||||
pool:
|
||||
vmImage: 'windows-2019'
|
||||
|
@ -41,7 +42,7 @@ steps:
|
|||
WriteBOM: false
|
||||
VersionNumber: '$(buildVersion)'
|
||||
FileVersionNumber: '$(buildVersion)'
|
||||
PackageVersion: '$(buildVersion)'
|
||||
PackageVersion: '$(nupkgVersion)'
|
||||
|
||||
- task: VSBuild@1
|
||||
inputs:
|
||||
|
|
Загрузка…
Ссылка в новой задаче