Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
v7.12.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dj-nitehawk committed Dec 10, 2023
1 parent 6f6a666 commit cb3970b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions MongoWebApiStarterTemplate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

<PropertyGroup>

<PackageVersion>7.12.1</PackageVersion>
<PackageVersion>7.12.2</PackageVersion>

<PackageType>Template</PackageType>
<PackageId>MongoWebApiStarter</PackageId>
<Title>MongoDB Web Api Starter</Title>
<Authors>Ryan Gunner</Authors>
<Description>A full-featured starter template for "dotnet new" to quickly scaffold a .Net 7 Web-Api project with MongoDB as the data store.</Description>
<Description>A full-featured starter template for "dotnet new" to quickly scaffold a .Net 8 Web-Api project with MongoDB as the data store.</Description>
<PackageTags>dotnet-new;templates;mongodb;web-api;net7;aspnet</PackageTags>
<TargetFramework>netstandard2.0</TargetFramework>
<IncludeContentInPack>true</IncludeContentInPack>
Expand Down
2 changes: 1 addition & 1 deletion Template/Source/MongoWebApiStarter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AWSSDK.SimpleEmailV2" Version="3.7.300.13"/>
<PackageReference Include="AWSSDK.SimpleEmailV2" Version="3.7.300.16" />
<PackageReference Include="BCrypt.Net-Next" Version="4.0.3"/>
<PackageReference Include="FastEndpoints" Version="5.20.1"/>
<PackageReference Include="FastEndpoints.Security" Version="5.20.1"/>
Expand Down
4 changes: 2 additions & 2 deletions Template/Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<PackageReference Include="FluentAssertions" Version="6.12.0"/>
<PackageReference Include="FastEndpoints.Testing" Version="5.20.1"/>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0"/>
<PackageReference Include="xunit" Version="2.6.2"/>
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.4" PrivateAssets="all" IncludeAssets="runtime; build; native; contentfiles; analyzers; buildtransitive"/>
<PackageReference Include="xunit" Version="2.6.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.5" PrivateAssets="all" IncludeAssets="runtime; build; native; contentfiles; analyzers; buildtransitive" />
</ItemGroup>

<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
- add `xunit.runner.json` file
- update `.editorconfig` file
- upgrade dependencies

0 comments on commit cb3970b

Please sign in to comment.