Skip to content

Commit 87ba1cb

Browse files
authored
v1.0.0
1 parent ed567ad commit 87ba1cb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/UniversalWPF/UniversalWPF.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<OutputType>Library</OutputType>
66
<PackageTags>$(PackageTags), RelativePanel, NumberBox, TwoPaneView</PackageTags>
77
<UseWpf>true</UseWpf>
8-
<Version>0.9.1</Version>
8+
<Version>1.0.0</Version>
99
<Description>$(Description). Contains the RelativePanel, NumberBox and TwoPaneView controls</Description>
1010
<LangVersion>10</LangVersion>
1111
<NoWarn Condition="'$(TargetFramework)'=='net452'">$(NoWarn);CS8600;CS8602;CS8604</NoWarn> <!-- Disable nullable warnings on .NET Framework -->
@@ -24,4 +24,4 @@
2424
<None Include="VisualStudioToolsManifest.xml" Pack="true" PackagePath="tools" />
2525
</ItemGroup>
2626

27-
</Project>
27+
</Project>

0 commit comments

Comments
 (0)