Skip to content

Commit

Permalink
Prepare for public preview (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
jviau authored Oct 18, 2023
1 parent e54807d commit 241b13b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
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>entities-preview.2</VersionSuffix>
<VersionSuffix>preview.1</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.15.0-entities-preview.2" />
<PackageReference Include="Microsoft.Azure.DurableTask.Core" Version="2.16.0-preview.1" />
<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
2 changes: 1 addition & 1 deletion src/Abstractions/RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- Add support for durable entities
- Add support for durable entities
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ The client is responsible for interacting with orchestrations from outside the w
<EnableStyleCop>true</EnableStyleCop>
</PropertyGroup>

<PropertyGroup>
<!-- We are still working on this package for entities preview. -->
<VersionPrefix>1.0.5</VersionPrefix>
<VersionSuffix></VersionSuffix> <!-- Need this here to set it back to empty. -->
</PropertyGroup>


<ItemGroup>
<ProjectReference Include="../Core/Client.csproj" />
</ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions src/Grpc/RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Add support for durable entities

0 comments on commit 241b13b

Please sign in to comment.