Skip to content

Commit

Permalink
Version bump*
Browse files Browse the repository at this point in the history
  • Loading branch information
liebki committed Apr 17, 2024
1 parent 7ef431b commit 68a0a41
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
10 changes: 5 additions & 5 deletions RawgNET/RawgNET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>0.2</Version>
<Version>0.2.1</Version>
<Title>RawgNet</Title>
<Authors>liebki</Authors>
<Copyright>liebki (the api and data belongs to rawg)</Copyright>
<PackageProjectUrl>https://github.com/liebki/RawgNET</PackageProjectUrl>
<RepositoryUrl>https://github.com/liebki/RawgNET</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Description>A wrapper for wrag.io, to get data of games, platforms, creators etc.</Description>
<Description>A .NET wrapper for wrag.io, to get interesting data of games, platforms, creators, stores etc.</Description>
<IncludeSymbols>False</IncludeSymbols>
<PackageIcon>uxwing-icon.png</PackageIcon>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<PackageTags>rawg.io, wrapper, core, dotnet, api, wrapper, gaming</PackageTags>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageReleaseNotes></PackageReleaseNotes>
<FileVersion>0.2</FileVersion>
<AssemblyVersion>0.2</AssemblyVersion>
<PackageReleaseNotes>Added a new method to get all stores which sell games and the games on the storefront</PackageReleaseNotes>
<FileVersion>0.2.1</FileVersion>
<AssemblyVersion>0.2.1</AssemblyVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion RawgNetDemo/RawgNetDemo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>0.1</Version>
<Title>RawgNetDemo</Title>
<Authors>liebki</Authors>
<Copyright>liebki</Copyright>
Expand Down

0 comments on commit 68a0a41

Please sign in to comment.