Skip to content

Commit

Permalink
Update version to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwOK committed Jul 18, 2022
1 parent fc7f87d commit c77ab03
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions src/MatrixParameters.AspNetCore/MatrixParameters.AspNetCore.csproj
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<IsPackable>true</IsPackable>
<PackageId>MatrixParameters.AspNetCore</PackageId>
<Version>1.0.2</Version>
<Authors>Edwok</Authors>
<Company>GitHub</Company>
<PackageTags>Microsoft;AspNet;AspNetCore;ModelBinding;Routes;Matrix URI's;Matrix Parameters;</PackageTags>
<PackageDescription>A simple start to using matrix parameters (matrix uri's) in the action route of ASP.NET</PackageDescription>
<RepositoryUrl>https://github.com/EdwOK/MatrixParameters.AspNetCore</RepositoryUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<IsPackable>true</IsPackable>
<PackageId>MatrixParameters.AspNetCore</PackageId>
<Version>1.0.4</Version>
<Authors>Edwok</Authors>
<Company>GitHub</Company>
<PackageTags>Microsoft;AspNet;AspNetCore;ModelBinding;Routes;Matrix URI's;Matrix Parameters;</PackageTags>
<PackageDescription>A simple start to using matrix parameters (matrix uri's) in the action route of ASP.NET</PackageDescription>
<RepositoryUrl>https://github.com/EdwOK/MatrixParameters.AspNetCore</RepositoryUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="6.3.2" />
</ItemGroup>

<ItemGroup>
<None Include="../../README.md" Pack="true" PackagePath="\" />
<None Include="../../LICENSE" Pack="true" PackagePath="\" />
<None Include="../../README.md" Pack="true" PackagePath="\" />
<None Include="../../LICENSE" Pack="true" PackagePath="\" />
</ItemGroup>
</Project>

0 comments on commit c77ab03

Please sign in to comment.