Skip to content

Commit bb76fdf

Browse files
authored
Fixed nuget build (#501)
1 parent 9cec912 commit bb76fdf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Lottie-Windows-WinUI3/Lottie-Windows-WinUI3.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Library</OutputType>
5+
<IsPackable>True</IsPackable>
56
<RootNamespace>CommunityToolkit.WinUI.Lottie</RootNamespace>
67
<AssemblyName>CommunityToolkit.WinUI.Lottie</AssemblyName>
78
<PackageId>CommunityToolkit.WinUI.Lottie</PackageId>

version.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "7.1.0-build.{height}",
2+
"version": "7.1.2-build.{height}",
33
"publicReleaseRefSpec": [
44
"^refs/heads/main$", // we release out of main
55
"^refs/heads/dev$", // we release out of dev

0 commit comments

Comments
 (0)