Skip to content

Commit

Permalink
Build stable package version
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed May 9, 2024
1 parent 9b7a024 commit f92891d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<IncludeBuildOutput>false</IncludeBuildOutput>
<IncludeSymbols>false</IncludeSymbols>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<NoWarn>$(NoWarn);NU5128;NU5127</NoWarn>
<NoWarn>$(NoWarn);NU5128;NU5127;NU5104</NoWarn>
<NuSpecFile>Microsoft.Windows.CsWin32.nuspec</NuSpecFile>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "0.3-beta",
"version": "0.3",
"assemblyVersion": {
"precision": "revision"
},
Expand Down

0 comments on commit f92891d

Please sign in to comment.