Skip to content

Commit

Permalink
Increments package versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpduda committed Nov 13, 2020
1 parent 6e9130c commit a436af7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<Project Sdk="Microsoft.NET.Sdk">
<!-- This file is part of the UpbeatUI project, which is released under MIT License.
See LICENSE.md or visit:
https://github.com/michaelpduda/upbeatui/blob/master/LICENSE.md
Expand All @@ -13,7 +13,7 @@
<RepositoryType>Github</RepositoryType>
<Copyright>© Michael P. Duda 2020</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Version>1.0.0.0</Version>
<Version>2.0.0.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion source/UpbeatUI/UpbeatUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<RepositoryType>Github</RepositoryType>
<Copyright>© Michael P. Duda 2020</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Version>2.2.0.0</Version>
<Version>3.0.0.0</Version>
</PropertyGroup>

</Project>

0 comments on commit a436af7

Please sign in to comment.