Skip to content

Commit 87568dc

Browse files
authored
bump autorest (#228)
* bump autorest * change log * update pipeline * use dotnet core 3.1 in test
1 parent bb84524 commit 87568dc

File tree

5 files changed

+20
-16
lines changed

5 files changed

+20
-16
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.9.6 Released on 2022-06-09
4+
5+
- using autorest v3.6.1'.
6+
37
## 0.9.3 Released on 2022-02-09
48

59
- bugfix for 'ConstraintIsStronger'.

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
trigger:
2-
- master
2+
- main
33

44
pool:
5-
vmImage: 'vs2017-win2016'
5+
vmImage: 'windows-latest'
66

77
steps:
88
- script: npm install

openapi-diff/src/modeler/AutoRest.Swagger.Tests/AutoRest.Swagger.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Import Project="$(common)project-xunittest.proj" />
55

66
<PropertyGroup>
7-
<TargetFramework>netcoreapp2.0</TargetFramework>
7+
<TargetFramework>netcoreapp3.1</TargetFramework>
88
<LangVersion>7.1</LangVersion>
99
</PropertyGroup>
1010

package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure/oad",
3-
"version": "0.9.5",
3+
"version": "0.9.6",
44
"author": {
55
"name": "Microsoft Corporation",
66
"email": "[email protected]",
@@ -16,7 +16,7 @@
1616
"@ts-common/source-map": "^0.5.0",
1717
"@ts-common/string-map": "^0.3.0",
1818
"acorn": "^5.7.4",
19-
"autorest": "^2.0.4407",
19+
"autorest": "^3.6.1",
2020
"glob": "^7.1.3",
2121
"js-yaml": "^3.13.1",
2222
"json-pointer": "^0.6.2",

0 commit comments

Comments
 (0)