Skip to content

Commit

Permalink
fix: Fixed PackageId.
Browse files Browse the repository at this point in the history
  • Loading branch information
HavenDV committed Dec 11, 2023
1 parent 67b181c commit 0db93fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</ItemGroup>

<PropertyGroup Label="Nuget">
<Version>1.0.1</Version>
<Version>0.9.0</Version>
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Authors>Oscore</Authors>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
</PropertyGroup>

<PropertyGroup Label="NuGet">
<PackageId>Oscore.$(AssemblyName)</PackageId>
<Description>Sample application and NuGet package that implementing Android In-App Updates within a MAUI application with debugging capabilities</Description>
<PackageTags>maui;android;in-app-updates;updates;in-app;net8;dotnet;csharp</PackageTags>
</PropertyGroup>
Expand Down

0 comments on commit 0db93fc

Please sign in to comment.