Skip to content

Commit

Permalink
Version 1.0.1 and NuGet
Browse files Browse the repository at this point in the history
  • Loading branch information
gvescu committed Jun 18, 2023
1 parent 2706dfa commit 84ac28c
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
24 changes: 22 additions & 2 deletions F1Sharp/F1Sharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,38 @@
<Description>Receive and parse the telemetry packets from the F1® 23 game, and hopefully future ones too.</Description>
<Copyright>2023 Gustavo Vera Scuderi</Copyright>
<PackageProjectUrl>https://github.com/gvescu/f1-sharp</PackageProjectUrl>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<PackageTags>f1, formula, formula1, game, telemetry, udp</PackageTags>
<RepositoryUrl>https://github.com/gvescu/f1-sharp</RepositoryUrl>
<Authors>Gustavo Vera Scuderi</Authors>
<AssemblyName>F1Sharp</AssemblyName>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionPrefix>1.0.1</VersionPrefix>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryType>git</RepositoryType>
<PackageReleaseNotes>
- Added logo and README to the package
- Minor bug fixes
</PackageReleaseNotes>
<PackageIcon>icon.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
<Content Include="icon.png" Pack="true" PackagePath="\">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>

<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>

<ItemGroup>
<Content Include="..\README.md" Link="README.md" Pack="true" PackagePath="\">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>

<ItemGroup>
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.0" />
</ItemGroup>
Expand Down
Binary file added F1Sharp/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![F1Sharp](f1sharp-logo.png)
![F1Sharp](https://raw.githubusercontent.com/gvescu/f1-sharp/main/f1sharp-logo.png)

# F1Sharp

Expand All @@ -8,6 +8,10 @@ Current UDP specification can be found [here](https://answers.ea.com/ea/attachme

Since the specification changed from last year's game, this library is only compatible with F1® 23 for the moment.

# Installing

This package is available on [NuGet](https://www.nuget.org/packages/F1Sharp/) now.

## Usage

### Enabling telemetry
Expand Down

0 comments on commit 84ac28c

Please sign in to comment.