Skip to content

Commit

Permalink
update template
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikMennen committed Mar 8, 2024
1 parent 7a39d4f commit 6a52cf5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion OneWare.Templates.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<PackageType>Template</PackageType>
<PackageVersion>0.14.0.0</PackageVersion>
<PackageVersion>0.15.1.0</PackageVersion>
<PackageId>OneWare.Templates</PackageId>
<Title>OneWare Templates</Title>
<Description>Templates for creating OneWare extensions and libraries.</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="OneWare.Essentials" Version="0.1" Private="false" ExcludeAssets="runtime;Native"/>
<PackageReference Include="OneWare.Essentials" Version="0.3" Private="false" ExcludeAssets="runtime;Native"/>
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"Dependencies": [
{
"Name": "OneWare.Essentials",
"MinVersion": "0.1.0.0",
"MaxVersion": "0.1.0.0"
"MinVersion": "0.3.0.0",
"MaxVersion": "0.3.0.0"
}
]
}

0 comments on commit 6a52cf5

Please sign in to comment.