Skip to content

Commit

Permalink
Release version 1.1.29
Browse files Browse the repository at this point in the history
  • Loading branch information
0xC0000054 committed Jan 12, 2024
1 parent 5f13923 commit f4bce6e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions src/AvifNative/version.rc
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,1,28,0
PRODUCTVERSION 1,1,28,0
FILEVERSION 1,1,29,0
PRODUCTVERSION 1,1,29,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -69,12 +69,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "null54"
VALUE "FileDescription", "AvifFileType native library"
VALUE "FileVersion", "1.1.28.0"
VALUE "FileVersion", "1.1.29.0"
VALUE "InternalName", "AvifNative.dll"
VALUE "LegalCopyright", "Copyright (C) 2024 Nicholas Hayes"
VALUE "OriginalFilename", "AvifNative.dll"
VALUE "ProductName", "AvifFileType"
VALUE "ProductVersion", "1.1.28.0"
VALUE "ProductVersion", "1.1.29.0"
END
END
BLOCK "VarFileInfo"
Expand Down
4 changes: 2 additions & 2 deletions src/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.28.0")]
[assembly: AssemblyFileVersion("1.1.28.0")]
[assembly: AssemblyVersion("1.1.29.0")]
[assembly: AssemblyFileVersion("1.1.29.0")]

0 comments on commit f4bce6e

Please sign in to comment.