Skip to content

Commit

Permalink
Update: DgmjrSdk.nuproj
Browse files Browse the repository at this point in the history
  • Loading branch information
dgmjr committed Sep 30, 2023
1 parent 399d46a commit 869c787
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/DgmjrSdk.nuproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<NoWarn>$(NoWarn);MSB4011</NoWarn>
<PackageIcon>Icon.png</PackageIcon>
<IsUsingNETSDK>true</IsUsingNETSDK>
<PackageVersionOverride>0.0.23</PackageVersionOverride>
<PackageVersionOverride Condition="'$(PackageVersionOverride)' == ''">0.0.23</PackageVersionOverride>
</PropertyGroup>
<ItemGroup>
<PackageFile Include="./Sdk/*" PackagePath="Sdk/%(Filename)%(Extension)" />
Expand All @@ -41,8 +41,8 @@
<PackageFile Include="./Assets/*" PackagePath="Assets/%(Filename)%(Extension)" />
<PackageFile Include="./LICENSE.md" PackagePath="ContentFiles/%(Filename)%(Extension)" />
</ItemGroup>
<!-- <Target Name="PrepareGitConstants" />
<Target Name="GitInfo" /> -->
<Target Name="PrepareGitConstants" />
<Target Name="GitInfo" />
<ItemGroup>
<PackageTag Include="sdk" Visible="false" />
<PackageTag Include="build-defaults" Visible="false" />
Expand Down

0 comments on commit 869c787

Please sign in to comment.