Skip to content

Commit

Permalink
February 21, 2024 (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn authored Feb 22, 2024
1 parent 6cd1a24 commit 6e9b60f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .nuget/uvatlas_desktop_2019.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<description>This version is for Windows desktop applications using Visual Studio 2019 (16.11) or Visual Studio 2022.

UVAtlas, a shared source library for creating and packing an isochart texture atlas.</description>
<releaseNotes>Matches the December 31, 2023 release on GitHub.</releaseNotes>
<releaseNotes>Matches the February 21, 2024 release on GitHub.</releaseNotes>
<projectUrl>http://go.microsoft.com/fwlink/?LinkID=512686</projectUrl>
<repository type="git" url="https://github.com/microsoft/UVAtlas.git" />
<icon>images\icon.jpg</icon>
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

cmake_minimum_required (VERSION 3.20)

set(UVATLAS_VERSION 1.8.6)
set(UVATLAS_VERSION 1.8.7)

if(WINDOWS_STORE OR (DEFINED XBOX_CONSOLE_TARGET))
set(CMAKE_TRY_COMPILE_TARGET_TYPE "STATIC_LIBRARY")
Expand Down
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Release available for download on [GitHub](https://github.com/microsoft/UVAtlas/

## Release History

### February 21, 2024
* CMake project updates and refactor
* Minor code review for Clang, MinGW, and Intel compilers

### December 31, 2023
* CMake project updates including pkg-config file generation
* Code review
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ http://go.microsoft.com/fwlink/?LinkID=512686

Copyright (c) Microsoft Corporation.

**December 31, 2023**
**February 21, 2024**

This package contains UVAtlas, a shared source library for creating and packing an isochart texture atlas.

Expand Down
2 changes: 1 addition & 1 deletion UVAtlas/inc/UVAtlas.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

#include <DirectXMath.h>

#define UVATLAS_VERSION 186
#define UVATLAS_VERSION 187


namespace DirectX
Expand Down

0 comments on commit 6e9b60f

Please sign in to comment.