Skip to content

Commit 9d23552

Browse files
committed
update: version to 0.6.0.0 and year to 2025
1 parent e7f453b commit 9d23552

File tree

10 files changed

+26
-26
lines changed

10 files changed

+26
-26
lines changed

.github/workflows/lgi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
env:
1515
ARCH: x64
16-
WINGTK_URL: https://github.com/wingtk/gvsbuild/releases/download/2024.10.0/GTK${{ inputs.gtk-major-version }}_Gvsbuild_2024.10.0_x64.zip
16+
WINGTK_URL: https://github.com/wingtk/gvsbuild/releases/download/2025.10.0/GTK${{ inputs.gtk-major-version }}_Gvsbuild_2025.10.0_x64.zip
1717

1818
jobs:
1919
build:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
type: string
99

1010
env:
11-
LUAINSTALLER_VERSION: 0.5.1.0
11+
LUAINSTALLER_VERSION: 0.6.0.0
1212

1313
jobs:
1414
release:

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2017 - 2024 luau-project [https://github.com/luau-project/LuaInstaller](https://github.com/luau-project/LuaInstaller)
3+
Copyright (c) 2017 - 2025 luau-project [https://github.com/luau-project/LuaInstaller](https://github.com/luau-project/LuaInstaller)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

LuaInstaller.Console/LuaInstaller.Console.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
<CheckEolTargetFramework>false</CheckEolTargetFramework>
1212
<Title>LuaInstaller.Console</Title>
1313
<Description>Easy way to download, build and install Lua on Windows from the command line.</Description>
14-
<Copyright>Copyright © 2017 - 2024 luau-project</Copyright>
15-
<Version>0.5.1.0</Version>
14+
<Copyright>Copyright © 2017 - 2025 luau-project</Copyright>
15+
<Version>0.6.0.0</Version>
1616
<Authors>luau-project</Authors>
1717
<Company>luau-project</Company>
18-
<AssemblyVersion>0.5.1.0</AssemblyVersion>
19-
<FileVersion>0.5.1.0</FileVersion>
18+
<AssemblyVersion>0.6.0.0</AssemblyVersion>
19+
<FileVersion>0.6.0.0</FileVersion>
2020
<RuntimeIdentifiers>win-x64;win-x86;win-arm64</RuntimeIdentifiers>
2121
</PropertyGroup>
2222

LuaInstaller.Console/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyConfiguration("Release")]
1111
[assembly: AssemblyCompany("luau-project")]
1212
[assembly: AssemblyProduct("LuaInstaller.Console")]
13-
[assembly: AssemblyCopyright("Copyright © 2017 - 2024 luau-project")]
13+
[assembly: AssemblyCopyright("Copyright © 2017 - 2025 luau-project")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("0.5.1.0")]
36-
[assembly: AssemblyFileVersion("0.5.1.0")]
35+
[assembly: AssemblyVersion("0.6.0.0")]
36+
[assembly: AssemblyFileVersion("0.6.0.0")]

LuaInstaller.Core/LuaInstaller.Core.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<CheckEolTargetFramework>false</CheckEolTargetFramework>
77
<Title>LuaInstaller.Core</Title>
88
<Description>A library to ease the task to download, build and install Lua on Windows.</Description>
9-
<Copyright>Copyright © 2017 - 2024 luau-project</Copyright>
10-
<Version>0.5.1.0</Version>
9+
<Copyright>Copyright © 2017 - 2025 luau-project</Copyright>
10+
<Version>0.6.0.0</Version>
1111
<Authors>luau-project</Authors>
1212
<Company>luau-project</Company>
13-
<AssemblyVersion>0.5.1.0</AssemblyVersion>
14-
<FileVersion>0.5.1.0</FileVersion>
13+
<AssemblyVersion>0.6.0.0</AssemblyVersion>
14+
<FileVersion>0.6.0.0</FileVersion>
1515
<RuntimeIdentifiers>win-x64;win-x86;win-arm64</RuntimeIdentifiers>
1616
</PropertyGroup>
1717

LuaInstaller.Core/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyConfiguration("Release")]
1111
[assembly: AssemblyCompany("luau-project")]
1212
[assembly: AssemblyProduct("LuaInstaller.Core")]
13-
[assembly: AssemblyCopyright("Copyright © 2017 - 2024 luau-project")]
13+
[assembly: AssemblyCopyright("Copyright © 2017 - 2025 luau-project")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("0.5.1.0")]
36-
[assembly: AssemblyFileVersion("0.5.1.0")]
35+
[assembly: AssemblyVersion("0.6.0.0")]
36+
[assembly: AssemblyFileVersion("0.6.0.0")]

LuaInstaller/LuaInstaller.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
1212
<Title>LuaInstaller</Title>
1313
<Description>Easy way to download, build and install Lua on Windows.</Description>
14-
<Copyright>Copyright © 2017 - 2024 luau-project</Copyright>
15-
<Version>0.5.1.0</Version>
14+
<Copyright>Copyright © 2017 - 2025 luau-project</Copyright>
15+
<Version>0.6.0.0</Version>
1616
<Authors>luau-project</Authors>
1717
<Company>luau-project</Company>
18-
<AssemblyVersion>0.5.1.0</AssemblyVersion>
19-
<FileVersion>0.5.1.0</FileVersion>
18+
<AssemblyVersion>0.6.0.0</AssemblyVersion>
19+
<FileVersion>0.6.0.0</FileVersion>
2020
<RuntimeIdentifiers>win-x64;win-x86;win-arm64</RuntimeIdentifiers>
2121
<ApplicationIcon>Assets\LuaInstaller-256x256.ico</ApplicationIcon>
2222
<PackageProjectUrl>https://github.com/luau-project/LuaInstaller</PackageProjectUrl>

LuaInstaller/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
[assembly: AssemblyConfiguration("Release")]
1313
[assembly: AssemblyCompany("luau-project")]
1414
[assembly: AssemblyProduct("LuaInstaller")]
15-
[assembly: AssemblyCopyright("Copyright © 2017 - 2024 luau-project")]
15+
[assembly: AssemblyCopyright("Copyright © 2017 - 2025 luau-project")]
1616
[assembly: AssemblyTrademark("")]
1717
[assembly: AssemblyCulture("")]
1818

@@ -51,5 +51,5 @@
5151
// You can specify all the values or you can default the Build and Revision Numbers
5252
// by using the '*' as shown below:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("0.5.1.0")]
55-
[assembly: AssemblyFileVersion("0.5.1.0")]
54+
[assembly: AssemblyVersion("0.6.0.0")]
55+
[assembly: AssemblyFileVersion("0.6.0.0")]

docs/UsageCI.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ name: Setup Lua
2323
on: [push, pull_request]
2424

2525
env:
26-
LUAINSTALLER_VERSION: 0.5.1.0
26+
LUAINSTALLER_VERSION: 0.6.0.0
2727

2828
jobs:
2929

@@ -132,7 +132,7 @@ name: Setup Lua and LuaRocks
132132
on: [push, pull_request]
133133

134134
env:
135-
LUAINSTALLER_VERSION: 0.5.1.0
135+
LUAINSTALLER_VERSION: 0.6.0.0
136136
LUAROCKS_VERSION: 3.11.1
137137

138138
jobs:

0 commit comments

Comments
 (0)