Skip to content

Commit

Permalink
Merge pull request #377 from Azure/dev/reynoldsa/update_nuspec_net8
Browse files Browse the repository at this point in the history
Updated Analyzer.TemplateProcessing.nuspec to label net8.0 artifacts properly
  • Loading branch information
reynoldsa authored Dec 11, 2024
2 parents 42bdca0 + 12c1156 commit e4202ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</metadata>

<files>
<file src="..\Analyzer.BicepProcessor\bin\$configuration$\net8.0\*.dll" target="lib\net6.0\" />
<file src="..\Analyzer.BicepProcessor\bin\$configuration$\net8.0\*.dll" target="lib\net8.0\" />
</files>

</package>
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>0.8.1</Version>
<Version>0.8.2</Version>
<Authors>Microsoft</Authors>
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
</PropertyGroup>
Expand Down

0 comments on commit e4202ea

Please sign in to comment.