Skip to content

Commit

Permalink
Added readme to package (#7)
Browse files Browse the repository at this point in the history
* Added readme to package

* Moved readme

* Bump version
  • Loading branch information
abergs authored Aug 8, 2023
1 parent 764395c commit f6fb762
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Sdk/Sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@
<Nullable>enable</Nullable>
<RootNamespace>Passwordless.Net</RootNamespace>
<AssemblyName>Passwordless.Net</AssemblyName>
<VersionPrefix>0.0.11</VersionPrefix>
<VersionPrefix>0.0.12</VersionPrefix>
<PackageId>Passwordless</PackageId>
<Authors>Bitwarden</Authors>
<RepositoryUrl>https://github.com/passwordless/passwordless-dotnet</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
Expand All @@ -27,6 +28,7 @@
</ItemGroup>

<ItemGroup>
<None Include="../../README.md" Pack="true" PackagePath="\" />
<None Remove="Models\" />
</ItemGroup>

Expand Down

0 comments on commit f6fb762

Please sign in to comment.