Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit653395c

Browse files
authored
July 2, 2025 (#239)
1 parent105b306 commit653395c

File tree

7 files changed

+13
-8
lines changed

7 files changed

+13
-8
lines changed

‎.nuget/uvatlas_desktop_2019.nuspec‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<description>This version is for Windows desktop applications using Visual Studio 2019 (16.11) or Visual Studio 2022 on Windows 8.1 or later.
1111

1212
UVAtlas, a shared source library for creating and packing an isochart texture atlas.</description>
13-
<releaseNotes>Matches theMarch 26, 2025 release on GitHub.</releaseNotes>
13+
<releaseNotes>Matches theJuly 9, 2025 release on GitHub.</releaseNotes>
1414
<projectUrl>http://go.microsoft.com/fwlink/?LinkID=512686</projectUrl>
1515
<repositorytype="git"url="https://github.com/microsoft/UVAtlas.git" />
1616
<icon>images\icon.jpg</icon>

‎.nuget/uvatlas_desktop_win10.nuspec‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<description>This version is for Windows desktop applications using Visual Studio 2022 on Windows 8.1 or later.
1111

1212
UVAtlas, a shared source library for creating and packing an isochart texture atlas.</description>
13-
<releaseNotes>Matches theMarch 26, 2025 release on GitHub.</releaseNotes>
13+
<releaseNotes>Matches theJuly 9, 2025 release on GitHub.</releaseNotes>
1414
<projectUrl>http://go.microsoft.com/fwlink/?LinkID=512686</projectUrl>
1515
<repositorytype="git"url="https://github.com/microsoft/UVAtlas.git" />
1616
<icon>images\icon.jpg</icon>

‎CHANGELOG.md‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ Release available for download on [GitHub](https://github.com/microsoft/UVAtlas/
66

77
##Release History
88

9+
###July 9, 2025
10+
* Reformat source using updated .editorconfig settings and general lint cleanup
11+
* Minor code review
12+
* CMake project updates
13+
914
###March 26, 2025
1015
* Retired support for Windows 7 and Windows 8.0
1116
* Minor code review

‎CMakeLists.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
cmake_minimum_required (VERSION 3.20)
55

6-
set(UVATLAS_VERSION 1.9.0)
6+
set(UVATLAS_VERSION 1.9.1)
77

88
project (UVAtlas
99
VERSION${UVATLAS_VERSION}

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ http://go.microsoft.com/fwlink/?LinkID=512686
66

77
Copyright (c) Microsoft Corporation.
88

9-
##March 26, 2025
9+
##July 9, 2025
1010

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

‎UVAtlas/inc/UVAtlas.h‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
#include<DirectXMath.h>
4444

45-
#defineUVATLAS_VERSION190
45+
#defineUVATLAS_VERSION191
4646

4747
#if defined(_WIN32) && defined(UVATLAS_EXPORT)
4848
#ifdef __GNUC__

‎build/preparerelease.ps1‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ else {
6969

7070
$newversion=$newrawversion[0]+"."+$newrawversion[1]+"."+$newrawversion[2]
7171

72-
$rawreleasedate=$(Get-Content$readme)|Select-String-Pattern"\*\*[A-Z][a-z]+\S.\d+,?\S.\d\d\d\d\*\*"
72+
$rawreleasedate=$(Get-Content$readme)|Select-String-Pattern"\#\#\s.[A-Z][a-z]+\S.\d+,?\S.\d\d\d\d"
7373
if ([string]::IsNullOrEmpty($rawreleasedate)) {
7474
Write-Error"ERROR: Failed to current release date!"-ErrorAction Stop
7575
}
76-
$releasedate=$rawreleasedate-replace'\*',''
76+
$releasedate=$rawreleasedate-replace'##',''
7777

7878
if($releasedate-eq$newreleasedate) {
7979
Write-Error ("ERROR: Release"+$releasedate+" already exists!")-ErrorAction Stop
@@ -102,7 +102,7 @@ if($UpdateVersion) {
102102
(Get-Content$header).Replace("#define UVATLAS_VERSION$rawversion","#define UVATLAS_VERSION$newrawversion")|Set-Content$header
103103
}
104104

105-
(Get-Content$readme).Replace("$rawreleasedate","**$newreleasedate**")|Set-Content$readme
105+
(Get-Content$readme).Replace("$rawreleasedate","##$newreleasedate")|Set-Content$readme
106106

107107
Get-ChildItem-Path ($reporoot+"\.nuget")-Filter*.nuspec|Foreach-Object {
108108
(Get-Content-Path$_.Fullname).Replace("$releasedate","$newreleasedate")|Set-Content-Path$_.Fullname-Encoding utf8

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp