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>
|
<AssemblyOriginatorKeyFile>ICSharpCode.AvalonEdit.snk</AssemblyOriginatorKeyFile>
|
||||||
<DocumentationFile>ICSharpCode.AvalonEdit.xml</DocumentationFile>
|
<DocumentationFile>ICSharpCode.AvalonEdit.xml</DocumentationFile>
|
||||||
<Company>ic#code</Company>
|
<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>
|
<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>
|
<Version>6.1</Version>
|
||||||
<AssemblyVersion>6.0.0.0</AssemblyVersion>
|
<AssemblyVersion>6.1.0.0</AssemblyVersion>
|
||||||
<FileVersion>6.0.0.0</FileVersion>
|
<FileVersion>6.1.0.0</FileVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
|
@ -63,7 +63,7 @@
|
||||||
<EmbeddedResource Include="Highlighting\Resources\*" />
|
<EmbeddedResource Include="Highlighting\Resources\*" />
|
||||||
<EmbeddedResource Remove="Highlighting\Resources\Resources.cs" />
|
<EmbeddedResource Remove="Highlighting\Resources\Resources.cs" />
|
||||||
<Resource Include="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>
|
<PrivateAssets>all</PrivateAssets>
|
||||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
||||||
</PackageReference>
|
</PackageReference>
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
version: '6.0.1.{build}'
|
version: '6.1.0.{build}'
|
||||||
|
|
||||||
dotnet_csproj:
|
dotnet_csproj:
|
||||||
patch: true
|
patch: true
|
||||||
file: '**\*.csproj'
|
file: '**\*.csproj'
|
||||||
version: '6.0.1'
|
version: '6.1.0-preview1'
|
||||||
assembly_version: '{version}'
|
assembly_version: '{version}'
|
||||||
file_version: '{version}'
|
file_version: '{version}'
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,8 @@ pr:
|
||||||
variables:
|
variables:
|
||||||
solution: '**/ICSharpCode.AvalonEdit.sln'
|
solution: '**/ICSharpCode.AvalonEdit.sln'
|
||||||
buildPlatform: 'Any CPU'
|
buildPlatform: 'Any CPU'
|
||||||
buildVersion: '6.0.1.$(Build.BuildId)'
|
buildVersion: '6.1.0.$(Build.BuildId)'
|
||||||
|
nupkgVersion: '6.1.0-preview1'
|
||||||
|
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'windows-2019'
|
vmImage: 'windows-2019'
|
||||||
|
@ -41,7 +42,7 @@ steps:
|
||||||
WriteBOM: false
|
WriteBOM: false
|
||||||
VersionNumber: '$(buildVersion)'
|
VersionNumber: '$(buildVersion)'
|
||||||
FileVersionNumber: '$(buildVersion)'
|
FileVersionNumber: '$(buildVersion)'
|
||||||
PackageVersion: '$(buildVersion)'
|
PackageVersion: '$(nupkgVersion)'
|
||||||
|
|
||||||
- task: VSBuild@1
|
- task: VSBuild@1
|
||||||
inputs:
|
inputs:
|
||||||
|
|
Загрузка…
Ссылка в новой задаче