Skip to content

Commit d58d484

Browse files
change package version
1 parent dfe3dcd commit d58d484

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

JsonAutoService.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>netcoreapp3.1</TargetFramework>
5-
<Version>1.0.0</Version>
5+
<Version>2.0.0</Version>
66
</PropertyGroup>
77

88
<ItemGroup>

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# https://docs.microsoft.com/azure/devops/pipelines/languages/dotnet-core
55

66
trigger:
7-
- nuget-version
7+
- master
88
variables:
99
buildConfiguration: 'Release'
1010

0 commit comments

Comments
 (0)