Skip to content

Commit

Permalink
[oups] Missing csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexStefan committed Mar 17, 2020
1 parent e7fb2ec commit 2c727f6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion XBottomSheet.Touch/XBottomSheet.Touch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
<PackOnBuild>true</PackOnBuild>
<PackageId>XBottomSheet.iOS</PackageId>
<PackageVersion>0.0.2</PackageVersion>
<PackageVersion>1.0.4</PackageVersion>
<Authors>Grendio</Authors>
<PackageIconUrl>https://avatars1.githubusercontent.com/u/45300196</PackageIconUrl>
<PackageLicenseUrl>https://github.com/grendio/XBottomSheet/blob/master/LICENSE</PackageLicenseUrl>
Expand Down Expand Up @@ -107,13 +107,18 @@
</ItemGroup>
<ItemGroup>
<InterfaceDefinition Include="Views\BottomSheetViewController.xib" />
<InterfaceDefinition Include="Views\BottomSheetContentView.xib" />
</ItemGroup>
<ItemGroup>
<Compile Include="Views\BottomSheetViewController.cs" />
<Compile Include="Views\BottomSheetViewController.designer.cs">
<DependentUpon>BottomSheetViewController.cs</DependentUpon>
</Compile>
<Compile Include="BottomSheetState.cs" />
<Compile Include="Views\BottomSheetContentView.cs" />
<Compile Include="Views\BottomSheetContentView.designer.cs">
<DependentUpon>BottomSheetContentView.cs</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
Expand Down

0 comments on commit 2c727f6

Please sign in to comment.