Skip to content

Commit

Permalink
Bump to version 28
Browse files Browse the repository at this point in the history
  • Loading branch information
yang-er committed Dec 12, 2021
1 parent 6231a79 commit 06c5aa5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Commonly Used Extension Methods:
<BaseIntermediateOutputPath>$(MSBuildThisFileDirectory)artifacts\obj\$(MSBuildProjectName)\</BaseIntermediateOutputPath>

<!-- Versioning -->
<XysMinorVersion>27</XysMinorVersion>
<XysMinorVersion>28</XysMinorVersion>
<ExtensionPackagePrefix>XiaoYang.EntityFrameworkCore.Bulk</ExtensionPackagePrefix>

<!-- Product versions -->
Expand All @@ -48,7 +48,7 @@ Commonly Used Extension Methods:

<!-- Assembly Information -->
<PropertyGroup Condition=" $(MSBuildProjectName.EndsWith('-6.0')) ">
<PackageVersion>6.0.$(XysMinorVersion)-preview</PackageVersion>
<PackageVersion>6.0.$(XysMinorVersion)</PackageVersion>
<Version>6.0.0</Version>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<FileVersion>6.0.0.0</FileVersion>
Expand Down
9 changes: 1 addition & 8 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,10 @@ jobs:
dotnet --list-sdks
displayName: 'Setup Environment'

- task: DotNetCoreCLI@2
inputs:
command: 'restore'
feedsToUse: 'select'
displayName: 'Restore Dependency'

- task: DotNetCoreCLI@2
inputs:
command: 'build'
arguments: '--no-restore'
displayName: 'Build Plugin'
displayName: 'Restore and Build Plugin'

- task: DotNetCoreCLI@2
inputs:
Expand Down

0 comments on commit 06c5aa5

Please sign in to comment.