Skip to content

Commit

Permalink
task: updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
dtanglr committed Jan 12, 2024
1 parent 66896d3 commit 5e870ab
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
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-beta.15" PrivateAssets="All" />
<PackageReference Include="Primitively" Version="1.4.15-rc.1" PrivateAssets="All" />
</ItemGroup>

<!--
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-beta.15" PrivateAssets="all" />
<PackageReference Include="Primitively" Version="1.4.15-rc.1" 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.23.1" />
<PackageReference Include="Primitively.AspNetCore.Mvc" Version="1.4.15-beta.15" />
<PackageReference Include="Primitively.AspNetCore.SwaggerGen" Version="1.4.15-beta.15" />
<PackageReference Include="Primitively.MongoDB.Bson" Version="1.4.15-beta.15" />
<PackageReference Include="Primitively.AspNetCore.Mvc" Version="1.4.15-rc.1" />
<PackageReference Include="Primitively.AspNetCore.SwaggerGen" Version="1.4.15-rc.1" />
<PackageReference Include="Primitively.MongoDB.Bson" Version="1.4.15-rc.1" />
<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-beta.15</version>
<version>1.4.15-rc.1</version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 5e870ab

Please sign in to comment.