Skip to content

Commit

Permalink
Version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
naicigam authored Mar 10, 2023
1 parent fde8ecb commit 55863ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Primary/Primary.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<LangVersion>latest</LangVersion>
<Version>0.9.0-beta</Version>
<Version>0.10.0-beta</Version>
<PackageId>Primary.Net</PackageId>
<Authors>Juan Manuel Alvarez</Authors>
<Company />
Expand All @@ -16,8 +16,8 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Description>.Net friendly interface to interact with the Primary API.</Description>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<AssemblyVersion>0.9.0</AssemblyVersion>
<FileVersion>0.9.0</FileVersion>
<AssemblyVersion>0.10.0</AssemblyVersion>
<FileVersion>0.10.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 55863ba

Please sign in to comment.