Skip to content

Commit

Permalink
Update assembly version and deps urls of readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kagikn committed Feb 17, 2023
1 parent d91a7a4 commit 8466cb4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions GlowingPickups/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Reflection;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

Expand Down Expand Up @@ -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")]
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8466cb4

Please sign in to comment.