Skip to content

Commit 023f0ac

Browse files
CopilotYunchuWang
andauthored
Remove preview suffix from source generator package version (#541)
* Initial plan * Remove preview suffix from source generator package version Co-authored-by: YunchuWang <[email protected]> * Remove empty VersionSuffix property Co-authored-by: YunchuWang <[email protected]> * Revert samples/Directory.Packages.props to use preview version until package is published Co-authored-by: YunchuWang <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: YunchuWang <[email protected]>
1 parent ce4a7c7 commit 023f0ac

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To get started, add the [Microsoft.Azure.Functions.Worker.Extensions.DurableTask
3535
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.DurableTask" Version="1.2.2" />
3636
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.0.13" />
3737
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.7.0" OutputItemType="Analyzer" />
38-
<PackageReference Include="Microsoft.DurableTask.Generators" Version="1.0.0-preview.1" OutputItemType="Analyzer" />
38+
<PackageReference Include="Microsoft.DurableTask.Generators" Version="1.0.0" OutputItemType="Analyzer" />
3939
</ItemGroup>
4040
```
4141

src/Generators/Generators.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
<PropertyGroup>
2222
<!-- This file intentionally versions separately from the other packages. -->
2323
<VersionPrefix>1.0.0</VersionPrefix>
24-
<VersionSuffix>preview.1</VersionSuffix>
2524
</PropertyGroup>
2625

2726
<ItemGroup>

0 commit comments

Comments
 (0)