Skip to content

Commit

Permalink
Updated assembly versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Balphagore committed Apr 8, 2024
1 parent 45e00d5 commit 603ae38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Palworld.RESTSharp.Client/Palworld.RESTSharp.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<ApplicationIcon>RestSharpLogo.ico</ApplicationIcon>
<AssemblyVersion>1.0.1</AssemblyVersion>
<FileVersion>1.0.1</FileVersion>
<Version>1.0.1</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Palworld.RESTSharp/Palworld.RESTSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PackageProjectUrl>https://github.com/Balphagorevr/palworld-restsharp</PackageProjectUrl>
<RepositoryUrl>https://github.com/Balphagorevr/palworld-restsharp</RepositoryUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<AssemblyVersion>$(AssemblyVersion)</AssemblyVersion>
<AssemblyVersion>1.0.2</AssemblyVersion>
<FileVersion>$(AssemblyVersion)</FileVersion>
<PackageVersion>$(AssemblyVersion)</PackageVersion>
<Version>$(AssemblyVersion)</Version>
Expand Down

0 comments on commit 603ae38

Please sign in to comment.