Skip to content

Commit 5f5ce17

Browse files
Update version to v0.0.2
1 parent 3edabec commit 5f5ce17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/GameDataReader/GameDataReader.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
8-
<PackageVersion>0.0.1</PackageVersion>
8+
<PackageVersion>0.0.2</PackageVersion>
99
<Title>GameDataReader</Title>
1010
<Authors>TwitchPlaysBF2</Authors>
11-
<Description>A NuGet library providing simple access to game settings like Battlefield 2 - reading player name from BF2 specific configuration files ".con" - and open to more game integrations.</Description>
11+
<Description>NuGet library providing simple access to game settings. Reading data from games like Battlefield 2 - i.e. to access player data from BF2 specific .con configuration files. Open to extension.</Description>
1212
<Copyright>TwitchPlaysBF2</Copyright>
1313
<PackageProjectUrl>https://github.com/TwitchPlaysBF2/GameDataReader</PackageProjectUrl>
1414
<RepositoryUrl>https://github.com/TwitchPlaysBF2/GameDataReader</RepositoryUrl>
@@ -17,7 +17,7 @@
1717
</PropertyGroup>
1818

1919
<ItemGroup>
20-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0"/>
20+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0" />
2121
</ItemGroup>
2222

2323
<ItemGroup>

0 commit comments

Comments
 (0)