Skip to content

Commit

Permalink
Bump back to 4.3.1 for a patch, and update some dependency versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
mellinoe committed Jun 13, 2018
1 parent dfd23ee commit ff8fcf6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Veldrid.ImGui/Veldrid.ImGui.csproj
Expand Up @@ -42,7 +42,7 @@
<ItemGroup>
<ProjectReference Include="..\Veldrid\Veldrid.csproj" />
<ProjectReference Include="..\Veldrid.SDL2\Veldrid.SDL2.csproj" />
<PackageReference Include="ImGui.NET" Version="0.4.2" />
<PackageReference Include="ImGui.NET" Version="0.4.5" />
</ItemGroup>

<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Veldrid.SDL2/Veldrid.SDL2.csproj
Expand Up @@ -26,7 +26,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="NativeLibraryLoader" Version="1.0.5" />
<PackageReference Include="NativeLibraryLoader" Version="1.0.9" />
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.4.0" />
<PackageReference Include="System.Numerics.Vectors" Version="4.4.0" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion version.json
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "4.4.0-beta1.{height}",
"version": "4.3.1",
"publicReleaseRefSpec": [
"^refs/tags/v\\d+\\.\\d+" // we also release tags starting with vN.N
],
Expand Down

0 comments on commit ff8fcf6

Please sign in to comment.