Skip to content

Commit

Permalink
Update version to v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchPlaysBF2 committed Jul 29, 2022
1 parent 3edabec commit 5f5ce17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/GameDataReader/GameDataReader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageVersion>0.0.1</PackageVersion>
<PackageVersion>0.0.2</PackageVersion>
<Title>GameDataReader</Title>
<Authors>TwitchPlaysBF2</Authors>
<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>
<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>
<Copyright>TwitchPlaysBF2</Copyright>
<PackageProjectUrl>https://github.com/TwitchPlaysBF2/GameDataReader</PackageProjectUrl>
<RepositoryUrl>https://github.com/TwitchPlaysBF2/GameDataReader</RepositoryUrl>
Expand All @@ -17,7 +17,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0"/>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 5f5ce17

Please sign in to comment.