diff --git a/GlowingPickups/Properties/AssemblyInfo.cs b/GlowingPickups/Properties/AssemblyInfo.cs index 2f031fd..f4d0bcf 100644 --- a/GlowingPickups/Properties/AssemblyInfo.cs +++ b/GlowingPickups/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -using System.Reflection; +using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; @@ -32,5 +32,5 @@ // すべての値を指定するか、下のように '*' を使ってビルドおよびリビジョン番号を // 既定値にすることができます: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.2.0")] -[assembly: AssemblyFileVersion("1.0.2.0")] +[assembly: AssemblyVersion("1.1.0.0")] +[assembly: AssemblyFileVersion("1.1.0.0")] diff --git a/README.md b/README.md index ebb764b..8c3fb6d 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ This script gives pickups the ability to glow with certain color, just like in G * Grand Theft Auto V * [ScriptHookV by Alexander Blade](http://www.dev-c.com/gtav/scripthookv/) -* [ScriptHookVDotNet by crosire](https://github.com/crosire/scripthookvdotnet) -* [Visual C++ Redistributable 2013 x64](https://www.microsoft.com/en-us/download/details.aspx?id=40784) -* [Microsoft .NET Framework 4.5.2](http://www.microsoft.com/en-us/download/details.aspx?id=42643) +* [ScriptHookVDotNet by crosire and contributors](https://github.com/crosire/scripthookvdotnet) +* [Visual C++ Redistributable 2019 x64](https://learn.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist?view=msvc-170) +* [Microsoft .NET Framework 4.8](https://dotnet.microsoft.com/download/dotnet-framework/net48) ## Downloads