We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b63b0b6 commit 46efd1cCopy full SHA for 46efd1c
.github/workflows/release.yaml
@@ -25,6 +25,7 @@ jobs:
25
26
- name: Build and release
27
env:
28
+ GH_TOKEN: ${{ github.token }}
29
TARGETS: |
30
windows x64 .exe
31
linux x64
VDFparse.csproj
@@ -3,9 +3,9 @@
3
<PropertyGroup>
4
<Product>VDFparse</Product>
5
<Description>Convert binary Steam .vdf files to JSON</Description>
6
- <Version>4.1</Version>
+ <Version>4.2</Version>
7
<Authors>Simon Sawicki (Grub4K)</Authors>
8
- <Copyright>Copyright (c) 2021-2023 Simon Sawicki</Copyright>
+ <Copyright>Copyright (c) 2021-2024 Simon Sawicki</Copyright>
9
10
<TargetFramework>net8</TargetFramework>
11
<LangVersion>latest</LangVersion>
0 commit comments