Skip to content

Commit 46efd1c

Browse files
committed
Bump version to 4.2
1 parent b63b0b6 commit 46efd1c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
2626
- name: Build and release
2727
env:
28+
GH_TOKEN: ${{ github.token }}
2829
TARGETS: |
2930
windows x64 .exe
3031
linux x64

VDFparse.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<PropertyGroup>
44
<Product>VDFparse</Product>
55
<Description>Convert binary Steam .vdf files to JSON</Description>
6-
<Version>4.1</Version>
6+
<Version>4.2</Version>
77
<Authors>Simon Sawicki (Grub4K)</Authors>
8-
<Copyright>Copyright (c) 2021-2023 Simon Sawicki</Copyright>
8+
<Copyright>Copyright (c) 2021-2024 Simon Sawicki</Copyright>
99

1010
<TargetFramework>net8</TargetFramework>
1111
<LangVersion>latest</LangVersion>

0 commit comments

Comments
 (0)