Skip to content

Commit

Permalink
Merge pull request #129 from AdrianJSClark/127-update-sample-app
Browse files Browse the repository at this point in the history
Update Example Code
  • Loading branch information
AdrianJSClark authored Sep 28, 2022
2 parents 994beb3 + 1459afb commit 443a4f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions examples/Console/iRacingConsole/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
var services = new ServiceCollection();
services.AddIRacingDataApi(options =>
{
options.UserAgentProductName = "Aydsko.iRacing Example";
options.UserAgentProductVersion = typeof(Program).Assembly.GetName().Version;
options.Username = username;
options.Password = password;
});
Expand Down
2 changes: 1 addition & 1 deletion examples/Console/iRacingConsole/iRacingConsole.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Aydsko.iRacingData" Version="0.1.0" />
<PackageReference Include="Aydsko.iRacingData" Version="0.6.1" />
</ItemGroup>

</Project>

0 comments on commit 443a4f4

Please sign in to comment.