Skip to content

Commit

Permalink
Downgrade AutoRest back to 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iedeny authored and andreesteve committed Feb 24, 2017
1 parent 3d1745b commit 6676183
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CSharp/Library/Microsoft.Bot.Builder/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="AutoRest" version="0.17.3" targetFramework="net461" developmentDependency="true" />
<package id="autorest" version="0.16.0" targetFramework="net461" developmentDependency="true" />
<package id="Chronic.Signed" version="0.3.2" targetFramework="net46" />
<package id="Microsoft.Rest.ClientRuntime" version="2.3.5" targetFramework="net461" />
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net461" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="AutoRest" version="0.17.3" targetFramework="net461" developmentDependency="true" />
<package id="autorest" version="0.16.0" targetFramework="net461" developmentDependency="true" />
<package id="Microsoft.AspNet.WebApi.Client" version="5.2.3" targetFramework="net45" />
<package id="Microsoft.AspNet.WebApi.Core" version="5.2.3" targetFramework="net45" />
<package id="Microsoft.Extensions.Configuration" version="1.1.0" targetFramework="net461" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
rd /s /q Client
call npm install replace@0.3.0

..\..\packages\autorest.0.17.3\tools\AutoRest -namespace Microsoft.Bot.Connector -input swagger\ConnectorApi.json -outputDirectory ConnectorAPI -AddCredentials -ClientName ConnectorClient
..\..\packages\autorest.0.17.3\tools\AutoRest -namespace Microsoft.Bot.Connector -input swagger\StateAPI.json -outputDirectory StateApi -AddCredentials -ClientName StateClient
..\..\packages\autorest.0.16.0\tools\AutoRest -namespace Microsoft.Bot.Connector -input swagger\ConnectorApi.json -outputDirectory ConnectorAPI -AddCredentials -ClientName ConnectorClient
..\..\packages\autorest.0.16.0\tools\AutoRest -namespace Microsoft.Bot.Connector -input swagger\StateAPI.json -outputDirectory StateApi -AddCredentials -ClientName StateClient

cd ConnectorAPI
call ..\node_modules\.bin\replace "Microsoft.Bot.Connector.Models" "Microsoft.Bot.Connector" . -r --include="*.cs"
Expand Down

0 comments on commit 6676183

Please sign in to comment.