Skip to content

Commit

Permalink
task: bumped versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dtanglr committed Mar 13, 2024
1 parent 9f1f96e commit 0a11b68
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Primitively" Version="1.4.15-rc.3" PrivateAssets="All" />
<PackageReference Include="Primitively" Version="1.4.15" PrivateAssets="All" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Primitively" Version="1.4.15-rc.3" PrivateAssets="All" />
<PackageReference Include="Primitively" Version="1.4.15" PrivateAssets="All" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Primitively" Version="1.4.15-rc.3" PrivateAssets="All" />
<PackageReference Include="Primitively" Version="1.4.15" PrivateAssets="All" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Primitively" Version="1.4.15-rc.3" PrivateAssets="All" />
<PackageReference Include="Primitively" Version="1.4.15" PrivateAssets="All" />
<PackageReference Include="IsExternalInit" Version="1.0.3"><!--Adds support for 'record'-->
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Primitively" Version="1.4.15-rc.3" PrivateAssets="all" />
<PackageReference Include="Primitively" Version="1.4.15" PrivateAssets="all" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.19.6" />
<PackageReference Include="MongoDB.Driver" Version="2.24.0" />
<PackageReference Include="Primitively.AspNetCore.Mvc" Version="1.4.15-rc.3" />
<PackageReference Include="Primitively.AspNetCore.SwaggerGen" Version="1.4.15-rc.3" />
<PackageReference Include="Primitively.MongoDB.Bson" Version="1.4.15-rc.3" />
<PackageReference Include="Primitively.AspNetCore.Mvc" Version="1.4.15" />
<PackageReference Include="Primitively.AspNetCore.SwaggerGen" Version="1.4.15" />
<PackageReference Include="Primitively.MongoDB.Bson" Version="1.4.15" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
<PackageOutputPath>$(MSBuildThisFileDirectory)..\artifacts</PackageOutputPath>
<version>1.4.15-rc.3</version>
<version>1.5.0-alpha.0</version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 0a11b68

Please sign in to comment.