Skip to content

Commit

Permalink
Update Azure.Core version to 1.1.0 (#10367)
Browse files Browse the repository at this point in the history
  • Loading branch information
pakrym authored Mar 6, 2020
1 parent 4c390c8 commit 4b30e37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sdk/core/Azure.Core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 1.0.3 (2020-03-05)
## 1.1.0 (2020-03-05)

### Fixes and improvements
- Add OPTIONS and TRACE HTTP request methods.
Expand Down
4 changes: 2 additions & 2 deletions sdk/core/Azure.Core/src/Azure.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Description>This is the implementation of the Azure Client Pipeline</Description>
<AssemblyTitle>Microsoft Azure Client Pipeline</AssemblyTitle>
<Version>1.1.0-preview.1</Version>
<Version>1.1.0</Version>
<PackageTags>Microsoft Azure Client Pipeline</PackageTags>
<Nullable>enable</Nullable>
<DefineConstants>$(DefineConstants);AZURE_NULLABLE</DefineConstants>
Expand Down Expand Up @@ -33,4 +33,4 @@
<Compile Include="Shared\DiagnosticScope.cs" />
<Compile Include="Shared\TaskExtensions.cs" />
</ItemGroup>
</Project>
</Project>

0 comments on commit 4b30e37

Please sign in to comment.