Skip to content

Commit

Permalink
Remove .preview suffixes for 1.1.0 release (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmrdavid authored Nov 13, 2023
1 parent b13778f commit eb18611
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

# v1.1.0

- Microsoft.Azure.DurableTask.Core dependency increased to `2.16.0`


## v1.1.0-preview.2

- Microsoft.Azure.DurableTask.Core dependency increased to `2.16.0-preview.2`
Expand Down
2 changes: 1 addition & 1 deletion eng/targets/Release.props
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<PropertyGroup>
<VersionPrefix>1.1.0</VersionPrefix>
<VersionSuffix>preview.2</VersionSuffix>
<VersionSuffix></VersionSuffix>
</PropertyGroup>

</Project>
2 changes: 1 addition & 1 deletion src/Abstractions/Abstractions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Azure.DurableTask.Core" Version="2.16.0-preview.2" />
<PackageReference Include="Microsoft.Azure.DurableTask.Core" Version="2.16.0" />
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.0" />
Expand Down

0 comments on commit eb18611

Please sign in to comment.