Skip to content

Commit

Permalink
Merge pull request #29 from Sergio0694/fix-native-guid
Browse files Browse the repository at this point in the history
Bump TerraFX.Interop.Windows dependency
  • Loading branch information
tannergooding committed Nov 7, 2022
2 parents b0a3697 + 4e00da0 commit 17b1a42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<PackageOutputPath>$(BaseArtifactsPath)pkg/$(Configuration)/</PackageOutputPath>
<Product>TerraFX.Interop.D3D12MemoryAllocator</Product>
<RootNamespace>TerraFX.Interop</RootNamespace>
<VersionPrefix>2.0.1.1</VersionPrefix>
<VersionPrefix>2.0.1.2</VersionPrefix>
<VersionSuffix Condition="'$(EXCLUDE_SUFFIX_FROM_VERSION)' != 'true'">rc1</VersionSuffix>
<VersionSuffix Condition="'$(GITHUB_EVENT_NAME)' == 'pull_request'">pr</VersionSuffix>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="1.1.1" />
<PackageVersion Include="NUnit" Version="3.13.3" />
<PackageVersion Include="NUnit3TestAdapter" Version="4.2.1" />
<PackageVersion Include="TerraFX.Interop.Windows" Version="10.0.20348.4" />
<PackageVersion Include="TerraFX.Interop.Windows" Version="10.0.20348.5" />
</ItemGroup>

</Project>

0 comments on commit 17b1a42

Please sign in to comment.