Skip to content

Commit ff50ec0

Browse files
agockeCopilot
andauthored
Bump version to 1.1.2 (#328)
## Summary Bump version to 1.1.2 for the next release. ## Changes since v1.1.1 ### Bug Fixes * Fix SDK extraction failing on tarballs with symlinks (.NET 11 Preview 2+) #326 ### Dependencies * Bump Azure.Security.KeyVault.Keys from 4.8.0 to 4.9.0 * Bump coverlet.collector from 6.0.4 to 8.0.0 * Bump xunit.v3 from 3.2.1 to 3.2.2 * Bump Microsoft.NET.Test.Sdk from 18.0.1 to 18.3.0 * Bump Serde from 0.10.0 to 0.10.2 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 298ba49 commit ff50ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
<GitHeadSha Condition="'$(RefPath)' != '' AND Exists('$(RefPath)')">$([System.IO.File]::ReadAllText('$(RefPath)').Trim())</GitHeadSha>
1515
<GitHeadSha Condition="'$(HeadFileContent)' != '' AND '$(RefPath)' == ''">$(HeadFileContent)</GitHeadSha>
1616
<ShortSha Condition="'$(GitHeadSha)' != ''">$(GitHeadSha.Substring(0, 8))</ShortSha>
17-
<SemVer>1.1.1</SemVer>
17+
<SemVer>1.1.2</SemVer>
1818
</PropertyGroup>
1919
</Project>

0 commit comments

Comments
 (0)