Skip to content

Commit ca50da3

Browse files
authored
Merge pull request #1175 from microsoft/stableVersion
Build stable package version
2 parents 6e5cb82 + f92891d commit ca50da3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Microsoft.Windows.CsWin32/Microsoft.Windows.CsWin32.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<IncludeBuildOutput>false</IncludeBuildOutput>
1010
<IncludeSymbols>false</IncludeSymbols>
1111
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
12-
<NoWarn>$(NoWarn);NU5128;NU5127</NoWarn>
12+
<NoWarn>$(NoWarn);NU5128;NU5127;NU5104</NoWarn>
1313
<NuSpecFile>Microsoft.Windows.CsWin32.nuspec</NuSpecFile>
1414
</PropertyGroup>
1515

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "0.3-beta",
3+
"version": "0.3",
44
"assemblyVersion": {
55
"precision": "revision"
66
},

0 commit comments

Comments
 (0)